@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

html{
}
body#lp202603_rika{
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
	color: #231815;
	font-size: 16px;
	*font-size:small;
	*font:x-small;
	font-weight: 400;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.02em;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	overflow-x: hidden;
	position: relative;
	font-optical-sizing: auto;
}
:root{
	scroll-behavior: smooth;
	scroll-padding-top: 0;
}
img {
	max-width: 100%;
	width: 100%;
}
div, section, a, h1,h2,h3,h4,h5,h6,p{
	box-sizing: border-box;
}
img,iframe{
	vertical-align: bottom;
	border-style: none;
	box-sizing: border-box;
}
img{width: 100%;}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
a{
	color: #3c342a;
	-webkit-transition: 0.3s ease-in-out;
	-moz-tranPerformersition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
a:link {
	text-decoration: none;
	outline: none;
	color: #3c342a;
}
a:visited {
	color: #3c342a;
}
a:hover {
	color: #3c342a;
	opacity: .7;
}
.wrap{
	width: auto;
	max-width: 1420px;
	margin: auto;
	position: relative;
	padding: 0 10px 10px 10px;
}
.sp {display:none;}
.pc {display:block;}

@media screen and (max-width: 768px) {
	.sp {display:block;}
	.pc {display:none;}
}

.maru{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#lp202603_rika{
	background-color: #fff;
}

/* header -----------------------------------------------*/

#lp202603_rika #header{
	background-color: #fff;
	position: relative;
	height: 100px;
}
#lp202603_rika #header .logo{
	width: min(30%,213px);
	height: 25px;
	margin: auto;
	position: absolute;
	top:0;bottom:0;
	left: 1em;
}
#lp202603_rika #header .logo a img{
	display: block;
}
#lp202603_rika #header .label{
	width:min(20%,200px);
	position: absolute;
	top:0;
	right: 2em;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	#lp202603_rika #header{
		height: 40px;
	}
	#lp202603_rika #header .logo{
		height: 15px;
		left: .5em;
	}
	#lp202603_rika #header .label{
		right: 1em;
	}	
}


/* mainvisual */
#lp202603_rika .fv{
	background: url(../images/bg_star.png), url(../images/bg_gradation.jpg) ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center, top center;
	position: relative;
	padding: 1px;
}
#lp202603_rika .wrap-fv{
	width: min(60%, 950px);
	text-align: center;
	padding: 0 2em;
	margin: 0 40% 4em auto;
	position: relative;
	z-index: 3;
}
#lp202603_rika .main-copy{
	width: min(80%,620px);
	margin: 8em auto 8em auto;
	margin-top:min(8em, 5vw);
	margin-bottom:min(8em, 5vw);
}
#lp202603_rika.ver2 .main-copy{
	margin-bottom: 0;
}
#lp202603_rika .main-logo{
	text-align: center;
	margin-bottom:min(4em, 5vw);
}
#lp202603_rika .product-group{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#lp202603_rika .product-group .wrap-product{
	width: 16.6%;
	background: url(../images/placemat_white.png)no-repeat center;
	background-size: 90%;
}
#lp202603_rika .mainvisual-rika{
	position: absolute;
	top: -2em;
	left: 50%;
	width: min(50%,840px);
}

@media screen and (max-width: 768px) {
	#lp202603_rika .wrap-fv{
		width: 100%;
		margin: 50vw auto 0 0;
		padding: 4em 1em 2em 1em;
		min-height: auto;
	}
	#lp202603_rika .mainvisual-rika{
		top: -1em;
		right: 0;left:0;
		width: 80%;
		margin: auto;
	}
	#lp202603_rika .c-tomy{
		position: absolute;
		width: 40px;
		right: 1em;
		top:60vw;
	}
	
}


