@charset "utf-8";
/* CSS Document */
:root {
  --scrollbar: 0;
}

*{
	margin: 0;
}
/*html,body{
	padding-right: 0!important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar{
  display: none;
}*/
html{
	scroll-behavior: smooth;
}
body{
	/*font-family: "中ゴシックBBB JIS2004 AP";
	font-family: "ゴシックMB101 M JIS2004 AP";
	font-family: "ゴシックMB101 B JIS2004 AP";*/
	margin: 0;
	font-family: "見出ゴMB31 JIS2004 AP";
	font-feature-settings: "palt" 1;
	color: #1e1e1e;
	overflow-y: scroll;
}
.container:has(.loading) {
	width: 100%;
	height: 100vh;
	height: 100svh;
	overflow: hidden;
}
.loading {
	position: fixed;
	top: 0;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	z-index: 999;
}
.loading-layer {
	position: relative;
	background-color: rgb(212, 234, 244);
	width: 100%;
	height: 100%;
	opacity: 0;
}
.loading .spinner {
	position: absolute;
	inset: 0;
  margin: auto;
	height: fit-content;
  width: 70px;
  text-align: center;
	rotate: 90deg;
	transform-origin: center center;
}
.loading .spinner > div {
  width: 18px;
  height: auto;
	aspect-ratio: 1 / 1;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
/* @media screen and (max-width:750px) {
	.loading .spinner {
		width: 4.167vw;
	}
	.loading .spinner > div {
		width: 1.071vw;
	}
} */
.loading .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.container{
	position: relative;
}
.container img{
	max-width: 100%;
}
.container a{
	text-decoration: none;
}
.container .bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #cfebf5;
	overflow: hidden;
	z-index: 0;
}
.container .bg_img{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.container .bg_img .up,
.container .bg_img .dn{
	position: absolute;
	left: 0;
	width: 100%;
}
.container .bg_img .up{
	top: 0;
}
.container .bg_img .dn{
	bottom: 0;
}
.container .bg_img .up::before,
.container .bg_img .up::after,
.container .bg_img .dn::before,
.container .bg_img .dn::after{
	content: '';
	position: absolute;
	background: url("../images/common/bg_tama.png") no-repeat center;
	background-size: contain;
}
.container .bg_img .up::before{
	top: 0;
	left: 0;
	width: 370px;
	height: 370px;
	margin: -5.124% 4.392% 0;
}
.container .bg_img .up::after{
	top: 0;
	right: 0;
	width: 162px;
	height: 162px;
	margin: 6.589% 16.471% 0;
}
.container .bg_img .dn::before{
	bottom: 0;
	left: 0;
	width: 162px;
	height: 162px;
	margin: 0 1.171% -1.464%;
}
.container .bg_img .dn::after{
	bottom: 0;
	right: 0;
	width: 238px;
	height: 238px;
	margin: 0 -2.196% 5.857% 0;
}
.container .bg .bg_nav-area{
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	align-items: center;
	justify-content: center;
	width: calc(50% - 187.5px);
	height: 100%;
}
.container .bg .bg_nav{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	width: 250px;
	padding: 76px 0 64px;
	margin: auto;
	text-align: center;
	border-radius: 125px;
}
.container .bg .bg_nav > p{
	font-family: "中ゴシックBBB JIS2004 AP";
}
.container .bg .bg_nav p + p{
	margin-top: 17px;
}
.container .bg .bg_nav a{
	display: inline-block;
	font-family: "中ゴシックBBB JIS2004 AP";
	font-size: 13px;
	text-decoration: none;
	line-height: 1.5;
	transition: opacity .3s cubic-bezier(.455,.03,.515,.955);
}
.container .bg .bg_nav a:hover{
	opacity: .6;
}
.container .bg .bg_nav strong{
	font-family: "見出ゴMB31 JIS2004 AP";
	font-size: 25px;
}
.container .bg .bg_nav .bg_nav-tansa a{
	color: #000fa0;
}
.container .bg .bg_nav .bg_nav-bifidobacterium a{
	color: #00a3eb;
}
.container .bg .bg_nav .bg_nav-origo a{
	color: #00adb9;
}
.container .bg .bg_nav .arrow{
	width: 28px;
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	.container .bg{
		display: none;
	}
}
@media screen and (min-width: 1000px) {
	.container .bg .bg_nav-area{
		display: flex;
	}
}

.container .header{
	position: fixed;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	z-index: 2;
}
.container .header .header_logo{
	width: 121px;
	font-size: 1;
}
.container .header_nav-burger{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 25px;
	height: 25px;
	margin: 12px 20px;
	cursor: pointer;
}
.container .header_nav-burger::before,
.container .header_nav-burger::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background: #fff;
	transition: transform .3s cubic-bezier(.455,.03,.515,.955),width .25s cubic-bezier(.455,.03,.515,.955),opacity .3s cubic-bezier(.455,.03,.515,.955);
}
.container .header_nav-burger::before{
	top: 8px;
}
.container .header_nav-burger::after{
	bottom: 8px;
}
.container .header.open .header_nav-burger::before{
	transform: translateY(6px) rotate(-30deg);
}
.container .header.open .header_nav-burger::after{
	top: 31px;
	transform: translateY(-6px) rotate(30deg);
}

