@charset "UTF-8";

html{

margin-top:0 !important;

}

header::after,
nav::after,
#crumb::after,
#info::after,
#footer::after,
#contents::after,
#main::after,
#aside::after,
#visual::after{
	content: "";
	display: block;
	clear: both;
}

.products-block2::after,
.products-block3::after,
.products-block4::after{
	content: "";
	display: block;
	clear: both;
}

.sub1::after,
.sub2::after{
	content: "";
	display: block;
	clear: both;
}

img{
	width: 100%;
	height:auto;
}


/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 36px;
	background: rgba(84,185,71,.7);
	border-radius: 3px;
	padding-top: 12px;
	font-size: 20px;
	color: #fff;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 999999999999;
}
#page-top a{
	color: #fff;
}
#page-top:hover{
	background: rgba(84,185,71,.8);
}

#canvas {
	width: 100%;
	height: 100%;
	background-color: rgba(84,185,71,0.7);
	position: relative;
	z-index: -1;
}

.text-en{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

span.text-marker-sp-f{
	background: linear-gradient(transparent 75%, rgba(228,0,127,0.4) 75%);
}
span.text-marker-sp-g{
	background: linear-gradient(transparent 75%, rgba(143,195,31,0.4) 75%);
}
span.text-marker-rose{
	background: linear-gradient(transparent 75%, rgba(0,160,233,0.4) 75%);
}
span.text-marker-carnation{
	background: linear-gradient(transparent 75%, rgba(226,36,0,0.4) 75%);
}
span.text-marker-palette{
	background: linear-gradient(transparent 75%, rgba(243,152,0,0.4) 75%);
}
span.text-marker-arrange{
	background: linear-gradient(transparent 75%, rgba(250,238,0,0.4) 75%);
}

hr.sen {
	border: 0 !important;
  height: 10px;
  background-image: repeating-linear-gradient(45deg, #EFEFEF 0, #EFEFEF 1px, transparent 0, transparent 50%), repeating-linear-gradient(135deg, #EFEFEF 0, #EFEFEF 1px, transparent 0, transparent 50%);
  background-size: 10px 10px;
  margin-bottom: 40px !important;
}


/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

.sliderWide {
	width: 100%;
	padding: 30px 0;
}
.slider .sw-entry {
	width: 600px;
	padding: 0 5px;
}

#plus-flower header{
	width: 100%;
	min-width: 1040px;
	margin:auto; 
	text-align: center;
	padding-top: 20px;
	padding-bottom: 42px;
	position: relative;
	background-image: url(/images/plus_flower/bg_plus_mob.png);
	background-position: right 60%;
	background-size: 50% auto;
	background-color: rgba(84,185,71,0.08);
}
#plus-flower header h1.logo{
	width: 320px;
	margin:auto;
}
#plus-flower header p.lead{
	font-size: 0.8750em;
	margin-bottom: 18px;
}
#plus-flower header ul.sns{
	position: absolute;
	top: 70px;
	right: 200px;
}
#plus-flower header ul.sns li{
	display: inline-block;
	margin-right: 6px;
}
#plus-flower header ul.sns li a{
	display: inline-block;
	color: #555;
	line-height: 200%;
	background-color: #FFF;
	font-size: 1.313em;
	text-align: center;
	width: 44px;
	height: 44px;
	border:1px solid #FFF;
	border-radius: 44px;
}
#plus-flower header ul.sns li a:hover{
	border:1px solid #54b947;
	background-color: #54b947;
	color: #FFF;
}

#plus-flower nav{
	width: 100%;
	padding:50px 0 40px 0; 
	background-image: url(/images/plus_flower/nav_back.png);
	background-position: center 0;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#plus-flower nav ul{
	text-align: center;
}
#plus-flower nav ul li{
	display: inline-block;
	margin-right: 30px;
	font-size: 1.188em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
