@charset "utf-8";
.mplus-r {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.text-yellow {
	color: #FFEB00;
}
.text-blue {
	color: #00AAE7;
}
.section-points {
	position: relative;
	background: #63CAEB url(../images/products/pawamina/cityscape.svg) no-repeat center bottom/100%;
	padding-bottom: 100px;
}
.section-points-ttl img {
	width: 250px;
}
.point-balloon {
	width: 180px;
}
.point-ttl {
	font-size: 1.6rem;
	line-height: 1.42;
	font-weight: 700;
}
.point-text {
	font-size: 1.06rem;
	line-height: 1.53;
	font-weight: 700;
}
.product-detail-ttl {

	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #00AAE7;
}
@media all and (min-width: 576px) {
	.section-points-ttl img {
		width: 300px;
	}
	.section-points {
		padding-bottom: 150px;
	}
}
@media all and (min-width: 768px) {

}
@media all and (min-width: 992px) {
	.section-points-ttl img {
		width: 417px;
	}
	.point-balloon {
		width: 216px;
	}
	.point-ttl {
		font-size: 2.38rem;
	}
	.point-text {
		font-size: 1.44rem;
	}
	.section-points {
		padding-bottom: 200px;
	}
}
@media all and (min-width: 1200px) {
	.section-points {
		padding-bottom: 300px;
	}
}
@media all and (min-width: 1400px) {
	.section-points {
		padding-bottom: 350px;
	}
}

/* お召し上がり方 */
.hotwoeat-ttl {
	font-size: 2.25rem;
	letter-spacing: .02em;
}
.attention-text {
	font-size: 1.38rem;
	text-align: center;
	color: #CE0012;
}
.howtoeat-box {
	padding: 1rem;
	background-color: #fff;
	border-radius: 1.66rem;
	border: .83rem solid #B2E5F8;
}
.howtoeat-list {
	display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.howtoeat-item {
	width: 100%;
}
.howtoeat-item-ttl {
	font-size: 1.3rem;
	position: relative;
	text-align: center;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
}
.howtoeat-item-ttl::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 180px;
	max-width: 100%;
	height: 1.16rem;
	background: url(../images/products/pawamina/howtoeat-acc.svg) no-repeat center bottom/contain;
}
.howtoeat-img {
	width: auto;
	height: 150px;
}
@media all and (min-width: 576px) {
	.howtoeat-box {
		padding: 1.5rem;
	}
	.howtoeat-list {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.howtoeat-item {
		width: 31%;
	}
}
@media all and (min-width: 992px) {
	.hotwoeat-ttl {
		font-size: 3.05rem;
	}
	.howtoeat-box {
		padding: 2rem;
	}
	.howtoeat-item-ttl {
		font-size: 1.72rem;
	}
	.howtoeat-item-ttl::after {
		height: 23px;
	}
}
@media all and (min-width: 1200px) {
	.howtoeat-box {
		padding: 3.33rem;
	}
	.howtoeat-img {
		height: 295px;
	}
}
@media all and (min-width: 1400px) {

}
/* //お召し上がり方 */

/* ラインナップ */
.lineup-section-ttl {
	display: inline-block;
	position: relative;
}
.lineup-section-ttl::after {
	content: '';
	position: absolute;
	top: -64px;
	right: -10px;
	width: 118px;
	height: 189px;
	background: url(../images/products/pawamina/lineup-acc.png) no-repeat top center/contain;
}
.lineup-section-ttl_1 {
	font-size: 1.5rem;
	letter-spacing: -0.08em;
}
.lineup-section-ttl_2 {
	font-size: 1.4em;
	margin: 0 -0.1em;
}
.lineup-section-ttl_3 {
	font-size: 2.5rem;
	letter-spacing: -0.05em;
	line-height: 1;
}
.lineup-item-name {
	display: block;
	padding-top: .25rem;
}
.color-banana {
	color: #FFD800;
}
.color-strawberry {
	color: #E6213A;
}
.color-melon {
	color: #8DC21F;
}
.color-orange {
	color: #F08D00;
}
.color-grape {
	color: #A163A4;
}
.color-soda {
	color: #00B2CC;
}
.color-lemonyogurt {
	color: #7CBBE7;
}
.section-banana .product-info-btn {
	color: #FFD800;
	border-color: #FFD800;
}
.section-strawberry .product-info-btn {
	color: #E6213A;
	border-color: #E6213A;
}
.section-melon .product-info-btn {
	color: #8DC21F;
	border-color: #8DC21F;
}
.section-orange .product-info-btn {
	color: #F08D00;
	border-color: #F08D00;
}
.section-grape .product-info-btn {
	color: #A163A4;
	border-color: #A163A4;
}
.section-soda .product-info-btn {
	color: #00B2CC;
	border-color: #00B2CC;
}
.section-lemonyogurt .product-info-btn {
	color: #7CBBE7;
	border-color: #7CBBE7;
}
.lineup-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 1rem;
}
.lineup-item {
	width: 25%;
	padding: 0 5px;
}
.lineup-item a:hover {
	opacity: .7;
}
.lineup-item-name {
	display: block;
	padding-top: .5rem;
	font-size: .83rem;
	font-weight: 700;
	line-height: 1.2;
}
.section-banana {
	background-color: #FFE44D;
}
.section-strawberry {
	background-color: #F5A6B0;
}
.section-melon {
	background-color: #C6E18F;
}
.section-orange {
	background-color: #F7C680;
}
.section-grape {
	background-color: #D0B1D1;
}
.section-soda {
	background-color: #80D9E5;
}
.section-lemonyogurt {
	background-color: #BDDDF3;
}
.lineup-section {
	position: relative;
	padding-top: 2.5rem;
	padding-bottom: 2rem;
}
.lineup-section::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
}
.section-banana::before, .section-melon::before, .section-grape::before, .section-lemonyogurt::before {
	background-image: url(../images/products/pawamina/bg-wave-odd_sp.svg);
}
.section-strawberry::before, .section-orange::before, .section-soda::before {
	background-image: url(../images/products/pawamina/bg-wave-even_sp.svg);
}
.lineup-section > .container {
	position: relative;
	z-index: 50;
}
.img-pack-wrap {
	display: inline-block;
  position: relative;
  width: 59%;
  max-width: fit-content;
}
.img-pack-wrap::before {
	content: '';
  position: absolute;
  bottom: 0%;
  left: 4%;
  transform: rotate(-3deg);
  margin: auto;
  width: 128%;
  height: 17%;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  border-radius: 86% 14% 69% 31% / 79% 15% 85% 21%;
  filter: blur(10px);
  opacity: .3;
  z-index: 5;
}
.img-pack-wrap::after {
	content: '';
  position: absolute;
  height: 580px;
  z-index: 2;
}
.section-banana .img-pack-wrap::after {
	top: -1%;
  right: -59%;
  width: 140%;
	background: url(../images/products/pawamina/banana.svg) no-repeat left top/contain;
}
.section-strawberry .img-pack-wrap::after {
	top: -8%;
	left: -83%;
	width: 158%;
	background: url(../images/products/pawamina/strawberry.svg) no-repeat left top/contain;
}
.section-melon .img-pack-wrap::after {
	top: -1%;
	right: -72%;
	width: 142%;
	background: url(../images/products/pawamina/melon.svg) no-repeat left top/contain;
}
.section-orange .img-pack-wrap::after {
	top: -4%;
	left: -83%;
	width: 158%;
	background: url(../images/products/pawamina/orange.svg) no-repeat left top/contain;
}
.section-grape .img-pack-wrap::after {
	top: -1%;
	right: -99%;
	width: 142%;
	background: url(../images/products/pawamina/grape.svg) no-repeat left top/contain;
}
.section-soda .img-pack-wrap::after {
	top: 1%;
  left: -83%;
  width: 114%;
	background: url(../images/products/pawamina/soda.svg) no-repeat left top/contain;
}
.section-lemonyogurt .img-pack-wrap::after {
	top: -8%;
	right: -100%;
	width: 119%;
	background: url(../images/products/pawamina/lemonyogurt.svg) no-repeat left top/contain;
}
.img-pack-wrap img {
  position: relative;
  z-index: 10;
}
.lineup-name {
	font-size: 1rem;
	width: 29vw;
	height: 29vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
	background-color: #fff;
	border-radius: 50%;
}
.section-banana .lineup-name {
	box-shadow: 0 0 7px rgba(189,161,23,.75), 0 0 0 11px #FFD800;
}
.section-strawberry .lineup-name {
	box-shadow: 0 0 7px rgba(166,24,42,.75), 0 0 0 11px #F3909C;
}
.section-melon .lineup-name {
	box-shadow: 0 0 7px rgba(106,143,28,.75), 0 0 0 11px #AFD462;
}
.section-orange .lineup-name {
	box-shadow: 0 0 7px rgba(178,107,7,.75), 0 0 0 11px #F5AF4D;
}
.section-grape .lineup-name {
	box-shadow: 0 0 7px rgba(121,72,124,.75), 0 0 0 11px #BD92BF;
}
.section-soda .lineup-name {
	box-shadow: 0 0 7px rgba(16,130,149,.75), 0 0 0 11px #4DC9DB;
}
.section-lemonyogurt .lineup-name {
	box-shadow: 0 0 7px rgba(95,138,172,.75), 0 0 0 11px #A3CFEE;
}
.lineup-name small {
	font-size: .7em;
	display: block;
}
.content-image img {
	width: 62%;
	border-radius: 50%;
	border-width: 4px;
	border-style: solid;
	display: inline-block;
}
.section-banana .content-image img {
	border-color: #FFDE26;
}
.section-strawberry .content-image img {
	border-color: #F5A6B0;
}
.section-melon .content-image img {
	border-color: #C6E18F;
}
.section-orange .content-image img {
	border-color: #F7C680;
}
.section-grape .content-image img {
	border-color: #D0B1D1;
}
.section-soda .content-image img {
	border-color: #80D9E5;
}
.section-lemonyogurt .content-image img {
	border-color: #BDDDF3;
}

