@charset "utf-8";
/* CSS Document */

	.ed_main_ecbo {
		width:1240px;
		margin:0 auto;
	}
	.ed_main_ecbo h1 {
		border: none;
	}
	@media screen and (max-width: 960px) {
		.ed_main_ecbo {
			width:100%;
			margin:0;
		}
	}
	
	/* original */
	.p_asset {
		display: block;
	}
	.p_asset_ib {
		display: inline-block;
	}
	.s_asset, .s_asset_ib {
		display: none;
	}
	#remisoraTitle {
		overflow: hidden;
		text-align: center;
	}
	#remisoraTitle .elm0 {
		float:left;
	}
	#remisoraTitle .elm1 {
		float: right;
		width: 496px;
		height: 500px;
	}
	#remisoraTitle img {
		width:112%;
	}
	#remisoraTitle .elm2 {
		text-align: right;
		padding-right: 15px;
	}
	#remisoraTitle .elm2 div {
		display: inline-block;
		width: 112px;
		overflow: hidden;
	}
	#remisoraTitle .elm2 div:nth-child(2) img {
		margin-left: -125px;
	}
	#remisoraTitle .elm2 div {
		-webkit-transform: translate3d(0,-150px,0);
		-ms-transform: translate3d(0,-150px,0);
		transform: translate3d(0,-150px,0);
	}
	#remisoraTitle .elm2 div.anim {
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	#remisoraTitle .elm2 div:nth-child(1) {
		transition: all 0.8s ease 0.5s;
	}
	#remisoraTitle .elm2 div:nth-child(2) {
		transition: all 0.8s ease 1s;
	}
	#remisoraTitle h1 {
		margin: 40px 0;
		transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		-webkit-transform: scale3d(0.8,0.8,0.8);
		-ms-transform: scale3d(0.8,0.8,0.8);
		transform: scale3d(0.8,0.8,0.8);
		opacity: 0;
	}
	#remisoraTitle h1.anim {
		transform: scale3d(1,1,1);
		opacity: 1;
	}
	#remisoraTitle p {
		transition: all 1s ease 0.8s;
		opacity: 0;
	}
	#remisoraTitle p.anim {
		opacity: 1;
	}
	.remisora_block {
		text-align: center;
	}
	.remisora_block h2 {
		margin: 50px 0 30px;
		background-color: #fff;
	}
	.item_list li {
		display: inline-block;
		margin: 0 10px 20px;
		position: relative;
	}
	.item_list li h3 {
		text-align: left;
		margin: 10px 0 0 5px;
		position: relative;
		z-index: 2;
	}
	.item_list li .elm0 img {
		transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		position: relative;
		z-index: 1;
	}
	.item_list li a:hover .elm0 img {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		-ms-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}
	.item_list li .elm1 {
		display: inline-block;
		padding: 12px 30px 10px;
		border-radius: 8px;
		border-bottom: 4px solid;
		position: relative;
		line-height: 0;
		z-index: 2;
		transition: all 0.1s ease;
	}
	.item_list li .elm1:hover {
		opacity: 0.8;
	}
	.item_list li:nth-child(1) .elm1 {
		background-color: #ff4f75;
		border-bottom-color: #e84265;
	}
	.item_list li:nth-child(2) .elm1 {
		background-color: #FF7A97;
		border-bottom-color: #ff4f75;
	}
	.item_list li:nth-child(3) .elm1 {
		background-color: #FF7A97;
		border-bottom-color: #ff4f75;
	}
	.item_list li:nth-child(4) .elm1 {
		background-color: #FF7A97;
		border-bottom-color: #ff4f75;
	}
	.remisora_block h3 {
		text-align: left;
	}
	.remisoraPhotoList {
		background-color: #fbe7f0;
		background-image: url("/ito/img/reminsolan/bg_wrap.png");
		padding: 40px 0 30px;
		margin: -70px 0 30px;
	}
	.remisoraPhotoList li {
		display: inline-block;
		background-color: #fff;
		border-radius: 10px;
		padding: 20px 20px;
		margin: 10px;
		vertical-align: top;
		transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: rotateY(40deg) rotateZ(5deg);
		opacity: 0;
	}
	.remisoraPhotoList li img {
		margin-bottom: 15px;
	}
	.remisoraPhotoList li p {
		font-size: 1.2em;
		line-height: 1.5em;
		font-feature-settings: 'palt';
		text-align: center;
		letter-spacing: 0.08em;
	}
	.remisoraPhotoList li:nth-child(2n) {
		transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
		transform: rotateY(-40deg) rotateZ(-5deg);
		opacity: 0;
	}
	.remisoraPhotoList li.anim {
		transform: rotateY(0) rotateZ(0);
		opacity: 1;
	}
	#remisoraDesc {
		background-color: #FBE7F0;
		padding: 50px;
		margin-top: -70px;
	}
	#remisoraDesc .elm1 {
		width: 650px;
		float: left;
	}
	#remisoraDesc .elm1 h4 {
		background-color: #ffeb00;
		color: #389fa2;
		font-weight: bold;
		font-size: 12em;
		width: 250px;
		border-radius: 1em;
		margin: 20px 0 15px;
	}
	#remisoraDesc .elm1 p {
		font-feature-settings: 'palt';
		text-align: justify;
		font-size: 1.2em;
		margin-bottom: 15px;
	}
	#remisoraDesc .elm1 img:first-of-type {
		margin-right: 20px;
	}
	#remisoraDesc .elm2 {
		float: right;
	}
	#remisoraHowto {
		background-color: #E8D756;
		padding: 30px;
	}
	#remisoraHowto h4 {
		margin: 0 0 15px;
		text-align: left;
	}
	#remisoraHowto div img {
		vertical-align: top;
	}
	#remisoraHowto div img:first-child {
		margin-right: 25px;
	}
	
	.button001 {
		display: inline-block;
		width: 340px;
		height: 105px;
		text-align: center;
		text-decoration: none;
		outline: none;
		border-radius: 8px;
		line-height: 88px;
		padding:20px;
	}
	.button001::before,
	.button001::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
	}
	.button001,
	.button001::before,
	.button001::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.button001 {
		background-color: #ff4f75;
		color: #fff;
	}
	.button001:hover {
		background-color: #FF7A97;
	}
	.button003 {
		display: inline-block;
		width: 340px;
		height: 105px;
		text-align: center;
		text-decoration: none;
		outline: none;
		border-radius: 8px;
		line-height: 88px;
		padding:20px;
	}
	.button003::before,
	.button003::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
	}
	.button003,
	.button003::before,
	.button003::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.button003 {
		background-color: #FF7A97;
		color: #fff;
	}
	.button003:hover {
		background-color: #FFAABC;
	}
	.button002 {
		display: inline-block;
		width: 340px;
		height: 105px;
		text-align: center;
		text-decoration: none;
		outline: none;
		border-radius: 8px;
		line-height: 88px;
		padding:20px;
	}
	.button002::before,
	.button002::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
	}
	.button002,
	.button002::before,
	.button002::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.button002 {
		background-color: #1AD58D;
		color: #fff;
	}
	.button002:hover {
		background-color: #53EAAF;
	}
	.box1 {	
		padding: 10px 20px;
		margin: 10px;
		background: #F9E4F5;
		box-shadow: #F9E4F5 0 0 10px 10px;
		-webkit-box-shadow: #F9E4F5 0 0 10px 10px;
		-moz-box-shadow: #F9E4F5 0 0 10px 10px;
		}
	.line01 {
		border-top: 4px double #F4CEDA;
		text-align: center;
		}
	.line01:after {
		content: '\002665';
		display: inline-block;
		position: relative;
		top: -15px;
		padding: 0 10px;
		background: #fff;
		color: #F4CEDA;
		font-size: 18px;
		}
	.line02 {
		border-top: 4px double #F4CEDA;
		text-align: center;
		}
	.mtop10 {
		margin-top: 10px;
		}
	.titlebox01{
		background-color: #F6D4D8;
		border-radius: 5px;
		padding: 20px;
		position: relative;
		z-index: 0;
		}
	.titlebox01{
		border: 1px solid #fff;
		border-radius: 5px;
		content: '';
		display: block;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: 4px;
		z-index: -1;
		}