.container .container_sp{
	position: relative;
	background-image: url("../images/common/base_bg.jpg");
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
	margin: 0 auto;
	z-index: 1;
	/* overflow-x: hidden; */
}
.container .container_sp.color{
	background: #000528;
}
@media screen and (max-width: 768px) {
	.container .container_sp{
		width: 100%;
	}
	.container .header .header_logo{
		width: 81px;
	}
}
@media screen and (min-width: 769px) {
	.container .container_sp{
		width: 375px;
	}
}
@media screen and (min-width: 1000px) {
	.container .header_nav-burger{
		display: none;
	}
}


.lineup_area{
	position: relative;
	padding-bottom: 58.667%;
}
.lineup_area-circle{
	position: relative;
}
.lineup_area-circle .circle{
	position: relative;
	display: block;
	width: 100%;
}
.lineup_area-circle .lineup_circle02{
	margin-top: -14%;
}
.lineup_area-circle .lineup_circle03{
	margin-top: 29.333%;
}
.lineup_area-circle .lineup_circle04{
	margin-top: 32%;
}
.lineup_area-circle .circle span{
	position: relative;
	display: block;
	background-color: #fff;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
}
.lineup_area-circle .lineup_circle02 span{
	background-color: #000fa0;
}
.lineup_area-circle .lineup_circle03 span{
	background-color: #00a3eb;
}
.lineup_area-circle .lineup_circle04 span{
	background-color: #00adb9;
}
.lineup_area-contents{
	position: absolute;
	top: 0;
	width: 100%;
}
.lineup_area-contents .lineup_area-title{
	margin-top: 27.333%;
	font-family: "見出ゴMB31 JIS2004 AP";
	font-size: 36px;
	line-height: 1.528;
	text-align: center;
}
.lineup_area-contents .lineup_tansa{
	margin-top: 31.333%;
}
.lineup_area-contents .lineup_bifidobacterium{
	margin-top: 26.133%;
}
.lineup_area-contents .lineup_origo{
	margin-top: 28%;
}
.lineup_area-contents .lineup_copy{
	margin-bottom: 1.867%;
	font-family: "中ゴシックBBB JIS2004 AP";
	font-size: 45.5px;
	line-height: 1.398;
	color: #fff;
	text-align: center;
}
.lineup_area-contents .lineup_name{
	margin-bottom: 3.133%;
	font-size: 20.8px;
	color: #fff;
	text-align: center;
}
.lineup_area-contents .lineup_img{
	margin: 0 auto 5.333%;
	font-size: 0;
}
.lineup_area-contents .lineup_tansa .lineup_img{
	width: 31%;
}
.lineup_area-contents .lineup_bifidobacterium .lineup_img{
	width: 32.333%;
}
.lineup_area-contents .lineup_origo .lineup_img{
	width: 31.6%;
}
.lineup_area-contents .lineup_lnk{
	font-family: "見出ゴMB31 JIS2004 AP";
	line-height: 1;
	text-align: center;
}
.lineup_area-contents .lineup_lnk a{
	font-size: 19.1px;
	color: #000fa0;
	text-decoration: underline;
}
.lineup_area-contents .lineup_bifidobacterium .lineup_lnk a{
	color: #00a3eb;
}
.lineup_area-contents .lineup_origo .lineup_lnk a{
	color: #00adb9;
}
@media screen and (max-width: 768px) {
	.lineup_area-contents .lineup_area-title{
		font-size: 9.6vw;
	}
	.lineup_area-contents .lineup_copy{
		font-size: 12.133vw;
	}
	.lineup_area-contents .lineup_name{
		font-size: 5.547vw;
	}
	.lineup_area-contents .lineup_lnk a{
		font-size: 5.093vw;
	}
}