#plus-flower nav ul li:last-child{
	margin-right: 0;
}
#plus-flower nav ul li a{
	text-decoration: none;
	padding: 0 .3em;
	background-position: 0 0;
	background-size: auto 200%;
	transition: .3s;
}
#plus-flower nav ul li.sp-f a{
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(228,0,127,0.5) 50%);
}
#plus-flower nav ul li.sp-g a{
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(143,195,31,0.5) 50%);
}
#plus-flower nav ul li.rose a{
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,160,233,0.5) 50%);
}
#plus-flower nav ul li.carnation a{
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(211,36,0,0.7) 50%);
}
#plus-flower nav ul li.palette a{
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(243,152,0,0.5) 50%);
}
#plus-flower nav ul li.arrange a{
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(250,238,0,0.5) 50%);
}
#plus-flower nav ul li a:hover {
	background-position: 0 100%;
	color: #fff;
}


#plus-flower #visual{
	margin-bottom: 20px;
	position: relative;
}
#plus-flower #visual .catch{
	width: 420px;
	margin:auto;
	position: absolute;
	top: -50px;
	right: 10%;
	filter: drop-shadow(6px 6px 6px rgba(255,255,255,0.7));
}
#plus-flower #visual #slider li{
	margin:0 4px; 
}

#plus-flower .intro{
	position: relative;
    width: 100%;
	height: 240px;
	margin-bottom: 50px;
}
#plus-flower .intro p{
	font-size: 1.1250em;
	color: #FFF;
	line-height: 220%;
	text-align: center;
	letter-spacing: 1px;
	position: absolute;
	top:40px;
	left:0;
	right: 0;
	z-index: 9999;
	text-align: center;
}


.plus-products{
	width: 100%;
	background-image: url(/images/plus_flower/bg_plus__.png);
	background-position: right 0px;
	background-repeat: repeat-y;
	margin-bottom: 0px;
	min-width: 1060px;
}

#sp-f{
	width: 100%;
	background-image: url(/images/plus_flower/sp-f_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
#sp-g{
	width: 100%;
	background-image: url(/images/plus_flower/sp-g_bg.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
#rose{
	width: 100%;
	background-image: url(/images/plus_flower/rose_bg.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
#carnation{
	width: 100%;
	background-image: url(/images/plus_flower/carnation_bg.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
#palette{
	width: 100%;
	background-image: url(/images/plus_flower/palette_bg.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.plus-products .sw-block50-50{
	display:flex;
	flex-wrap: wrap;
}
.plus-products .plus-title {
	margin-bottom: 60px !important;
}
.plus-products .plus-title .sw-box {
	display: flex;
	align-items: center;
	width: 50% !important;
	position: relative;
}

#plus-flower .sw-block2 .sw-box{
	width: 49.5% !important;
}

.plus-products .plus-title .image.main img{
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.plus-products .plus-title h3{
	font-size: 2.0em !important;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
#sp-f .plus-title h3,
#sp-f .lineup-title h4{
	color: #E4007F;
}
#sp-g .plus-title h3,
#sp-g .lineup-title h4{
	color: #8FC31F !important;
}
#rose .plus-title h3,
#rose .lineup-title h4{
	color: #00A0E9;
}
#carnation .plus-title h3,
#carnation .lineup-title h4{
	color: #E22400;
}
#palette .plus-title h3,
#palette .lineup-title h4{
	color: #F39800;
}
.plus-products .plus-title .text{
	margin:auto;
	padding: 0 2.0em 0 4.0em;
}
.plus-products .plus-title .text p.lead{
	line-height: 180% !important;
}
.plus-products .plus-title p span.release{
	border-radius: 20px;
	padding: 10px 16px;
	color: #FFF;
	text-decoration: none;
}

.plus-products .lineup::after{
	content: "";
	display: block;
	clear: both;
}
.plus-products .lineup{
	margin-bottom: 45px;
}
.plus-products .lineup-title h4{
	font-size: 1.375em;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 1px !important;
	margin-bottom: 4px !important;
	border: unset;
	padding: unset;
	display: inline-block;
	position: relative;
}
.plus-products .lineup-title{
	margin-bottom: 24px;
}
.plus-products .lineup-title p.lead{
	font-size: 0.875em;
	line-height: 160%;
	padding-left: 12px;
	margin-bottom: 8px;
}

.plus-products .lineup-title .title-group{
	float: left;
}
.plus-products .lineup-title .side{
	overflow: hidden;
	display: inline-block;
	background-color: #FFF;
	text-align: center;
	vertical-align:middle;
	width: 140px;
	height: 140px;
	border-radius: 140px;
	border:1px solid #DEDEDE;
	margin-left: 50px;
}
.plus-products .lineup-title .side img{
	width: 100%;
	height: auto;
	position: relative;
}

.plus-products .lineup-box{
	margin-bottom: 10px;
}
#sp-g .lineup-box{
	margin-bottom: 40px;
}
#rose .lineup-box{
	padding-bottom: 20px;
}
.plus-products .lineup-box .sw-entry .image{
	width: 100%;
	text-align: center;
	margin: auto;
}
.plus-products .lineup-box .sw-entry{
	text-align: center;
	margin-bottom: 30px;
}
#plus-flower .lineup-box .sw-entry p{
	font-size: 0.875em;
	text-align: center !important;
	margin-bottom: 10px;
}