/* コピーエリア */
#lp202603_rika .copy-area{
	position: relative;
}
#lp202603_rika .wrap-copy-area{
	text-align: center;
	padding: 2em 0 0 0;
}
#lp202603_rika .wrap-copy-area p{
	font-weight: 700;
	line-height: 3em;
	font-size: clamp(14px, 2.5vw, 30px);
	margin-bottom: 3em;
	letter-spacing: 0.1rem;
	z-index: 2;
	position: relative;
}
#lp202603_rika .wrap-copy-area p .obi-gradation{
  background: linear-gradient(to right, #929ef0, #e5abca);
	color: #fff;
	padding: 0 .2em;
}
.emoji-heart{
	display: inline-block;
	font-size: 1em;
  width: 1em;
  height: 1em;
	line-height: 1;
}
#lp202603_rika .copy-area .doll01{
	display: block;
	width: min(30vw,440px);
	position: absolute;
	top:5em;
	left: min(75%,calc(50% + 350px));
	z-index: 1;
}
#lp202603_rika .copy-area .doll02{
	display: block;
	width: min(25vw,400px);
	position: absolute;
	top:24em;
	right: min(80%,calc(50% + 400px));
	z-index: 1;
}
#lp202603_rika .copy-area .doll03{
	display: block;
	width: min(7vw,96px);
	position: absolute;
	bottom:5em;
	left: min(85%,calc(50% + 500px));
	z-index: 1;
}

#lp202603_rika .copy01{
	margin: auto auto 2em auto;
	width: min(90vw,1300px);
}

/* 特徴 */
#lp202603_rika .works {
	padding-bottom: 10em;
}
#lp202603_rika .works .block{
	width: min(100vw,1400px);
	margin: auto auto 1em auto;
	padding: 2em;
	position: relative;
	z-index: 1;
}
#lp202603_rika .works .block.pink{
	background-color: #ecb3b3;
	border-top-left-radius: 500px;
	border-bottom-left-radius: 500px;
}
#lp202603_rika .works .block::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
		z-index: -1;
}
#lp202603_rika .works .block.pink::after{
    background-color: #ecb3b3; /* 伸ばしたい背景色 */
}
#lp202603_rika .works .block.purple{
	background-color: #d1a6e5;
	border-top-right-radius: 500px;
	border-bottom-right-radius: 500px;
}
#lp202603_rika .works .block.purple::after{
	left: auto;
	right: 50%;
	background-color: #d1a6e5; /* 伸ばしたい背景色 */
}
#lp202603_rika .works .block.blue{
	background-color: #99c7ff;
	border-top-left-radius: 500px;
	border-bottom-left-radius: 500px;
}
#lp202603_rika .works .block.blue::after{
    background-color: #99c7ff; /* 伸ばしたい背景色 */
}
#lp202603_rika .works .block .flex{
	display: flex;
}
#lp202603_rika .works .block.purple .flex{
	flex-direction: row-reverse;
}
#lp202603_rika .works .block .flex .icon{
	width: min(32%,440px);
}

#lp202603_rika .works .block .flex .text{
	width: min(66%,860px);
}
#lp202603_rika .works .block.pink .product{
	width: min(12%, 180px);
	position: absolute;
	bottom: 70%;
	right: 5em;
	z-index: 2;
}
#lp202603_rika .works .block.purple .product{
	width: min(12%, 180px);
	position: absolute;
	bottom: 70%;
	left: 3em;
	z-index: 2;
}
#lp202603_rika .works .block.blue .product1{
	width: min(12%, 180px);
	position: absolute;
	bottom: 70%;
	right: 5em;
	z-index: 2;
}
#lp202603_rika .works .block.blue .product2{
	width: min(12%, 180px);
	position: absolute;
	bottom: -10%;
	left: 20%;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	#lp202603_rika .works {
		padding-bottom: 2em;
	}
	#lp202603_rika .works .block{
		padding: .5em;
	}
	#lp202603_rika .works .block.pink .product{
		width: min(16%, 180px);
		right: 0;
		bottom: 60%;
	}
	#lp202603_rika .works .block.purple .product{
		width: min(16%, 180px);
		bottom: 60%;
		left: 0em;
	}
	#lp202603_rika .works .block.blue .product1{
		width: min(16%, 180px);
		right: 0;
		bottom: 60%;
	}
	#lp202603_rika .works .block.blue .product2{
		width: min(16%, 180px);
		bottom: -20%;
		left: 0%;
	}
}