.rs_heart:before {
		content: "\002665";
		color: #F6D4D8;
		}
.itemimg img{
		background-color:#fff;
		border:5px #F4CEDA solid;
		}
.itemimg img:hover{
		border:5px #FF7A97 solid;
		filter:alpha(opacity=80);
		opacity:0.8;
		}

.item_list2 li {
		margin: 0 10px 20px;
		position: relative;
	}
	.item_list2 li h3 {
		text-align: left;
		margin: 10px 0 0 5px;
		position: relative;
		z-index: 2;
	}
	.item_list2 li .elm0 img {
		transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		position: relative;
		z-index: 1;
	}
	.item_list2 li a:hover .elm0 img {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		-ms-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}
	.item_list2 li .elm1 {
		display: inline-block;
		padding: 12px 30px 10px;
		border-radius: 8px;
		border-bottom: 4px solid;
		position: relative;
		line-height: 0;
		z-index: 2;
		transition: all 0.1s ease;
	}
	.item_list2 li .elm1:hover {
		opacity: 0.8;
	}
	.item_list2 li:nth-child(1) .elm1 {
		background-color: #FF7A97;
		border-bottom-color: #ff4f75;
	}
	.item_list2 li:nth-child(2) .elm1 {
		background-color: #FF7A97;
		border-bottom-color: #ff4f75;
	}
	.item_list2 li:nth-child(3) .elm1 {
		background-color: #FF7A97;
		border-bottom-color: #ff4f75;
	}
	.item_list2 li:nth-child(4) .elm1 {
		background-color: #1AD58D;
		border-bottom-color: #53EAAF;
	}
	.rs_set:before {
		content: "●";
		color: #F6D4D8;
		}
		
		
		
		

