
table {
	width: 100%;
}
.main_l,
.main_r,
#header_section,
.footer_l,
.footer_m {
	display: none;
}
.main_m {
	width: 100%;
}
body {
	background: #fff!important;
}

.toptext {
	font-size: 10px;
	width: 100%;
	background: #F64498;
	float: inherit;
	height: 20px;
	display: grid;
	place-items: center;
}
.header-container {
	background: #FF7CB9;
	height: 65px;
	display: flex;
}
.header-inner {
	width: 1000px;
	margin: 0 auto;
	padding-right: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.oubo-wrapper {
	width: 1000px;
	margin: 0 auto;
}

.oubo-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin: 23px 0 0;
	padding-bottom: 40px;
	background: #fff;
}
.oubo-tit::after {
	content: '';
	background: #FF71A6;
	width: 100%;
	height: 8px;
	display: inline-block;
	border-radius: 4px;
	margin-top: 11px;
}
.oubo-tit__img {
	width: 237px;
	height: 36px;
}
.oubo-tit__txt {
	color: #2C2D2D;
	font-size: 14px;
	font-weight: bold;
}
.oubo-tit__txt::before,
.oubo-tit__txt::after {
	content: 'ー';
}

.oubo__inner {
	background: #FEF5F8;
	padding: 0 0 100px;
}