/* コンテンツ */
#lp202603_rika .contents{
	background: url(../images/bg_star.png), url(../images/bg_stripe.png);
	background-repeat: no-repeat, repeat;
	background-position: top center;
	background-size: cover, 100%;
	padding-top: 6em;
}
#lp202603_rika .contents .copy02{
	margin: 0 auto;
	width: min(90%,1400px);
}
#lp202603_rika .contents .wrap{
	padding: 6em 2em;
}
#lp202603_rika .contents .obi-gradation{
	font-size: clamp(20px,4vw,45px);
	font-weight: 900;
	margin: 1em 0;
	text-align: center;
  background: linear-gradient(to right, #929ef0, #e5abca);
	color: #fff;
	padding: 0 .2em;
}
#lp202603_rika .contents .product-block{
	background-color: #fff;
	padding: 2vw 4vw;
	margin: 0 0 6em 0;
	border-radius: 5vw;
	border: solid 20px #f1e4f7;
	box-shadow: 0 0 20px #84184e33;
	position: relative;
}
#lp202603_rika .contents .product-block .copy span{
	color: #fff;
	font-size: clamp(14px,2vw,25px);
	font-weight: 700;
	background-color: #cf82ff;
	padding: 1em;
	width: min(80%,650px);
	text-align: center;
	display: inline-block;
	border-radius: 100px;
	box-shadow: 10px 10px 10px #00000022;
	position: absolute;
	top:-3em;
	left: 5em;
	z-index: 2;
}
#lp202603_rika .contents .product-block.reverse .copy span{
	left: auto;
	right: 5em;
}
#lp202603_rika .contents .product-block .thums{
	width: min(20%,250px);
	position: absolute;
	top:-5em;
	left:-5em;
}
#lp202603_rika .contents .product-block.reverse .thums{
	left: auto;
	right: -5em;
}
#lp202603_rika .contents .product-block .flex{
	display:flex;
	justify-content: space-between;
}
#lp202603_rika .contents .product-block.reverse .flex{
	flex-direction: row-reverse;
}
#lp202603_rika .contents .product-block .flex .pic{
	width: 36%;
}
#lp202603_rika .contents .product-block .flex .article{
	width: 60%;
}
#lp202603_rika .contents .product-block .flex .article .p-name{
	border-bottom: solid 1.5px #e52d8a;
	padding-bottom: 2em;
}
#lp202603_rika .contents .product-block .flex .article .text{
	font-size: clamp(14px,2vw,30px);
	font-weight: 700;
	color: #444444;
}
.btn a{
	display: block;
	width: min(80%,410px);
	margin: 2em 0;
	padding: .5em;
	border: solid 1px #fff;
	border-radius: 100px;
	background-color: #e52d8a;
	color: #fff;
	font-size: clamp(12px,2vw,25px);
	text-align: center;
	font-weight: 700;
	box-shadow: 10px 10px 10px #00000022;
	position: relative;
}
.arrow {
  position: absolute;
	top: 1em;
	right: 1em;
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: 7.5px 0;
  border-radius: 9999px;
  background-color: #fff;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
#lp202603_rika .contents .product-block .ribbon{
	position: absolute;
	top:-2em;
	right: -2em;
	width: min(10%,135px);
}
#lp202603_rika .contents .product-block.reverse .ribbon{
	right: auto;
	left: -2em;
}
@media screen and (max-width: 768px) {
	#lp202603_rika .contents{
		padding: 2em 0 0 0;
	}
	#lp202603_rika .contents .wrap{
		padding: 2em 1em 0.1em 1em;
	}
	#lp202603_rika .contents .product-block{
		padding: 2vw 3vw;
		margin: 0 0 4em 0;
		border: solid 10px #f1e4f7;
	}
	#lp202603_rika .contents .product-block .flex .pic{
		width: 46%;
	}
	#lp202603_rika .contents .product-block .flex .article{
		width: 50%;
	}
	#lp202603_rika .contents .product-block .flex .article .p-name{
		padding-bottom: 1em;
	}
	#lp202603_rika .contents .product-block .copy span{
		font-size: 12px;
		padding: 1em 0;
		margin: auto;
		width: 100%;
		box-shadow: 5px 5px 5px #00000022;
		position: absolute;
		left: 0;right:0;
	}
	#lp202603_rika .contents .product-block.reverse .copy span{
		left: 0;right:0;
	}
	#lp202603_rika .contents .product-block .thums{
		width: 30%;
		position: absolute;
		top:-0em;
		left:-1em;
		z-index: 2;
	}
	#lp202603_rika .contents .product-block.reverse .thums{
		left: auto;
		right: -1em;
	}
	#lp202603_rika .contents .product-block.reverse .flex{
		flex-direction: row-reverse;
	}
	#lp202603_rika .contents .product-block .flex .pic{
		padding-top: 5em;
	}
	#lp202603_rika .contents .product-block .flex .article .text{
		font-size: 13px;
	}
	.btn a{
		width: 100%;
		box-shadow: 5px 5px 5px #00000022;
	}
	.arrow {
		margin: 3.5px 0;
	}
	#lp202603_rika .contents .product-block .ribbon{
		top:-3em;
		right: -1em;
		width: 15%;
		z-index: 3;
	}
	#lp202603_rika .contents .product-block.reverse .ribbon{
		right: auto;
		left: -1em;
	}
}