.capsule_area{
	position: relative;
	padding-bottom: 40.933%;
}
.capsule_area-circle{
	position: relative;
}
.capsule_area-circle .circle{
	position: relative;
	display: block;
	width: 100%;
}
.capsule_area-circle .capsule_circle02,
.capsule_area-circle .capsule_circle03{
	margin-top: -32%;
}
.capsule_area-circle .circle span{
	position: relative;
	display: block;
	background-color: #fff;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
}
.capsule_area-contents{
	position: absolute;
	top: 0;
}
.capsule_area-contents .capsule_area-title{
	margin-top: 21.133%;
	margin-bottom: 2.6%;
	height: 165.5px;
	font-family: "見出ゴMB31 JIS2004 AP";
	font-size: 36px;
	color: #000fa0;
	text-align: center;
}
.capsule_area-contents .capsule_area-img{
	transform-origin: top center;
	margin-bottom: 4.2%;
	font-size: 0;
}
.capsule_area-contents .capsule_area-txt{
	width: 77.867%;
	margin: 0 auto;
	font-family: "中ゴシックBBB JIS2004 AP";
	font-size: 16px;
	color: #1e1e1e;
	letter-spacing: 0;
	line-height: 1.875;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.capsule_area-contents .capsule_area-title{
		height: 44.133vw;
		font-size: 9.6vw;
	}
	.capsule_area-contents .capsule_area-txt{
		font-size: 4.267vw;
		letter-spacing: -0.03em;
	}
}

.faq_area{
	position: relative;
	padding-bottom: 33.333%;
}
.faq_area::before{
	content: '';
	position: absolute;
	top: 0;
	display: block;
	background-color: #fff;
	width: 100%;
	padding-top: 48.8%;
	border-radius: 50vw 50vw 0 0;
}
.faq_area::after{
	content: '';
	display: block;
	background-color: #fff;
	width: 100%;
	padding-bottom: 48.8%;
	border-radius: 0 0 50vw 50vw;
}
.faq_area-contents {
	position: relative;
	z-index: 1;
}
.faq_area-contents .faq_area-title{
	/* background-color: #fff; */
	padding: 23.033% 0 9.033%;
	font-family: "見出ゴMB31 JIS2004 AP";
	font-size: 27px;
	text-align: center;
	/* border-radius: 50vw 50vw 0 0; */
}
.faq_area-contents .faq-q,
.faq_area-contents .faq-a{
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	width: 81.867%;
	padding: 5% 9.0665%;
}
.faq_area-contents .faq-q {
	cursor: pointer;
}
.faq_area-contents .faq-q:first-child {
	border-radius: 30% 30% 0 0 ;
}
.faq_area-contents .faq-q:first-child{
	padding-top: 0;
}
.faq_area-contents .faq-a{
	align-items: stretch;
	background-color: transparent;
	height: 0;/**/
	padding: 0 9.0665%;
	margin-top: 2px;
	overflow: hidden;
}
.faq_area-contents .faq-q::before,
.faq_area-contents .faq-a::before{
	content: 'Q';
	display: inline-block;
	width: 17.987%;
	padding-left: 3.257%;
	padding-right: 6.515%;
	font-family: "見出ゴMB31 JIS2004 AP";
	font-size: 27.8px;
	line-height: 1;
	box-sizing: border-box;
}
.faq_area-contents .faq-a::before{
	content: 'A';
	padding-top: 7.2%;
}
.faq_area-contents .faq-q .faq_ttl,
.faq_area-contents .faq-a .faq_txt{
	width: 72.664%;
	padding-right: 2.280%;
	font-family: "見出ゴMB31 JIS2004 AP";
	font-size: 16px;
	line-height: 1.688;
	box-sizing: border-box;
}
.faq_area-contents .faq-a .faq_txt{
	width: 83.713%;
	padding: 7.2% 0;
	font-family: "中ゴシックBBB JIS2004 AP";
}
.faq_area-contents .faq-q .faq-icon{
	position: relative;
	flex-grow: 1;
	display: block;
	width: 9.349%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}