.delete-txt {
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	width: 580px;
	height: 51px;
	border: solid 1px #F871A6;
	box-sizing: border-box;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.delete-txt::before {
	content: '';
	background: url(/assets/img/user/pc/oubo/ico_delete_txt.svg) no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 8px;
}

.consider-txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 50px;
}
.consider-txt::before {
	content: '';
	background: url(/assets/img/user/pc/oubo/ico_heart.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 14px;
	margin: 0 4px 1px 0;
}
.consider-txt__count {
	color: #FF71A6;
	font-size: 27px;
	margin: 0 3px;
}

.consider-balloon {
	font-size: 13px;
	text-align: center;
	position: relative;
	margin: 15px auto 0;
	padding: 20px 0;
	width: 580px;
	background: #FEFCED;
	border: solid 1px #F871A6;
	box-sizing: border-box;
	border-radius: 5px;
}
.consider-balloon::before {
	content: "";
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-bottom: 10px solid #FEFCED;
	z-index: 2;
}
.consider-balloon::after {
	content: "";
	position: absolute;
	top: -21px;
	left: 50%;
	transform: translateX(-50%);
	border: 9px solid transparent;
	border-bottom: 12px solid #F871A6;
	z-index: 1;
}
.consider-balloon__txt {
	color: #333;
}
.consider-balloon__list {
	display: flex;
	justify-content: center;
	margin-top: 15px;
	gap: 0 20px;
}
.consider-balloon__link {
	color: #fff;
	font-weight: bold;
	background: #F771A6;
	width: 207px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
}
.consider-balloon__link.link-new::before {
	content: '';
	background: url(/assets/img/user/pc/oubo/ico_pen.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 8px;
}
.consider-balloon__link.link-login::before {
	content: '';
	background: url(/assets/img/user/pc/oubo/ico_login.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 8px;
}


.check-all {
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	margin: 60px 95px 34px;
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
    align-items: center;
	height: 52px;
}
.check-all__delete {
	color: #00B3F7;
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
	pointer-events: none;
}
.check-all__delete:hover {
	opacity: .7;
}
.check-all__checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background: url(/assets/img/user/pc/oubo/btn_checkbox_off.svg) no-repeat center;
	background-size: contain;
	width: 22px;
	height: 22px;
	margin: -2px 7px 0 0;
	vertical-align: middle;
}
.check-all__checkbox:checked {
	background: url(/assets/img/user/pc/oubo/btn_checkbox_on.svg) no-repeat center;
}


.shopKeep-container {
	margin: 0 0 30px;
	padding: 0 95px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 30px 0;
}
.shopKeep {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 8px #33002526;
	padding: 20px 25px;
	position: relative;
	width: 386px;
}
.shopKeep__delete {
	position: absolute;
	top: -15px;
	right: -5px;
	cursor: pointer;
}

.shopKeep__head {
	display: flex;
	justify-content: space-between;
}
.shopKeep__headRight {
	width: 100%;
}

.shop-img{
	position:relative;
	width:336px;
	height:144px;
}
.shopImg_link{
	display:flex;
	width:100%;
	height:auto;
}
.shopImg_link img{
	position:absolute;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	margin:auto;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

.shopKeep__name {
	margin: 0 0 7px 0;
	color: #FF71A6;
	position: relative;
}

.shopKeep__checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background: url(/assets/img/user/pc/oubo/btn_checkbox_off.svg) no-repeat center;
	background-size: contain;
	width: 22px;
	height: 22px;
	margin-right: 5px;
}
.shopKeep__checkbox:checked {
	background: url(/assets/img/user/pc/oubo/btn_checkbox_on.svg) no-repeat center;
}
.shopKeep__nameLink {
	width: 265px;
	font-size: 17px;
	font-weight: bold;
	color: #FF71A6;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	position: absolute;
	top: 0;
	left: 27px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.shopKeep__txt {
	color: #2C2D2D;
	font-size: 12px;
	margin-right: 76px;
}
.shopKeep__txt:last-of-type {
	margin-bottom: 10px;
}
.shopKeep .img-congrats {
	width: 45px;
	height: 51px;
}

.shop-thumb {
	width: 336px;
	height: 144px;
}

.shopKeep-detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	gap: 4px 8px;
	margin-top: 15px;
}
.shopKeep-detail__tit {
	font-size: 10px;
	color: #8B8B8B;
	text-align: center;
	padding-top: 20px;
	width: 40px;
}
.shopKeep-detail__tit.yen {
	background: url(/assets/img/user/pc/oubo/ico_yen.svg) no-repeat center top;
	background-size: 40px 20px;
}
.shopKeep-detail__tit.time {
	background: url(/assets/img/user/pc/oubo/ico_time.svg) no-repeat center top;
	background-size: 40px 20px;
}
.shopKeep-detail__tit.qualification {
	background: url(/assets/img/user/pc/oubo/ico_qualification.svg) no-repeat center top;
	background-size: 40px 20px;
}

.shopKeep-detail__data {
	color: #333;
	font-size: 14px;
	line-height: 17px;
	width: 288px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: break-spaces;
	overflow-wrap: break-word;
}


.shopKeep-apply {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	margin-top: 22px;
}
.shopKeep-apply__link {
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 55px;
	display: block;
	padding-top: 33px;
	border-radius: 3px;
	box-sizing: border-box;
}
.apply-sns {
	color: #fff;
	background: #29C154 url(/assets/img/user/pc/oubo/ico_apply_sns.svg) no-repeat center 7px;
	background-size: 27px 22px;
	width: 123px;
	box-shadow: 0 3px 0 0 #278D3C;
}
.apply-form {
	color: #fff;
	background: #FF5A98 url(/assets/img/user/pc/oubo/ico_apply_form.svg) no-repeat center 7px;
	background-size: 27px 22px;
	width: 123px;
	box-shadow: 0 3px 0 0 #BF4070;
}
.apply-detail {
	color: #F771A6;
	background: url(/assets/img/user/pc/oubo/ico_apply_detail.svg) no-repeat center 7px;
	background-size: 27px 22px;
	width: 73px;
	border: solid 2px #F771A6;
	box-shadow: 0 3px 0 0 #C34D7A;
}

.ended.shopImg_link {
	display: inline-flex;
	overflow: hidden;
}
.ended.shopImg_link::before {
	content: '掲載終了';
	color: #CBCBCB;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.ended.shop-thumb {
	filter: brightness(40%) blur(3px);
}
.ended.shopImg_link,
.ended.shopKeep__nameLink,
.ended.shopKeep-apply__link {
	pointer-events: none;
}
.ended.apply-sns {
	background: #C9C9C9 url(/assets/img/user/pc/oubo/ico_apply_sns.svg) no-repeat center 7px;
	background-size: 27px 22px;
	box-shadow: 0 3px 0 0 #C9C9C9;
}
.ended.apply-form {
	background: #C9C9C9 url(/assets/img/user/pc/oubo/ico_apply_form.svg) no-repeat center 7px;
	background-size: 27px 22px;
	box-shadow: 0 3px 0 0 #C9C9C9;
}
.ended.apply-detail {
	color: #fff;
	background: #C9C9C9 url(/assets/img/user/pc/oubo/ico_apply_detail_ended.svg) no-repeat center 7px;
	background-size: 27px 22px;
	border: solid 2px #C9C9C9;
	box-shadow: 0 3px 0 0 #C9C9C9;
}

.check-allDelete {
	color: #8B9AAC;
	font-size: 14px;
	font-weight: bold;
	border: solid 2px #D5DAE0;
	border-radius: 500px;
	width: 433px;
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	cursor: pointer;
	pointer-events: none;
}
.check-allDelete::before {
	content: '';
	background: url(/assets/img/user/pc/oubo/ico_check_delete.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 13px;
	height: 16px;
}

.history-txt {
	font-size: 12px;
	color: #707070;
	text-align: center;
	margin-top: 70px;
}

.balloon-bottom {
	margin-top: 10px;
}
.balloon-bottom::before,
.balloon-bottom::after {
	content: none;
}

.bottom-bnr {
	display: flex;
	justify-content: center;
	margin-top: 70px;
	gap: 0 20px;
}
.banner.ekiichioshi,
.banner.special_vanilla {
	margin: 0;
}

.page-back {
	text-align: center;
	margin: 54px 0 0;
}
.page-back__link {
	font-size: 15px;
	color: #00B3F7;
	position: relative;
	text-align: center;
	display: inline-block;
	padding-left: 10px;
}
.page-back__link::before {
	content: '';
	width: 7px;
	height: 7px;
	border: 0;
	border-top: solid 1px #00B3F7;
	border-right: solid 1px #00B3F7;
	transform: rotate(225deg);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}



/*ポップアップ*/
.f-sns-popup {
	z-index: 31;
	position: fixed;
	width: 507px;
	top: 10%;
	left: 36.5%;
	border: 4px solid #54E191;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	padding: 34px 64px 36px;
	line-height: 1;
}

.f-sns-popup.is-active {
	display: block;
}

.f-sns-popup h2 {
	font-size: 24px;
	font-weight: bold;
	color: #00B900;
	display: inline-block;
	margin-bottom: 23px;
}

.f-sns-popup .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.f-sns-popup .close-btn::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #333;
	width: 1px;
	height: 20px;
	margin: -10px 0 0 -1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.f-sns-popup .close-btn::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #333;
	width: 1px;
	height: 20px;
	margin: -10px 0 0 -1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.f-sns-popup .shopname {
	border-top: 2px solid #D6D6D6;
	padding-top: 23px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

.f-sns-popup .genre-area {
	font-size: 14px;
	color: #333333;
	text-align: left;
	margin-bottom: 23px;
	display: flex;
}

.f-sns-popup .genre-area li:nth-child(n+2)::before {
	content: '|';
	padding: 0 3px;
}

.f-sns-popup .contact-info {
	margin-bottom: 11px;
	margin-top: 10px;
}

.f-sns-popup .contact-info > img {
	width: 370px;
	height: 65px;
}

.f-sns-popup .text-copy {
	position: relative;
}

.f-sns-popup .text-copy img {
	width: 370px;
	height: 85px;
}

.f-sns-popup .text-copy .copy-complete {
	display: none;
	background: url(/assets/img/user/pc/popup/sns/ico-copy-white.png) 30px center/22px 25px no-repeat #00B900C3;
	font-size: 20px;
	font-weight: bold;
	border-radius: 11px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 85px;
	width: 100%;
	color: #FFFFFF;
}

.f-sns-popup .text-copy .copy-complete.is-active {
	display: block;
}

.f-sns-popup .add_friend {
	margin-top: 12px;
}

.add_contact .yellow_text {
	color: #FFF500;
	font-size: 13px;
}

.f-sns-popup .add_friend .add_contact {
	background: url(/assets/img/user/pc/popup/sns/ico-add.svg) 32% 13px/24px 20px no-repeat #29C154;
	border-radius: 10px;
	box-shadow: 0 3px 0 0 #1D8D3C;
	-webkit-box-shadow: 0 3px 0 0 #1D8D3C;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	position: relative;
}

.f-sns-popup .id-copy-area {
	margin-top: 15px;
}

.f-sns-popup .id-copy-area .copy {
	background: url(/assets/img/user/pc/popup/sns/ico-copy.png?20200422) 29% center/18px 20px no-repeat #FFFFFF;
	border: 2px solid #00B901;
	border-radius: 29px;
	box-shadow: 0px 2px 0px #0D9A06;
	color: #00B900;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 18px 20px;
	width: 100%;
	position: relative;
}
.f-sns-popup .id-copy-area .copy.is-active {
	background: url(/assets/img/user/pc/popup/sns/ico-copy.png?20200422) 29% center/18px 20px no-repeat #E6F9E5;
	box-shadow: none;
}

.f-sns-popup .id-copy-area .id-copy {
	margin: 0 auto;
	width: 371px;
	position: relative;
}

.f-sns-popup .id-copy-area .copy-complete {
	background: url(/assets/img/user/pc/popup/sns/ico-copy.png) 29% center/18px 20px no-repeat #E6F9E5;
	border: 2px solid #0BB901;
	border-radius: 30px;
	color: #00B900;
	display: none;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 18px 20px;
	top: 2px;
	left: 0;
	width: 100%;
	position: absolute;
}

.f-sns-popup .id-copy-area .copy-complete.is-active {
	display: block;
}

.popup_member_campaign {
	background: #FFFEEC 0% 0% no-repeat padding-box;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	opacity: 1;
	width: 100%;
	padding-bottom: 22px;
}
.popup_member_campaign > img {
	width: 100%;
	margin-top: 11px;
}

.popup_text_area {
	color: #4d4d4d;
	letter-spacing: 0px;
	line-height: 34px;
	padding-top: 15px;
}

.popup_alert {
	color: #F60142;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3.6px;
	text-align: center;
}

.popup_alert img {
	margin-right: 3px;
}

.popup_alert + p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.popup_sns {
	color: #00B900;
}

.popup_oiwai_text {
	color: #F60142;
}

.bots {
	background: top left / 16px 8px repeat-x radial-gradient(circle, #FF9E98 1.5px, rgba(0,0,0,0) 1.5px);
	padding-top: 6px;
}

.popup_nomal_text {
	color: #333333;
	font-size: 14px;
	line-height: 150%;
}
.apply_form_member_campaign {
	background: #FF5A98 0% 0% no-repeat padding-box;
	border-radius: 10px;
	box-shadow: 0 3px 0 0 #BF4070;
	-webkit-box-shadow: 0 3px 0 0 #BF4070;
	margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
	text-align: center;
	width: 301px;
	height: 50px;
	position: relative;
}
.apply_form_member_campaign a {
	display: block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	position: absolute;
}
.apply_form_member_campaign > a > .popup_icon {
	transform : translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	left: 50px;
	top: 50%;
	width: 20px;
	position: absolute;
}

.apply_form_member_campaign > a > .popup_apply {
	transform : translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	right: 5%;
	top: 50%;
	width: 7px;
	position: absolute;
}

.apply_form_member_campaign p {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	top: 37%;
	left: 67px;
	position: absolute;
}

.sns_upper_block {
	height: 50px;
	width: 371px;
	position: relative;
}

.sns_upper_text {
	color: #4D4D4D;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	left: 0;
	right: 0;
	position: absolute;
}

.sns_upper_right {
	bottom: 6px;
	right: 0px;
	position: absolute;
}

.sns_upper_left {
	bottom: 6px;
	left: 0px;
	position: absolute;
}

.popup_pink_text {
	color: #FF48A4;
}

.adult-check-wrapper {
	margin-top: 10px;
	text-align: left;
	background-color: #FCE8EE;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.adult-check-wrapper.sns {
	background-color: #EBF9ED;
}

.adult-check-wrapper .adult-text {
	font-size: 14px;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 18px;
	display: flex;
	align-items: center;
	position: static;
	margin-top: 5px;
}
.adult-check-wrapper .adult-text input {
	appearance: none;
	background-image: url('/assets/img/user/pc/popup/checkbox_off.svg');
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.adult-check-wrapper .adult-text input:checked {
	background-image: url('/assets/img/user/pc/popup/checkbox_on.svg');
}
.adult-check-wrapper .adult-text .underline {
	text-decoration: underline;
	text-decoration-color: #F35A98;
	text-underline-position: under;
}
.adult-check-wrapper .warning-text {
	font-size: 12px;
	color: #FF0000;
	line-height: 18px;
	margin: 3px auto 1px;
}

.apply-firend-alert-text {
	font-size: 12px;
	color: #FF74C3;
	line-height: 150%;
	margin-top: 10px;
	text-align: center;
}
.apply-underline-alert-text {
	text-decoration: underline;
}



.f-sns-popup .add_friend .add_contact.click-disabled::after,
.f-sns-popup .id-copy-area .copy.click-disabled::after {
	content: '';
    background-color: black;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.f-sns-popup .id-copy-area .copy.click-disabled::after {
	border-radius: 29px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
}
.f-sns-popup .add_friend .add_contact.click-disabled {
	top: 3px;
	box-shadow: unset;
	pointer-events: none;
}
.f-sns-popup .id-copy-area .copy.click-disabled {
	top: 2px;
	box-shadow: unset;
	pointer-events: none;
}


/*フッター*/

.g-footer {
	background: #777;
	padding: 35px 0 20px;
}
.g-footer .logo {
	text-align: center;
	margin: 0;
}
.g-footer .bottom-link-list {
	padding: 35px 0;
}
.g-footer .copy,
.g-footer .copy a {
	font-size: 12px;
}