/* cart btn */
#lp202603_rika .cart{
	position: fixed;
	z-index: 10;
	bottom: 3vw;
	right: 3vw;
	width: min(25%,230px);
}
@media screen and (max-width: 768px) {
	#lp202603_rika .cart{
	bottom: 3vw;
}
}

/* footer */
#lp202603_rika #footer{
	position: relative;
	background-color: #2346a5;
	padding: 3vw 0 3vw 0;
	text-align: center;
	color: #fff;
}
#lp202603_rika #footer .logo{
	margin: auto;
	width: min(30%,260px);
	position: relative;
	z-index: 3;
}
#lp202603_rika .footer-rika{
	position: absolute;
	bottom: 0;
	left: 4vw;
	width: min(33%,450px);
}

#lp202603_rika #footer .sns-area{
	width: min(40%,260px);
	margin: 0 auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#lp202603_rika #footer .sns-area a{
	width: 16%;
}

#lp202603_rika #footer .footer_sub_menus ul {
	width: min(80%,320px);
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	padding: 2em 0 0;
	margin: 0 auto auto auto;
	list-style: none;
}
#lp202603_rika #footer .footer_sub_menus ul li {
	font-size: 12px;
	color: #fff;
	width: calc((100% - 1em) / 5);
}
#lp202603_rika #footer .footer_sub_menus ul li a {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#lp202603_rika #footer .footer_sub_menus ul li a img {
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}
#lp202603_rika #footer .footer_sub_menus .footer_share {
margin: 2em auto;
}
#lp202603_rika #footer .footer_sub_menus .footer_share .footer_share_icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #ffffff80;
	border-radius: 27px;
	position: relative;
	width: min(80%,230px);
	margin: 0 auto 1em auto;
}
#lp202603_rika #footer .footer_sub_menus .footer_share .footer_share_icons::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -11px;
	border: 11px solid transparent;
	border-top: 11px solid #ffffff80;
}
#lp202603_rika #footer .footer_sub_menus .footer_share .footer_share_icons a {
	margin: 8px 10px;
	width: 37px;
	height: 37px;
	background-color: #2346a5;
	border-radius: 1000px;
	border: solid 1px #2346a5;
}






/* ver 4月 追加 ----------------------------------------------*/
#lp202603_rika.ver2 .contents{
	background: none;
	padding-top: 0;
}
#lp202603_rika.ver2  .bg-stripe{
	background: url(../images/bg_star.png), url(../images/bg_stripe.png);
	background-repeat: no-repeat, repeat;
	background-position: top center;
	background-size: cover, 100%;

}
#lp202603_rika.ver2 .bg-gradation{
	background: url(../images/bg_star.png), url(../images/bg_gradation.jpg) ;
	background-repeat: no-repeat;
	background-position: center center,top center;
	background-size: cover;
}