.faq_area-contents .faq-q .faq-icon::before,
.faq_area-contents .faq-q .faq-icon::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 35.714%;
	height: 1px;
	margin: auto;
	transform-origin: center;
	transition: transform .3s cubic-bezier(.455,.03,.515,.955);
}
.faq_area-contents .faq-q .faq-icon::after{
	transform: rotate(90deg);
}
.faq_area-contents .faq-q.active .faq-icon::after{
	transform: rotate(0deg);
}

.sale_area {
	position: relative;
	margin-inline: auto;
	margin-bottom: 16%;
	padding-block: 3.734%;
	width: 80%;
	border: 1px solid #000fa0;
}
.sale_area_txt {
	font-family: "見出ゴMB31 JIS2004 AP";
	font-size: 16px;
	line-height: 1.6875;
	color: #000fa0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.sale_area_txt {
		font-size: 4.267vw;
	}
}

.outline_area{
	position: relative;
	padding-bottom: 20%;
}
.outline_area-contents{
	position: relative;
}
.outline_area-contents .outline_area-title{
	margin-bottom: 8%;
	font-family: "見出ゴMB31 JIS2004 AP";
	font-size: 27px;
	text-align: center;
}
.outline_area-contents .outline_area-detail{
	width: 80%;
	margin: 0 auto;
	font-family: "中ゴシックBBB JIS2004 AP";
}
.outline_area-contents .outline-detail_ttl{
	padding: 1.667% 3.333%;
	font-size: 15px;
}
.outline_area-contents .outline-detail_txt{
	padding: 1.667% 3.333%;
	font-size: 13px;
	line-height: 1.769;
}
.outline_area-contents .outline-detail_txt:last-child{
	border-bottom: none;
}
.outline_area-contents .outline-detail_txt em{
	font-style: normal;
	text-decoration: underline;
}
.outline_area-contents .outline-detail_txt .outline-cap{
	display: block;
	padding: 3% 0;
	font-size: 10px;
	line-height: 1.65;
}
.outline_area-contents .outline-detail_txt .ingredient{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.outline_area-contents .outline-detail_txt .ingredient .ingredient-name{
	position: relative;
	flex-grow: 1;
}
.outline_area-contents .outline-detail_txt .ingredient .space{
	position: relative;
	flex-grow: 20;
	background: url("../images/common/outline_dot.png") repeat-x left 12px;
	background-size: auto 2.5px;
	overflow: hidden;
}
.outline_area-contents .outline-detail_txt .ingredient .space.ind{
	margin-left: -40px;
}
.outline_area-contents .outline-detail_txt .ingredient .ingredient-num{
	position: relative;
	flex-grow: 1;
	text-align: right;
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 769px) {
}



.footer{
	position: relative;
	padding-bottom: 17.333%;
	font-size: 0;
}
.footer .foot_logo{
	position: relative;
	width: 40.8%;
	margin: 0 auto 9.333%;
}
.footer .foot_copyright{
	position: relative;
	width: 57.467%;
	margin: 0 auto;
}

.fix_btn{
	position: fixed;
	bottom: 0;
	left: 50%;
	display: block;
	width: 26.133%;
	padding-bottom: 26.133%;
	margin-left: 20%;
	margin-bottom: 3.733%;
	width: 98px;
	padding-bottom: 98px;
	margin-left: 75px;
	margin-bottom: 28px;
	font-family: "ゴシックMB101 B JIS2004 AP";
	z-index: 100;
	opacity: 0;
	display: none;
	transition: opacity 0.4s ease-out;
}
.fix_btn a{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	background-color: #333;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 1.719;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.fix_btn a::after{
	content: '';
	position: relative;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
  border-style: solid;
  border-color: transparent;
  border-width: 0.3125rem 0.5625rem;
  border-left-color: #fff;
  border-right: 0;
  width: 0;
  height: 0;
	margin: 0 auto;
  vertical-align: middle;
  line-height: 1;
}
.fix_btn strong{
	display: inline-block;
	font-size: 16px;
	margin-bottom: 3.061%;
}
@media screen and (max-width: 768px) {
	.fix_btn{
		left: auto;
		right: 3.733%;
		margin-bottom: 3.733%;
	}
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay{
	background-color: #fff;
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper{
	padding: 0;
}
.remodal-wrapper:after {
  display: none;
}
.remodal{
	display: none;
	align-items: center;
	justify-content: center;
  background: #fff;
	max-width: 100%;
  width: 100%;
	height: 100%;
	padding: 15px;
	margin-bottom: 0;
	box-sizing: border-box;
	overflow-y: scroll;/**/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
	display: flex;
	overflow-y: scroll;/**/
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-opened {
	display: flex;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal img{
	max-width: 100%;
}
.remodal .header_nav-logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 81px;
	margin: 15px;
	font-size: 1;
}
.remodal .header_nav-close{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 25px;
	height: 25px;
	margin: 12px 20px;
	cursor: pointer;
}
.remodal .header_nav-close::before,
.remodal .header_nav-close::after{
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background: #1e1e1e;
	transform-origin: center;
	transition: transform .3s cubic-bezier(.455,.03,.515,.955),width .25s cubic-bezier(.455,.03,.515,.955),opacity .3s cubic-bezier(.455,.03,.515,.955);
}
.remodal .header_nav-close::before{
	transform: rotate(-45deg);
}
.remodal .header_nav-close::after{
	transform: rotate(45deg);
}
.remodal .header_nav-wrap p + p{
	margin-top: 17px;
}
.remodal .header_nav-wrap a{
	display: inline-block;
	font-family: "中ゴシックBBB JIS2004 AP";
	font-size: 15px;
	text-decoration: none;
	line-height: 1.5;
	transition: opacity .3s cubic-bezier(.455,.03,.515,.955);
}
.remodal .header_nav-wrap a:hover{
	opacity: .6;
}
.remodal .header_nav-wrap strong{
	font-family: "見出ゴMB31 JIS2004 AP";
	font-size: 30px;
}
.remodal .header_nav-wrap .header_nav-tansa a{
	color: #000fa0;
}
.remodal .header_nav-wrap .header_nav-bifidobacterium a{
	color: #00a3eb;
}
.remodal .header_nav-wrap .header_nav-origo a{
	color: #00adb9;
}
.remodal .header_nav-wrap .arrow{
	width: 32px;
	margin-top: 8px;
}
@media screen and (max-width: 768px) {
	.remodal .header_nav-wrap p + p{
		margin-top: 4.533vw;
	}
	.remodal .header_nav-wrap a{
		font-size: 4vw;
	}
	.remodal .header_nav-wrap a:hover{
		opacity: 1;
	}
	.remodal .header_nav-wrap strong{
		font-size: 8vw;
	}
	.remodal .header_nav-wrap .arrow{
		width: 8.533vw;
		margin-top: 2.133%;
	}
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.contentImg {
	transform-origin: top center;
}
.circle {
	transform-origin: top center;
}
.lCommonPopCircle {
	z-index: 1;
}
.lCommonPopContent {
	transform-origin: top center;
	z-index: 2;
}
.deliver_area .pin-spacer {
	width: 100%!important;
}