.content-image {
	margin-top: -10vw;
}
.photo-image-text {
	margin-top: .25rem;
	position: relative;
	width: max-content;
	font-size: 13px;
	line-height: 1.38;
	padding-left: 1em;
}
.photo-image-text::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.section-banana .lineup-name, .section-melon .lineup-name, .section-grape .lineup-name, .section-lemonyogurt .lineup-name {
	margin-left: auto;
}
@media all and (min-width: 576px) {
	.lineup-section-ttl::after {
		top: -35px;
    right: -70px;
    width: 118px;
	}
	.lineup-links {
		flex-wrap: nowrap;
	}
	.lineup-item {
		width: 100%;
	}
	.lineup-name {
    font-size: 1.75rem;
    width: 180px;
    height: 180px;
	}
	.content-image {
	  margin-top: -4rem;
	}
	.content-image img {
		width: 145px;
	}
	.lineup-section::before {
		background-size: 200%;
	}
	.section-banana::before, .section-melon::before, .section-grape::before, .section-lemonyogurt::before {
		background-image: url(../images/products/pawamina/bg-wave-odd.svg);
	}
	.section-strawberry::before, .section-orange::before, .section-soda::before {
		background-image: url(../images/products/pawamina/bg-wave-even.svg);
	}
  .section-banana .lineup-name, .section-melon .lineup-name, .section-grape .lineup-name, .section-lemonyogurt .lineup-name {
    margin-left: 4rem;
  }
	.section-strawberry .content-image, .section-orange .content-image, .section-soda .content-image {
	  margin-left: 7rem;
	}
	.section-banana .img-pack-wrap::after {
    top: 10%;
    right: -74%;
  }
	.section-strawberry .img-pack-wrap::after {
    top: 6%;
    left: -108%;
    width: 140%;
  }
  .section-melon .img-pack-wrap::after {
    top: 2%;
    right: -99%;
    width: 145%;
  }
  .section-orange .img-pack-wrap::after {
    top: -1%;
    left: -110%;
    width: 186%;
  }
  .section-grape .img-pack-wrap::after {
    right: -131%;
    width: 162%;
  }
  .section-lemonyogurt .img-pack-wrap::after {
    top: -1%;
    right: -120%;
    width: 134%;
  }
}
@media all and (min-width: 768px) {
	.lineup-section-ttl_1 {
		font-size: 2.16rem;
	}
	.lineup-section-ttl_3 {
		font-size: 3.05rem;
	}
	.lineup-section-ttl::after {
    top: -4px;
    right: -208px;
    width: 189px;
  }
  .lineup-name {
		font-size: 2.5rem;
	}
	.lineup-section::before {
		background-size: 100%;
	}
	.photo-image-text {
    margin-top: 0.75rem;
  }
	.section-strawberry .img-pack-wrap::after {
    top: -1%;
    left: -126%;
    width: 176%;
  }
  .section-melon .img-pack-wrap::after {
    top: 2%;
    right: -126%;
    width: 177%;
	}
	.section-soda .img-pack-wrap::after {
    top: -2%;
    left: -99%;
  }
}
@media all and (min-width: 992px) {
	.lineup-item {
		padding: 0 1.27rem;
	}
	.section-banana .lineup-name {
		box-shadow: 0 0 7px rgba(189,161,23,.75), 0 0 0 20px #FFD800;
	}
	.section-strawberry .lineup-name {
		box-shadow: 0 0 7px rgba(166,24,42,.75), 0 0 0 20px #F3909C;
	}
	.section-melon .lineup-name {
		box-shadow: 0 0 7px rgba(106,143,28,.75), 0 0 0 20px #AFD462;
	}
	.section-orange .lineup-name {
		box-shadow: 0 0 7px rgba(178,107,7,.75), 0 0 0 20px #F5AF4D;
	}
	.section-grape .lineup-name {
		box-shadow: 0 0 7px rgba(121,72,124,.75), 0 0 0 20px #BD92BF;
	}
	.section-soda .lineup-name {
		box-shadow: 0 0 7px rgba(16,130,149,.75), 0 0 0 20px #4DC9DB;
	}
	.section-lemonyogurt .lineup-name {
		box-shadow: 0 0 7px rgba(95,138,172,.75), 0 0 0 20px #A3CFEE;
	}
	.photo-image-text {
		font-size: 16px;
	}
	.lineup-name {
    width: 250px;
    height: 250px;
	}
	.section-banana .lineup-name, .section-melon .lineup-name, .section-grape .lineup-name, .section-lemonyogurt .lineup-name {
	  margin-left: 7rem;
	}
	.section-strawberry .content-image, .section-orange .content-image, .section-soda .content-image {
	  margin-left: 11rem;
	}
	.content-image {
	  margin-top: -6rem;
	}
	.content-image img {
    width: 200px;
	}
	.img-pack-wrap {
    width: 47%;
  }
  .section-banana .img-pack-wrap::after {
    right: -85%;
    width: 176%;
  }
  .section-orange .img-pack-wrap::after {
    top: -1%;
    left: -132%;
	}
	.section-grape .img-pack-wrap::after {
    right: -143%;
    width: 170%;
	}
}
@media all and (min-width: 1200px) {
	.lineup-section-ttl::after {
    top: -49px;
    right: -332px;
    width: 309px;
	}
	.section-banana .lineup-name {
		box-shadow: 0 0 7px rgba(189,161,23,.75), 0 0 0 30px #FFD800;
	}
	.section-strawberry .lineup-name {
		box-shadow: 0 0 7px rgba(166,24,42,.75), 0 0 0 30px #F3909C;
	}
	.section-melon .lineup-name {
		box-shadow: 0 0 7px rgba(106,143,28,.75), 0 0 0 30px #AFD462;
	}
	.section-orange .lineup-name {
		box-shadow: 0 0 7px rgba(178,107,7,.75), 0 0 0 30px #F5AF4D;
	}
	.section-grape .lineup-name {
		box-shadow: 0 0 7px rgba(121,72,124,.75), 0 0 0 30px #BD92BF;
	}
	.section-soda .lineup-name {
		box-shadow: 0 0 7px rgba(16,130,149,.75), 0 0 0 30px #4DC9DB;
	}
	.section-lemonyogurt .lineup-name {
		box-shadow: 0 0 7px rgba(95,138,172,.75), 0 0 0 30px #A3CFEE;
	}
	.lineup-name {
    width: 280px;
    height: 280px;
	}
	.content-image img {
    width: 240px;
	}
	.lineup-section {
		padding-top: 3rem;
	}
	.section-banana .img-pack-wrap::after {
		top: 0;
	}
}
@media all and (min-width: 1400px) {
	.lineup-section-ttl::after {
    top: -37px;
  }
  .img-pack-wrap {
    width: 52%;
  }
  .section-orange .img-pack-wrap::after {
    left: -138%;
    height: 630px;
	}
	.section-grape .img-pack-wrap::after {
    top: -3%;
    right: -146%;
    width: 173%;
    height: 640px;
	}
	.section-soda .img-pack-wrap::after {
    top: -3%;
    left: -101%;
    width: 127%;
    height: 650px;
	}
	.section-lemonyogurt .img-pack-wrap::after {
    width: 140%;
    height: 620px;
	}
}
/* //ラインナップ */


