@charset "utf-8";
/* CSS Document */
.txt-box-wh {
  background-color:#FDFFF2;
  padding-top: 1em;
  overflow-wrap: break-word;
}
/* おすすめ商品レイアウト */
/** 背景あり枠 **/
.box-txt-lg {
  padding: 1.5em 1em;
  margin: auto;
}
.iteminfo_name{
  font-size: 18px !important;
  margin-top: 0px !important;
}
.iteminfo_content {
  font-size: 14px!important;
}

.box-osu{
  display: flex;
  flex-direction: column;
	padding-bottom: 50px;
}

.rad {
	border-radius: 20px;
}

/*背景ぬり*/
.bgcolor{
  margin: 0 -20px;
  padding: 3px 30px;
}
.g_color{
	background-color: #C1E4D7;
}
.o_color{
	background-color: #FEEED4;
}

.title_center{
	display: block;
    margin: 0 auto;
}

.icon-item{
    display: flex;
    align-items: center;
}

.back-color1{
	  margin: -200px 0 0;
    padding-top: 250px;
	  background-image: repeating-linear-gradient(90deg, #fff2f4, #fff2f4 12px, #fbe4e852 12px, #fbe4e852 24px);
  }
  .back-color2{
    padding-bottom: 50px;
	  background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 12px, #fbe4e852 12px, #fbe4e852 24px);
  }

/*商品枠*/
.box-osu-image {
  padding-right: 20px;
}
.p_img{
	box-shadow: 0 4px 4px 0 rgba(255,190,150,0.8);
}
.p_description{
	margin: -50px 0 0 20px;
}
.p_btn{
	width: 90%;
    margin: auto;
}

/*終了対応*/
.endtext{
	color: #c7000a;
	font-size: 12px;
  font-weight: normal;
}
.endtext_img{
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	position: relative;
}
.endtext_img > img{
	opacity: 0.55
}
.endtext_img > p{
	position: absolute;
	color: #f5f5f5;
	width: 98%;
	font-size: 2.5em !important;
	font-weight: bold;
	top: 35%;
	text-align: center;
	vertical-align: middle;
}

/*カラム*/
.box-osu{
    display: flex;
    flex-direction: column;
}
.box-osu-item{
	position: relative;
  margin-top: 20px;
}
.box-osu-item:first-child {
  margin-top: 0;
}

/*メイン画像*/
  .main-img{
	  background-image: url(../../mother/images/2026md_bouquet_bg1.webp);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
	  width: 100vw;
	  
  }

.position-group{
	position: relative;
	width: auto;
    margin: 0 -20px;
}
.content_inner{
	margin-top: 0px;
}

.main-img > img {
    position: absolute;
    left: 50%;
    /*transform: translateX(-50%);*/
}
.product-main {
  position: relative;
  margin: 0 20px;
  z-index: 1;
}
.limited-icn {
  width: 70px;
}
.pc-only{
	display: none;
}

.sp-only{
	display: block;
 }
/*Flexbox PC*/
@media (min-width:768px) {
  .pc-only{
	display: block;
  }
  .sp-only{
	display: none;
  }
  .bgcolor{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 6px 0;
  }
  .main-img {
    padding-bottom: 150px;
  }
  .main-img_decoration {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
  }
/*２カラム*/
  .box-osu{
    flex-direction: row;
	flex-wrap: wrap;
	gap: 80px;
	padding: 0 0 100px;
  }
  .box-osu-item{
	width: calc((100% - 120px) / 2);
    margin-top: 0;
  }	
  .box-osu-item > .text{
	width: 95%
  }
  .p_description {
    margin: -100px 0 0 40px;
  }
  .back-color1{
	  width: 100vw;
	  margin-top: -290px;
	  margin-left: calc(50% - 50vw);
	  padding-top: 390px;
	  background-image: repeating-linear-gradient(90deg, #fff2f4, #fff2f4 25px, #fbe4e852 25px, #fbe4e852 50px);
  }
  .back-color2{
	  width: 100vw;
	  margin-left: calc(50% - 50vw);
	  padding-bottom: 100px;
	  background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 25px, #fbe4e852 25px, #fbe4e852 50px);
  }

	.iteminfo_name{
		font-size: 25px !important;
		font-weight: 900;
	  }
  .iteminfo_content {
    font-size: 16px!important;
  }
	.product-main {
		margin: -70px auto 0;
	}
  .box-osu-image {
    padding-right: 0;
  }
  .limited-icn { 
    width: 118px;
  }
}


/*メイン画像*/
@media screen and (min-width: 1401px) {
  .bouq-text{
    margin-left: -700px;
    bottom: 150px;
  }
  .main-img > .bouq-icon {
    margin-left: 300px;
    top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .main-img {
    width: 100%;
    margin: 0;
  }
  .main-img > .bouq-text{
    width: calc(306/1400 * 100vw);
    margin-left: 0;
    left: 20px;
    bottom: calc(150/1400 * 100vw);
  }
  .main-img > .bouq-icon {
    width: calc(350/1400 * 100vw);
    right: calc(40/1400 * 100vw);
    left: auto;
    margin-left: 0;
  }
  .main-img_decoration {
    margin-top: calc(200/1400 * 100vw * -1);
  }
}
@media screen and (min-width: 1101px){
	.main-img{
		position: relative;
		display: grid;
		margin: 0 calc(50% - 50vw);
        width: 100vw;
	}
	.main-img_inner{
		max-width: 1400px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 1100px){
	.main-img{
		position: relative;
		display: grid;
		width: auto;
		margin: 0 -20px;
	}
	.bouq-text{
	  left: 15%;
      bottom: 30%;
	}
}