.plus-products .lineup-wrap{
	width: 100%;
}

.plus-products .sw-block1 .sw-box{
	width: 100% !important;
}
.plus-products .sw-block2 .sw-box{
	float: left;
	width: 48%;
}

.plus-products .sw-block2 .sw-box:nth-child(odd){
	clear: both;
}
.plus-products .sw-block2 .sw-box:nth-child(even){
	float: right;
}

#plus-flower .sw-block7 .sw-box{
	float: left !important;
	width: 12.9% !important;
	margin-right: 1.6% !important;
}
#plus-flower .sw-block7 .sw-box:nth-child(7n) {
	float: right !important;
	margin-right: 0 !important;
}
#plus-flower .sw-block7 .sw-box:nth-child(7n+1) {
	clear: both !important;
}

#plus-flower .sw-block8 .sw-box{
	float: left !important;
	width: 10.5% !important;
	margin-right: 2.2% !important;
}
#plus-flower .sw-block8 .sw-box:nth-child(8n) {
	float: right !important;
	margin-right: 0 !important;
}
#plus-flower .sw-block8 .sw-box:nth-child(8n+1) {
	clear: both !important;
}


#plus-flower .image span.type{
	transform: rotate(-15deg);
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: rgba(238,82,82,.6);
	font-size: 0.75em;
	color: #FFF;
	line-height: 340%;
	text-align: center;
	vertical-align:middle;
	position:  absolute;
	top: -12px;
	right:-4px;
}
#plus-flower .lineup-title h4 span.type{
	transform: rotate(-15deg);
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: rgba(238,82,82,.6);
	font-size: 0.563em;
	font-weight: normal;
	color: #FFF;
	line-height: 340%;
	text-align: center;
	vertical-align:middle;
	position:  absolute;
	top: -12px;
	right:-52px;
}



#plus-flower .relate{
	padding: 50px 0;
	min-width: 1060px;
	position: relative;
	background: #F8F8F8;  
	width: 100%; 
}
#plus-flower .relate .arennge{
	width: 35%;
	float: left;
	position: relative;
	z-index: 10;
}
#plus-flower .relate .movie{
	width: 52%;
	float: right;
	position: relative;
	z-index: 10;
}

#plus-flower .relate .arennge-2{
	width: 34%;
	float: left;
	position: relative;
	z-index: 10;
}
#plus-flower .relate .movie-2{
	width: 58%;
	float: right;
	position: relative;
	z-index: 10;
}
#plus-flower .relate p{
	width: 90%;
	margin: auto; 
}


#plus-flower #arrange{
	padding: 60px 0;
}
#plus-flower #arrange p.lead{
	margin-bottom: 30px;
	text-align: center;
}
#plus-flower #arrange .grid {
  position: relative;
	min-width: 1040px;
  max-width:100%;
  margin:0 auto;
}

#plus-flower #arrange .item {
  display: block; /* 必須 */
  position: absolute; /* 必須 */
  width: 300px; /* アイテムの幅 */
  margin: 5px;
  z-index: 1;
}

#plus-flower #arrange .sort-btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
#plus-flower #arrange .sort-btn li{
	font-size: 1.0em;
	font-family: futura-pt, sans-serif;
	color: #FFF;
	letter-spacing: 1px;
	background-color: rgba(84,185,71,0.6);
	border-radius:3px;
	cursor: pointer;
	padding: 6px 16px;
	margin:0 5px;
	transition : all 0.5s ease 0s !important;
}
#plus-flower #arrange .sort-btn li.active{
	background-color: rgba(84,185,71,1.0);
	color: #FFF;
}
#plus-flower #arrange .sort-btn li:hover{
	background:#000;
	color: #FFF !important;
	transition : all 0.5s ease 0s !important;
}

