@charset "utf-8";
:root{
/*	--Base: rgb(226,246,241,.7);*/
	--Base: #f3f3f3;
	--taC: #fff;
	--taU: #fffbea;
	--ReD2: #e60011;
}
div#uchat_button {
	right: 20px;
	bottom: 20px;
	width: 280px;
	height: 60px;
	background: #2ac150;
	border-radius: 30px;
	box-shadow: 1px 1px 3px #999;
}
div#uchat_button button {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	display: block;
	margin: 10px auto;
	width: 197px;
	height: 40px;
	background: #fff;
	border-radius: 20px;
}
div#uchat_button button:before {
	content: "ご購入はこちらから";
	display: block;
	margin-left: 19px;
	font-size: 16px;
/*	font-family: YuMincho,serif;*/
	color: #000;
	text-align: left;
}
div#uchat_button button:after {
	content: "";
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	display: block;
	transform: rotate(45deg);
}
div#uchat_button:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	width: 50px;
	height: 50px;
}
div#uchat_button:before ,#UriChatAlls .chat-talk .You-talk-icon {
	background: url(/images/lp/common/chat/chaticon.png) no-repeat;
	background-size: 100%;
}

div#uchat_button:after {
	content: "";
	position: absolute;
	top: 0;
	right: 198px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 6px solid #fff;
	transform: rotate(45deg);
}

#UriChatAlls #chat-frame{
	background: var(--Base);
}
#UriChatAlls .uchat_title_base{
	background: var(--ReD2);
}
#UriChatAlls .chat-talk .talk-content{
	margin-left: 14px;
}
#UriChatAlls .uchat_title{
	font-size: 15px;
}
#UriChatAlls .chat-talk,#UriChatAlls .chat-talk.mytalk .talk-content{
	margin-bottom: 10px;
}
#UriChatAlls .chat-talk .talk-content{
	padding: 10px .9em 10px 1em;
	width: calc(89% - 32px);
	max-width: calc(89% - 32px);
}
/*
#UriChatAlls .chat-talk.mytalk .talk-content{
	margin: 5px 10px 20px auto;
	padding: 10px 1em;
	width: 80%;
	max-width: 80%;
}
*/
#UriChatAlls img{
	vertical-align: top;
}
#UriChatAlls .Sex ul, #UriChatAlls .Birth dd {
	display: flex;
	justify-content: space-between;
}
#UriChatAlls .Sex li {
	width: 49%;
}
#UriChatAlls .Birth div {
	width: calc(100% / 3);
}	
/* chatform_味選択 */
#UriChatAlls .buysel2 {
	width: 100%;
	background: none;
	border: none;
}
#UriChatAlls .buysel2 .onepoi{
	line-height: 1;
	font-size: .9em;
}
#UriChatAlls .buysel2 .onepoi:before,.buysel2 .onepoi:after {
	top: 0;
	height: 14px;
	border-right: 1px solid var(--ReD);
}
/* 味選択調整 */
#UriChatAlls .buysel2 .onepoi:after {
    right: -1px;
		top: 0;
		height: 14px;
		border-right: 1px solid var(--ReD);
}
#UriChatAlls .buysel2 .onepoi:before {
	left: 0px;
}
#UriChatAlls .buysel2 .onepoi span {
	display: inline-block !important;
}
#UriChatAlls .buysel2 ul {
	flex-wrap: wrap;
	margin-top: 3%;
	justify-content: space-evenly;
}
#UriChatAlls .buysel2 li {
	/* width: 119px; */
	width: 77px;
}
#UriChatAlls .buysel2 .list2 li{
	width: calc(95%/3);
}
#UriChatAlls .buysel2 li label {
  /* padding: 0 5px 5px; */
	padding: 0 4px 5px;
	display: block;
}
#UriChatAlls .buysel2 li input:checked + label{
	/* padding: 20px 5px; */
	width: 80px;
	padding: 10px 3px;
	margin-top: 5px;
}
#UriChatAlls .buysel2 .list1 li:first-of-type {
	position: relative;
}
#UriChatAlls .buysel2 dd {
	margin-bottom: 0;
	font-size: .75em;
}
#UriChatAlls .buysel2 .are {
	background: #fff;
	margin: 2% auto;
	width: 85%;
}
#UriChatAlls .buysel2 .are dt {
	font-size: .9em;
}
#UriChatAlls .buysel2 .are dd {
	font-size: .8em;
}
.buysel2 label .TfwB {
  /* font-size: .7vw; */
	font-size: .65vw;
}
#UriChatAlls .buysel2 label{
	background: none;
}