@media screen and (max-width: 768px) {
}
#lp202603_rika .body-wrapper{
	background: url(../images/bg_stripe.png);
	background-size: 100%;
	
	overflow-x:clip;
}
#lp202603_rika.ver2 .side-btn{
	position: fixed;
	top: min(15vw, 200px);
	right: 0;left: auto;
	margin: auto;
	width:min(6vw,90px);
	z-index: 5;
}
@media screen and (max-width: 768px) {
	#lp202603_rika.ver2 .side-btn{
  	position: -webkit-sticky;
		position: sticky;
		top:auto;
		bottom:0;
		left: 0;
		right: 0;
		margin: auto;
		width: 60%;
	}
}
#lp202603_rika.ver2 .copy-area {
	padding-bottom: min(18em,400px);
}
@media screen and (max-width: 768px) {
	#lp202603_rika.ver2 .copy-area {
		padding-bottom: 25vw;
	}
}
#lp202603_rika.ver2 .copy-area .doll02{
	top:18em;
}
#lp202603_rika.ver2 .copy-area .doll03{
	bottom: 10vw;
	left: 10vw;
}
#lp202603_rika.ver2 .copy-area .doll04{
	display: block;
	width: min(50vw,640px);
	position: absolute;
	bottom:-3em;
	right: 0;
	z-index: 1;
}


#lp202603_rika.ver2 h3.obi-w{
	background-color: #e52d8a;
	color: #fff;
	font-size: clamp(18px,4vw,65px);
	font-weight: 700;
	margin: 0;
	padding: .6em;
	text-align: center;
}
#lp202603_rika.ver2 h3.obi-w .dots{
	border: dotted 3px #fff;
	border-radius: 1em;
	display: block;
	padding: 1em 0.1em;
}
#lp202603_rika.ver2 .product-rika{
	background-image: url(../images/bg_fabric.png);
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}
#lp202603_rika.ver2 .wrap {
}
#lp202603_rika.ver2 .title{
	width: min(80%,950px);
	margin: 0 auto 0 -5vw;
	position: relative;
	z-index: 1;
}
#lp202603_rika.ver2 .product{
	width: min(50%,760px);
	margin: -4em auto auto auto;
	margin-left:5%;
	padding: 0 0 ;
	position: relative;
	text-align: center;
	z-index: 1;
}
#lp202603_rika.ver2 .product img{
	margin: auto;
	width: min(100%, 400px);
}
#lp202603_rika.ver2 .label01{
	width: min(15%,230px);
	position: absolute;
	left: 50%;
	top: min(40vw, 500px);
	z-index: 1;
}
#lp202603_rika.ver2 .label-tokuten{
	width: min(50vw,760px);
	position: absolute;
	left: 53%;
	top: min(60vw, 700px);
	z-index: 2;
}
#lp202603_rika.ver2 .img-rika{
	position: absolute;
	top: 2em;
	left: 50%;
	width: min(50%,940px);
}
#lp202603_rika.ver2 .list{
	display: flex;
	justify-content: space-evenly;
	padding: 2em 1em;
}
#lp202603_rika.ver2 .list .point{
	width: 26%;
	margin: 0 -1em;
}
#lp202603_rika.ver2 .list .point:nth-child(even){
	margin-top: 10%;
}
#lp202603_rika.ver2 .tokuten{
	margin-top: -2em;
}

@media screen and (max-width: 768px) {
	#lp202603_rika.ver2 .list{
		flex-wrap: wrap;
	}
	#lp202603_rika.ver2 .list .point{
		width: 46%;
	}
	#lp202603_rika.ver2 .label-tokuten{
		width: 70%;
		position:relative;
		left: 0;
		top: 0;
		z-index: 1;
	}
	#lp202603_rika.ver2 .product{
		width: 90%;
		margin: -2em auto auto auto;
	}
	#lp202603_rika.ver2 .img-rika{
		width: 70%;
	}
	#lp202603_rika.ver2 .label01{
		width: min(25%,230px);
		left: 70%;
		top: 80vw;
		z-index: 1;
	}
	#lp202603_rika.ver2 .list{
		margin-top: -2em;
	}
}