/* 成分一覧表 */
.ingredient-table-wrap tr th:nth-child(1) {
	width: 17%;
	min-width: 130px;
}
.ingredient-table-wrap th, .ingredient-table-wrap td {
	padding: .5rem .75rem;
}
.ingredient-table-wrap th {
	background-color: #DEECE4;
}
.ingredient-table-wrap td {
	background-color: #ecf4ef;
}
.ingredient-table-wrap table, .ingredient-table-wrap th, .ingredient-table-wrap td {
	border: 2px solid #fff;
}
.ingredient-table-wrap tr.border-top-wide {
	border-top: 1rem solid #fff;
}
.ingredient-table-wrap small {
  display: block;
  font-weight: 400;
}
.ingredient-table-wrap .td-center td {
	text-align: center;
}
.border-bottom-double_wide {
  border-bottom-width: 6px!important;
  border-bottom-style: double!important;
}
.jan-wrap {
	display: flex;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
}
.th-variation span {
	display: inline-block;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
  padding: 0.2rem 0.6rem;
  margin: 0.15rem;
  line-height: 1.2;
} 
@media all and (min-width: 992px) {
	.jan-wrap {
		width: 258px;
	}
	.ingredient-table-wrap {
    width: 745px;
    margin-right: auto;
    margin-left: auto;
	}
	.ingredient-table-wrap tr th:nth-child(1) {
	  min-width: 135px;
	}
}
@media all and (min-width: 1200px) {
	.th-variation span {
	  margin: 0.25rem;
	}
	.ingredient-table-wrap {
    width: 845px;
  }
	.ingredient-table-wrap tr th:nth-child(1) {
	  min-width: 190px;
	}
	.jan-wrap {
		width: 295px;
	}
}
@media all and (min-width: 1400px) {

}
/* //成分一覧表 */
/* 化粧箱 */
.pawamina-open-image {
	max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px;
  border: 1px solid #009fde;
  border-radius: 15px;
}
/* //化粧箱 */
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}