#plus-flower #insta{
	padding: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #DDD;
}
#plus-flower #insta p{
	margin-bottom: 30px;
}
#plus-flower #insta .sw-block5{
	margin-bottom: 24px;
}
#plus-flower #insta .sw-block5 .sw-box{
	float: left !important;
	width: 19% !important;
	margin-right: 1.2% !important;
	margin-bottom: 1.2% !important;
}
#plus-flower #insta .sw-block5 .sw-box:nth-child(5n) {
	float: right !important;
	margin-right: 0 !important;
}
#plus-flower #insta .sw-block5 .sw-box:nth-child(5n+1) {
	clear: both !important;
}
#plus-flower #insta .sw-box video{
	width: 100%;
	height: auto;
	display: table;
}
#plus-flower #insta .sw-box video source{
 display: table-cell;
  vertical-align: middle;
}

#plus-flower .caution{
	margin-bottom: 60px;
}
#plus-flower .caution ul li{
	font-size: 0.750em;
	line-height: 160%;
	margin-bottom: 8px;
}
#plus-flower p.copy{
	font-size: 0.75em;
	color: #999;
	letter-spacing: 1px;
	text-align: center;
}





}

@media ( max-width :1039px ){
	#plus-flower #arrange .item{
		width:calc(33.33% - 11px);
		height:calc(33.33vw - 11px);
	}
}
@media screen and (max-width: 768px){


}




/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

#plus-flower header{
	text-align: center;
	padding-top: 16px;
	padding-bottom: 22px;
	position: relative;
	background-image: url(/images/plus_flower/bg_plus_mob.png);
	background-position: right bottom;
	background-size: cover;
	background-color: rgba(84,185,71,0.08);
}
#plus-flower header .inner{
	width: 92%;
	margin:auto; 
}

#plus-flower header h1.logo{
	width: 260px;
	margin:auto;
	margin-bottom: 22px;
}
#plus-flower header p.lead{
	font-size: 0.688em;
	margin-bottom: 12px;
}
#plus-flower header ul.sns{
	text-align: center;	
}
#plus-flower header ul.sns li{
	display: inline-block;
	margin-right: 6px;
}
#plus-flower header ul.sns li a{
	display: inline-block;
	color: #555;
	line-height: 210%;
	background-color: #FFF;
	font-size: 1.125em;
	text-align: center;
	width: 38px;
	height: 38px;
	border:1px solid #FFF;
	border-radius: 38px;
}
#plus-flower header ul.sns li a:hover{
	border:1px solid #54b947;
	background-color: #54b947;
	color: #FFF;
}

#plus-flower nav{
	width: 100%;
	padding:40px 0; 
	background-image: url(/images/plus_flower/nav_back.png);
	background-position: center 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#plus-flower nav ul{
	width: 94%;
	margin: auto;
	text-align: center;
}
#plus-flower nav ul li{
	display: inline-block;
	font-size: 1.063em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 6px;
}
#plus-flower nav ul li:last-child{
	margin-right: 0;
}
#plus-flower nav ul li a{
	text-decoration: none;
	padding: 0.3em 0.6em;
	background-position: 0 0;
	background-size: auto 200%;
	transition: .3s;
}

#plus-flower nav ul li.sp-f a{
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(228,0,127,0.5) 50%);
}
#plus-flower nav ul li.sp-g a{
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(143,195,31,0.5) 50%);
}
#plus-flower nav ul li.rose a{
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,160,233,0.5) 50%);
}
#plus-flower nav ul li.carnation a{
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(211,36,0,0.7) 50%);
}
#plus-flower nav ul li.palette a{
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(243,152,0,0.5) 50%);
}
#plus-flower nav ul li.arrange a{
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(250,238,0,0.5) 50%);
}
#plus-flower nav ul li a:hover {
	background-position: 0 100%;
	color: #fff;
}

.slider {
	width: 90%;
	margin: auto;
	padding: 15px 0;
}
.slider .sw-entry {

	margin: auto;
	padding: 0 5px;
}