/* キャンペーンエリア */
#lp202603_rika.ver2 .campaign-area{
  background: url(../images/bg_star.png),linear-gradient(to right, #cf82ff, #ffe2e7);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 4em 0;
}
#lp202603_rika.ver2 .campaign-area .title{
	width: min(100%,1076px);
	margin: 2em auto;
}
#lp202603_rika.ver2 .campaign-area .flex{
	display: flex;
	flex-wrap: wrap;
	padding: 2em;
	background-color: #ffffff;
	border-radius: 3em;
	box-shadow: 0 0 20px #84184e33;
	outline: 2px solid rgb(255, 255, 255);
  outline-offset: -15px;
	margin: auto;
}
#lp202603_rika.ver2 .campaign-area .image-area{
	width: 35%;
	padding: 2em;
	position: relative;
}
#lp202603_rika.ver2 .campaign-area img.pic{
	box-shadow: 0 0 20px #84184e33;
}
#lp202603_rika.ver2 .campaign-area .image-area .fukidashi{
	position: absolute;
	width: min(50%,222px);
	top: -3em;
	right: -3em;
}
#lp202603_rika.ver2 .campaign-area .text-area{
	width: 65%;
}
#lp202603_rika.ver2 .campaign-area .text-area p{
	font-size: clamp(12px,2vw,26px);
	text-indent: -6.1em;
	padding-left: 6.1em;
	margin: .5em 0;
}
#lp202603_rika.ver2 .campaign-area .text-area .htext{
	color: #fff;
	font-weight: 700;
	font-size: clamp(20px,2.4vw,40px);
	text-align: center;
	background-color: #cf82ff;
	box-shadow: 0 0 20px #84184e33;
	border-radius: 100px;
}
#lp202603_rika.ver2 .campaign-area .text-area span{
}

@media screen and (max-width: 768px) {
	#lp202603_rika.ver2 .campaign-area{
		padding: 2em 0;
	}
		#lp202603_rika.ver2 .campaign-area .image-area{
		width: 100%;
	}
	#lp202603_rika.ver2 .campaign-area .text-area{
		width: 100%;
		text-indent: 0;
		padding-left: 0;
		font-size: 12px;
	}
}


/* 購入エリア */
#lp202603_rika.ver2 .movie-area{
	text-align: center;
	height: 400px;
	padding: 4em;
}

/* 購入エリア */
#lp202603_rika.ver2 .product-link{
	padding: 6rm 0 0 0;
}
#lp202603_rika.ver2 .product-link .title{
	text-align: center;
	width: min(80%,700px);
	margin: auto auto 4em auto;
}
#lp202603_rika.ver2 .product-link .box{
	background-color: #fff;
	width: min(100%,1200px);
	border-radius: 2vw;
	padding: max(1em,5vw);
	margin: auto auto 4em auto;
	position: relative;
	z-index: 2;
}
#lp202603_rika.ver2 .product-link .p-name{
	width: min(90%,760px);
	margin: auto auto 3em auto;
}
#lp202603_rika.ver2 .product-link .flex{
	display: flex;
	flex-wrap: nowrap;
}
#lp202603_rika.ver2 .product-link .flex .pic-area{
	width: 50%;
	padding: 1em 8% 0 2%;
}
#lp202603_rika.ver2 .product-link .flex .text-area{
	width: min(100%, 450px);
	margin-right: auto;
	font-feature-settings: "palt";
	color: #444;
	position: relative;
}
#lp202603_rika.ver2 .product-link .text-area .campaign-tokuten{
	width: min(40%,200px);
	position: absolute;
	top: -5em;
	right: -8em;
	z-index: 1;
}
#lp202603_rika.ver2 .product-link .text-area .p-code{
	font-size: clamp(14px,3.4vw,30px);
	color: #444444;
	font-weight: 500;
	margin: 0;
	line-height: 1.5;
}
#lp202603_rika.ver2 .product-link .text-area .p-price{
	font-size: clamp(14px,3.4vw,30px);
	color: #444444;
	font-weight: 500;
	margin: 0;
	line-height: 1.5;
}
#lp202603_rika.ver2 .product-link .text-area .p-price .freeshipping{
	background-color: red;
	color: #fff;
	font-size: 70%;
	margin-left: 1em;
	padding: .2em 1em;
	letter-spacing: .2em;
	text-align: center;
}
.small{
	font-size: 70%;
}
#lp202603_rika.ver2 .product-link .cart-ara{
	border: solid 1px #444444;
	text-align: center;
	padding: 1em;
	border-radius: 1em;
	margin: 1em auto;
}
#lp202603_rika.ver2 .product-link .cart-ara .corona-store{
	width: 70%;
	margin: auto;
}
#lp202603_rika.ver2 .product-link .cart-ara .pink{
	color:#e52d8a;
	font-weight: 700;
	font-size: clamp(15px,2vw,22px);
	margin: .5em auto;
	text-align: center;
}
#lp202603_rika.ver2 .product-link .othre-link .pink{
	color:#e52d8a;
	text-align: center;
	font-weight: 700;
}