@media screen and (max-width: 960px) {
		.s_asset {
			display: block;
		}
		.p_asset {
			display: none;
		}
		.s_asset {
			display: block;
		}
		.s_asset_ib {
			display: inline-block;
		}
		.p_asset, .p_asset_ib {
			display: none;
		}
		.ed_main_ecbo {
			margin: 0 0.0%;
			width: 100.0%;
		}
		.ed_main_ecbo img {
			max-width: 100%;
			height: auto;
		}
		#remisoraTitleSp h1 {
			margin: 0;
			padding: 0;
			border-color: #fff;
			overflow: hidden;
		}
		#remisoraTitleSp h1 img {
			transition: all 1s ease;
			opacity: 0;
			-webkit-transform: scale3d(1.1,1.1,1.1);
			-ms-transform: scale3d(1.1,1.1,1.1);
			transform: scale3d(1.1,1.1,1.1);
		}
		#remisoraTitleSp.anim h1 img {
			transition: all 1s ease;
			opacity: 1;
			-webkit-transform: scale3d(1,1,1);
			-ms-transform: scale3d(1,1,1);
			transform: scale3d(1,1,1);
		}
		.remisora_block h2 {
			margin: 5% 0 3%;
			padding: 0 4%;
		}
		.item_list li {
			margin: 0;
			width: 70%;
			padding: 0 1%;
		}
		.item_list li h3 {
			margin: 0;
			text-align: center;
		}
		.item_list li h3 img {
			width: auto;
			height: 30px;
		}
		.item_list li .elm0 img {
			transition: none;
		}
		.item_list li a:hover .elm0 img {
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
		}
		.item_list li .elm1 {
			padding: 3% 2% 1.5%;
			margin-bottom: 0%;
			transition: none;
		}
		.item_list li .elm1:hover {
			opacity: 1;
		}
		.remisora_block h3 {
			text-align: center;
		}
		.remisoraPhotoList {
			padding: 8% 4% 5%;
			margin: -12% 0 2%;
		}
		.remisoraPhotoList li {
			margin: 0 0 4%;
			padding: 4%;
			transition: none;
			transform: rotateY(0) rotateZ(0);
			opacity: 1;
		}
		.remisoraPhotoList li a {
			display: block;
		}
		.remisoraPhotoList li img {
			margin-bottom: 2%;
		}
		.remisoraPhotoList li p {
			font-size: 1em;
		}
		.remisoraPhotoList li:nth-child(2n) {
			transition: none;
			transform: rotateY(0) rotateZ(0);
			opacity: 1;
		}
		#remisoraDesc {
			padding: 4%;
			margin-top: -12%;
		}
		#remisoraDesc .elm1 {
			width: 100%;
			float: none;
		}
		#remisoraDesc .elm1 h4 {
			font-weight: bold;
			font-size: 1.2em;
			width: auto;
			margin: 5% 0 4%;
		}
		#remisoraDesc .elm1 p {
			font-size: 1em;
			margin-bottom: 4%;
		}
		#remisoraDesc .elm1 img {
			width: 49%;
			margin-bottom: 2%;
		}
		#remisoraDesc .elm1 img:first-of-type {
			margin-right: 2%;
		}
		#remisoraDesc .elm2 {
			float: none;
			line-height: 0;
		}
		#remisoraDesc .elm2 img {
			width: 100%;
		}
		#remisoraHowto {
			padding: 4%;
		}
		#remisoraHowto h4 {
			margin: 0 0 4%;
		}
		#remisoraHowto div img:first-child {
			margin: 0 0 5%;
		}
		.item_list2 li {
			display: inline-block;
			margin: 0;
			width: 45%;
			padding: 0 1%;
		}
		.item_list2 li h3 {
			margin: 0;
			text-align: center;
		}
		.item_list2 li h3 img {
			width: auto;
			height: 30px;
		}
		.item_list2 li .elm0 img {
			transition: none;
		}
		.item_list2 li a:hover .elm0 img {
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
		}
		.item_list2 li .elm1 {
			padding: 6% 4% 5.5%;
			margin-bottom: 15%;
			transition: none;
		}
		.item_list2 li .elm1:hover {
			opacity: 1;
		}
			.item_list2 li .elm1:hover {
		opacity: 0.8;
	}
	.item_list2 li:nth-child(1) .elm1 {
		background-color: #FF7A97;
		border-bottom-color: #ff4f75;
	}
	.item_list2 li:nth-child(2) .elm1 {
		background-color: #FF7A97;
		border-bottom-color: #ff4f75;
	}
	.item_list2 li:nth-child(3) .elm1 {
		background-color: #1AD58D;
		border-bottom-color: #53EAAF;
	}
	.item_list2 li:nth-child(4) .elm1 {
		background-color: #1AD58D;
		border-bottom-color: #53EAAF;
	}
	}




	.rs_text {
		color:#656565;
		}
	.rs_text2 {
		color:#656565;
		}
	.re_text3{
		background-color:rgba(255,79,117,1.00);
		color:rgba(255,255,255,1.00);
	}
	.re_font {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,sans-serif;
	}
	a:hover img {
	opacity: 0.8;
	}