#plus-flower #visual{
	margin-bottom: 40px;
	position: relative;
}
#plus-flower .flexslider{
	position: relative;
	z-index: 10;
}
#plus-flower .main-image{
	width: 92%;
	margin: auto;
	position: relative;
	z-index: 1;
}
#plus-flower .catch{
	width: 280px;
	position: absolute;
	top: -60px;
	right: 0;
	filter: drop-shadow(6px 6px 6px rgba(255,255,255,0.7));
	z-index: 100;
}


#plus-flower .intro{
	position: relative;
	width: 100%;
	height: 340px;
	margin-bottom: 40px;
}
#plus-flower .intro p{
	width: 90%;
	margin: auto;
	font-size: 1.0em;
	color: #FFF;
	line-height: 200%;
	text-align: center;
	letter-spacing: 1px;
	position: absolute;
	top:40px;
	left:0;
	right: 0;
	z-index: 9999;
	text-align: center;
}

#sp-f{
	width: 100%;
	background-image: url(/images/plus_flower/sp-f_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#sp-g{
	width: 100%;
	background-image: url(/images/plus_flower/sp-g_bg.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#rose{
	width: 100%;
	background-image: url(/images/plus_flower/rose_bg.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#carnation{
	width: 100%;
	background-image: url(/images/plus_flower/carnation_bg.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#palette{
	width: 100%;
	background-image: url(/images/plus_flower/palette_bg.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.plus-products .sw-block50-50{
	display:flex;
	flex-wrap: wrap;
}
.plus-products .plus-title {
	margin-bottom: 30px !important;
}
.plus-products .plus-title .sw-box {
	width: 100% !important;
	position: relative;
}

.plus-products .sw-box .sw-entry .image.main{
	margin-bottom: 40px;
}


.plus-products .plus-title h3{
	font-size: 1.75em !important;
	font-weight: 900;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 0px;
	margin-bottom: 16px;
}
#sp-f .plus-title h3,
#sp-f .lineup-title h4{
	color: #E4007F;
}
#sp-g .plus-title h3,
#sp-g .lineup-title h4{
	color: #8FC31F !important;
}
#rose .plus-title h3,
#rose .lineup-title h4{
	color: #00A0E9;
}
#carnation .plus-title h3,
#carnation .lineup-title h4{
	color: #E22400;
}
#palette .plus-title h3,
#palette .lineup-title h4{
	color: #F39800;
}


.plus-products .sw-box .sw-entry .text p.lead{
	line-height: 180% !important;
}

#plus-flower p span.release{
	border-radius: 20px;
	padding: 10px 16px 11px 16px;
	font-size: 0.875em;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
}

.plus-products .sw-box .sw-entry .text{
	width: 90%;
	margin:auto;
	text-align: center;
}

.plus-products .lineup::after{
	content: "";
	display: block;
	clear: both;
}
.plus-products .lineup{
	width: 90%;
	margin: auto;
	margin-bottom: 45px;
}
.plus-products .lineup-title h4{
	font-size: 1.25em;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 1px !important;
	margin-bottom: 4px !important;
	border: unset;
	padding: unset;
	display: inline-block;
	position: relative;
}
.plus-products .lineup-title{
	margin-bottom: 24px;
}
.plus-products .lineup-title p.lead{
	font-size: 0.875em;
	line-height: 160%;
	padding-left: 12px;
	margin-bottom: 8px;
}
.plus-products .lineup-title .title-group{
	float: left;
}
.plus-products .lineup-title .side{
	float: right;
	overflow: hidden;
	display: inline-block;
	background-color: #FFF;
	text-align: center;
	vertical-align:middle;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	border:1px solid #DEDEDE;
	margin-left: 0px;
}
.plus-products .lineup-title .side img{
	width: 100%;
	height: auto;
	position: relative;
}


.plus-products .lineup-box{
	margin-bottom: 0px;
}
#sp-g .lineup-box{
	margin-bottom: 30px;
}
#rose .lineup-box{
	padding-bottom: 20px;
}
.plus-products .lineup-box .sw-entry .image{
	width: 100%;
	text-align: center;
	margin: auto;
}
.plus-products .lineup-box .sw-entry{
	text-align: center;
	margin-bottom: 30px;
}
#plus-flower .lineup-box .sw-entry p{
	font-size: 0.875em;
	text-align: center !important;
	margin-bottom: 10px;
}