#lp202603_rika.ver2 .product-link .cart-ara .btn{
	margin: 1em auto .5em auto;
}
#lp202603_rika.ver2 .product-link .cart-ara .btn a{
	margin: 0 auto;
	display: block;
	width: 100%;
	font-size: clamp(14px,2vw,20px);
	box-shadow: none;
  background: linear-gradient(to right, #dfe8fa, #f2d5de 50%, #dfe8fa);
  background-size:200% 100%;
	color: #444;
	position: relative;
	transition:background-position 0.5s;
}
#lp202603_rika.ver2 .product-link .cart-ara .btn a:hover{
  background-position:100% 0 ;
	opacity: 1;
}

#lp202603_rika.ver2 .product-link .cart-ara .btn a .arrow,
#lp202603_rika.ver2 .product-link .cart-ara .btn a .arrow::before,
#lp202603_rika.ver2 .product-link .cart-ara .btn a .arrow::after{
	background-color: #444;
}
#lp202603_rika.ver2 .product-link .cart-ara .caption{
	font-size: clamp(7px, 1.4vw, 11px);
	margin: 0;
}
#lp202603_rika.ver2 .product-link .othre-link a{
	width: min(80%,240px);
	margin: 1em auto;
	display: block;
}
#lp202603_rika.ver2 .product-link .category{
	border: solid 1px #444;
	padding: .2em 1em;
	text-align: center;
}
#lp202603_rika.ver2 .product-link .thums{
	width: min(90%,360px);
}
#lp202603_rika.ver2 .p-detail{
	font-size: clamp(9px,1.3vw,15px);
	line-height: 1.4;
	padding-bottom: 2em;
}