/* カンタン3分 */
div#uchat_button {
	border-radius: 30px;
	width: 250px;
}
div#uchat_button::before {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 5px;
	filter: drop-shadow(2px 1px 1px #aaa);
	background-size: 100%;
	content: "";
	width: 50px;
	height: 50px;
	margin: auto;
}
div#uchat_button::after {
	content: "\f105";
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	right: 20px;
	bottom: 0;
	left:auto;
	font-family: var(--wIcon);
	font-size: 20px;
	font-weight: 600;
	transform: rotate(0deg);
	border: none;
	width: auto;
	height: 20px;
}
div#uchat_button button {
	right: 7px;
	margin: auto;
	padding-left: 38px;
	width: 230px;
	z-index: -1;
	height: 46px;
	border-radius: 0 25px 25px 0;
}
div#uchat_button button::before,div#uchat_button button::after {
	position: relative;
	margin: 0;
	top: -4px;
	right: auto;
	left: 0;
	font-size: 17px;
	font-weight: 600;
	text-align: left;
	width: 100%; 
	height: auto;
	border: none;
}
div#uchat_button button::before {
	content: "＼カンタン3分／";
	color: var(--ReD);
	padding-left: 17px;
	padding-bottom : 3px;
	font-size: 15px;
	top: 1px;
}
div#uchat_button button::after {
	margin-left: 0;
	content: "ご購入はこちらから";
	transform: rotate(0deg);
	color: #000;
}
/* クーポン調整 */
.couponballoon label p {
	display: none !important;
}
.couponballoon li:first-of-type label {
	position: relative !important;
	/* height: 5vw; */
	height: 70px;
}
.couponballoon li:first-of-type label:after {
	position: absolute;
	content: "1,000円分ポイントを獲得";
	/* top: 1vw; */
	top: 12px;
	right: 0;
	left: 1.5vw;
	/* font-size: 1.2vw; */
	font-size: 18px;
}
.couponballoon li:first-of-type span:before {
	content: "クーポンコード：";
}
.couponballoon li:first-of-type span {
	margin-top: 10%!important;
	font-size: 15px;
	width: 100%;
}
.couponballoon li:first-of-type div {
	text-align: center;
	width: 100%;
}
#ucouponbox input[type="radio"]:checked + label::before {
	top: 16px;
}
/* 動くチャットボタン */
body div#uchat_button {
	background: url(//images.vitabrid.co.jp/images/lp/common/chat/chatbtn_woman_easy_1m.png) center / contain no-repeat;
	height: 63px;
	border-radius: 5em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
body div#uchat_button::before,
body div#uchat_button::after,
body div#uchat_button button::before,
body div#uchat_button button::after {
	content: none;
}

body div#uchat_button button {
	width: 100%;
	height: 100%;
	margin: 0;
	right: 0;
	background-color: rgba(255,255,255,0);
}

/* チャットボタンアニメーション */
body div#uchat_button {
	animation: chat_move_btn 1.9s ease infinite normal;
}
@keyframes chat_move_btn {
	0% {
    right: 20px;
	}
	50% {
		right: 20px;
	}
	85% {
		right: 20px;
	}
	90% {
		right: 30px;
	}
	95% {
		right: 20px;
	}
	100% {
		right: 20px;
	}
}

#UriChatAlls label.sex01-0::before {
	left: 83px;
}