.plus-products .lineup-wrap{
	width: 100%;
}




#plus-flower .products-box .sw-entry{
	text-align: center;
}
#plus-flower .products-box .sw-entry p{
	font-size: 0.750em;
}



#plus-flower .products-entry .image img{
	max-width: 100%;
	height: auto;
}
#plus-flower .products-entry-image-l-30{
}
#plus-flower .products-entry-image-l-30 .image{
	float: left !important;
	width: 42% !important;
}
#plus-flower .products-entry-image-l-30 .text{
	float: right !important;
	width: 52% !important;
}
#plus-flower .products-entry-image-l-30 .text p{
	font-size: 0.850em;
	line-height:160%;
}


#plus-flower .image span.type{
	transform: rotate(-15deg);
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: rgba(238,82,82,.6);
	font-size: 0.75em;
	color: #FFF;
	line-height: 340%;
	text-align: center;
	vertical-align:middle;
	position:  absolute;
	top: -12px;
	right:-4px;
}
#plus-flower .lineup-title h4 span.type{
	transform: rotate(-15deg);
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: rgba(238,82,82,.6);
	font-size: 0.625em;
	font-weight: normal;
	color: #FFF;
	line-height: 340%;
	text-align: center;
	vertical-align:middle;
	position:  absolute;
	top: -12px;
	right:-52px;
}



#plus-flower #arrange{
	padding: 50px 0;
}
#plus-flower #arrange p.lead{
	margin-bottom: 30px;
	text-align: center;
}
#plus-flower #arrange .grid {
  position: relative;
	min-width: 90%;
  max-width:100%;
  margin:0 auto;
}

#plus-flower #arrange .item {
  display: block;
  position: absolute;
  width: 30%;
  margin: 4px;
  z-index: 1;
}

#plus-flower #arrange .sort-btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#plus-flower #arrange .sort-btn li{
	font-size: 1.0em;
	font-family: futura-pt, sans-serif;
	color: #FFF;
	letter-spacing: 1px;
	background-color: rgba(84,185,71,0.6);
	border-radius:3px;
	cursor: pointer;
	padding: 6px 16px;
	margin:0 5px;
	transition : all 0.5s ease 0s !important;
	margin-bottom: 10px;
}
#plus-flower #arrange .sort-btn li.active{
	background-color: rgba(84,185,71,1.0);
	color: #FFF;
}
#plus-flower #arrange .sort-btn li:hover{
	background:#000;
	color: #FFF !important;
	transition : all 0.5s ease 0s !important;
}




#plus-flower p.copy{
	font-size: 0.625em;
	color: #999;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 20px;
}

#plus-flower #insta{
	padding: 50px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #DDD;
}
#plus-flower #insta .sw-offset-90{
	width: 86%;
	margin: auto; 
}
#plus-flower #insta p.lead{
	font-size: 1.0em;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
#plus-flower #insta .sw-block3-sp{
}
#plus-flower #insta .sw-block3-sp .sw-box{
	float: left !important;
	width: 30.4% !important;
	margin-right: 4.4% !important;
	margin-bottom: 0.2% !important;
}
#plus-flower #insta .sw-block3-sp .sw-box:nth-child(3n) {
	float: right !important;
	margin-right: 0 !important;
}
#plus-flower #insta .sw-block3-sp .sw-box:nth-child(3n+1) {
	clear: both !important;
}

#plus-flower .caution{
	margin-bottom: 50px;
}
#plus-flower .caution ul li{
	font-size: 0.750em;
	line-height: 160%;
	margin-bottom: 8px;
}
#plus-flower #insta .video{
	width: 100%;
	height: auto;
	background-color: #000;
}


}






#plus-flower .btn-instagram {
	background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
	border-radius: 25px;
	box-shadow: 0 3px 10px rgba(0,0,0,.15);
	font-size: 1.0em;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all .2s linear;
}
#plus-flower .btn-instagram:hover {
	color: #FFF;
    box-shadow: 0 3px 10px rgba(0,0,0,.30);
}

#plus-flower .instagram-card__badge{
	position: absolute;
	top: 8px;
	left: 8px;
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 0.875em;
	color: #777;
}
#plus-flower .instagram-card__badge i{
	margin-right: 4px;
}