#lp202603_rika.ver2 .product-link .spec{
	width: min(100%,800px);
	margin: 2em auto;
	font-size: clamp(13px,2vw,16px);
}
#lp202603_rika.ver2 .product-link .spec dl.table>div{
	display: flex;
	flex-wrap: wrap;
}
#lp202603_rika.ver2 .product-link .spec .border-top{
	border-top: solid 1px #ccc;
}
#lp202603_rika.ver2 .product-link .spec .border-bottom{
	border-bottom: solid 1px #ccc;
}
#lp202603_rika.ver2 .product-link .spec .bold{
	font-weight: 700;
}
#lp202603_rika.ver2 .product-link .spec dl.table dt {
	width: 30%;
	letter-spacing: .08em;
	padding: 1em 0;
}
#lp202603_rika.ver2 .product-link .spec dl.table dd {
	width: 70%;
	padding: 1em 0;
	margin: 0;
}
#lp202603_rika.ver2 .product-link .spec dl.table dd p{
	margin: 0;
}
#lp202603_rika.ver2 .product-link .spec .subttl {
	padding-top: 1em;
	letter-spacing: .06em;
	font-weight: 700;
}
#lp202603_rika.ver2 .product-link .spec dl.border-hasen-top{
	position: relative;
}
#lp202603_rika.ver2 .product-link .spec dl.border-hasen-top::before {
	content: '';
	display: block;
	background: -webkit-gradient(linear,left top,right top,from(#c7beaa),color-stop(50%,#ccc),color-stop(50%,rgba(0,0,0,0)),to(rgba(0,0,0,0))) 0 0;
	background: linear-gradient(to right,#ccc,#ccc 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%) 0 0;
	background-size: 6px 1px;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#lp202603_rika.ver2 .product-link .notice{
	width: min(100%,800px);
	margin: 2em auto;
	font-size: clamp(12px,2vw,16px);

	border: solid 1px #ccc;
	border-radius: 10px;
	margin-top: 20px;
	padding: min(5%,1em);
	line-height: 1.6em;

}

#lp202603_rika.ver2 .product-link .obj-window01{
	width: min(15%,170px);
	position: absolute;
	top: 6em;
	right: 80%;
	z-index: 1;
}
#lp202603_rika.ver2 .product-link .obj-window02{
	width: min(30%,320px);
	position: absolute;
	top: 4em;
	left: 75%;
	z-index: 1;
}
#lp202603_rika.ver2 .product-link .obj-door{
	width: 180px;
	position: absolute;
	bottom: 4em;
	right: 5%;
	z-index: 2;
}

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

	#lp202603_rika.ver2 .product-link .box{
		margin-bottom: 2em;
	}
	#lp202603_rika.ver2 .product-link .obj-window02 {
		top: 1em;
	}
	#lp202603_rika.ver2 .product-link .obj-door{
		width: 10vw;
		right: 1%;
		bottom: 1em;
	}
	#lp202603_rika.ver2 .product-link .text-area .campaign-tokuten{
		width: 30%;
		top: -5vw;
		right: -5vw;
	}
	
	#lp202603_rika.ver2 .product-link .spec dl.table dt {
		width: 100%;
		padding: 1em 0 0 0;
	}
	#lp202603_rika.ver2 .product-link .spec dl.table dd {
		width: 100%;
		padding: .1em 0 1em 0;
	}
}

@media screen and (max-width: 768px) {
	#lp202603_rika.ver2 .product-link .title {
		margin-bottom: 1em;
	}
	#lp202603_rika.ver2 .product-link .p-name {
		margin-bottom: 0;
	}
	#lp202603_rika.ver2 .product-link .flex{
		flex-wrap: wrap;
	}
	#lp202603_rika.ver2 .product-link .flex .pic-area{
		width: 60%;
		margin: auto auto 2em auto;
	}
	#lp202603_rika.ver2 .product-link .flex .text-area{
		width: 100%;
	}
	#lp202603_rika.ver2 .product-link .text-area .p-code,
	#lp202603_rika.ver2 .product-link .text-area .p-price{
		text-align: center;
		font-size: 5vw;
	}
	#lp202603_rika.ver2 .product-link .text-area .campaign-tokuten{
		width: 35%;
		top: -40vw;
		right: -8vw;
	}
	#lp202603_rika.ver2 .product-link .obj-window01{
		display: none;
	}
	#lp202603_rika.ver2 .product-link .obj-window01{}
}
#lp202603_rika.ver2 .series-area{
	padding-top: 6em;
}
@media screen and (max-width: 768px) {
	#lp202603_rika.ver2 .series-area{
		padding-top: 2em;
	}
}


/* アニメーション設定 */
.scr-target {
	opacity: 0;
	transform: translate3d(0, 60px, 0);
}
.scr-target.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1.2s;
}
.scr-target.ver2 {
	opacity: 0;
	transform: translate3d(0, 20px, 0);
}
.scr-target.ver2.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s;
}
.scr-target.ver3 {
	opacity: 0;
	transform: translate3d(0, 200px, 0);
}
.scr-target.ver3.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s;
}

