@charset "utf-8";
/* ラクーナ・パウダー */
.bg-navyblue {
	background-color: #036EB2;	
}
.bg-lightblue {
	background-color: #AEE0F8;
}
.zenkaku {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.lato {
	font-family: 'Lato', sans-serif;
}
.fc-blue {
	color: #036EB2;
}
.rakuna_powder-ttl {
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
.rakuna_powder-ttl span.ttl-line {
	display: inline-block;
	border-bottom: .555rem solid #FFEF36;
}
.pawder-desc {
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: .12em;
	text-align: center;
	line-height: 1.57;
}
.powder-point-box {
	background-color: #fff;
	padding: .75rem;
	height: 100%;
}
.point-img-wrap {
	height: 100px;
	position: relative;
	border-top: 1px solid #036EB2;
	border-bottom: 1px solid #036EB2;
	padding: 1rem;
	margin-bottom: 1.5rem;
	width: 100%;
}
.point-img-wrap img {
	max-height: 80%;
	object-fit: contain;
	object-position: center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 90%;
}
.point-number {
	font-size: 1.25rem;
	text-align: center;
	padding-bottom: .75rem;
}
.point-number span {
	font-size: 2.2rem;
	padding-left: 5px;
}
.point-ttl {
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1.22rem;
	line-height: 1.2;
}
.point-text {
	line-height: 1.57;
	width: max-content;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.img-point-1 {
	max-width: 280px;
}
.img-point-2 {
	max-width: 355px;
}
.img-point-3 {
	max-width: 422px;
}
.img-point-4 {
	max-width: 237px;
}
.round-A, .round-B {
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
  height: 1.5em;
  line-height: 1.4;
	text-align: center;
}
.round-A {
	background-color: #DD2525;
}
.round-B {
	background-color: #17489C;
}
.vitamin-text {
	line-height: 1.75;
}
.vitamin-graph-wrap, .howtomake-box {
	background-color: #fff;
	padding: 1rem;
}
.howtomake-text {
	line-height: 1.73;
}
.lineup-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 1.11rem;
}
.lineup-item {
	padding: 0 .25rem;
	width: 33.333%;
	text-align: center;
}
.lineup-item img {
	filter: drop-shadow(0 7px 3px #85BFE6);
}
.lineup-item a:hover {
	opacity: .7;
}
.lineup-item-name {
	display: block;
	padding-top: 1rem;
	line-height: 1.2;
	font-weight: 700;
}
.powder-img-wrap {
	position: relative;
	padding-bottom: 1.27rem;
	width: max-content;
	max-width: 100%;
	margin: auto;
}
.powder-img-wrap::after {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background: radial-gradient(closest-side, rgba(0,0,0,1) 47%, rgba(0,0,0,0) 100%);
  opacity: .2;
  z-index: 10;
}
.powder-img-wrap img {
	position: relative;
	z-index: 20;
}
.section-powder {
	position: relative;
}
.section-powder .container {
	position: relative;
	z-index: 50;
}
.section-sportsdrink {
	position: relative;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(220,242,255,1) 50%, rgba(174,224,255,1) 100%);
}
.section-peach {
	position: relative;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(253,239,245,1) 50%, rgba(248,205,224,1) 100%);
}
.section-apple {
	position: relative;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,251,188,1) 70%, rgba(232,241,0,1) 100%);
}
.section-grape {
	position: relative;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(199,229,192,1) 70%, rgba(30,150,0,1) 100%);
}
.section-ramune {
	position: relative;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(220,246,255,1) 50%, rgba(193,240,255,1) 100%);
}
.section-powder::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 66%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 300%;
}
.section-sportsdrink::after {
	background-image: url(../images/products/rakuna_powder/bg-sportsdrink.svg);
}
.section-peach::after {
	background-image: url(../images/products/rakuna_powder/bg-peach.svg);
}
.section-apple::after {
	background-image: url(../images/products/rakuna_powder/bg-apple.svg);
}
.section-grape::after {
	background-image: url(../images/products/rakuna_powder/bg-grape.svg);
}
.section-ramune::after {
	background-image: url(../images/products/rakuna_powder/bg-ramune.svg);
}
.powder-rounds-wrap_sportsdrink, .color-sportsdrink {
	color: #036EB2;
}
.powder-rounds-wrap_peach {
	color: #E84566;
}
.color-peach {
	color: #EE87B4;
}
.powder-rounds-wrap_apple, .color-apple {
	color: #89B829;
}
.powder-rounds-wrap_grape, .color-grape {
	color: #2AA239;
}
.powder-rounds-wrap_ramune, .color-ramune {
	color: #00A0A0;
}
.doublerings::before, .doublerings::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	pointer-events: none;
}
.doublerings::before {
	top: -3px;
}
.doublerings::after {
	top: 3px;
}
.section-sportsdrink .doublerings::before, .section-sportsdrink .doublerings::after {
	border: 1px solid #036EB2;
}
.section-peach .doublerings::before, .section-peach .doublerings::after {
	border: 1px solid #E84566;
}
.section-apple .doublerings::before, .section-apple .doublerings::after {
	border: 1px solid #89B829;
}
.section-grape .doublerings::before, .section-grape .doublerings::after {
	border: 1px solid #2AA239;
}
.section-ramune .doublerings::before, .section-ramune .doublerings::after {
	border: 1px solid #00A0A0;
}
.powder-name {
	font-size: 26px;
  width: calc(62vw - 20px);
  height: calc(62vw - 20px);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	letter-spacing: -0.02em;
	line-height: 1.125;
}
.vitamin-amount {
  width: calc(45vw - 20px);
  height: calc(45vw - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.125;
  position: relative;
  top: .75rem;
  letter-spacing: -.02em;
}
.vitamin-cara {
	font-size: 1.07rem;
	font-weight: 500;
}
.powder-rounds-wrap_odd .vitamin-amount {
  margin-left: -.75rem;
}
.powder-rounds-wrap_even .vitamin-amount {
  margin-right: -.75rem;
}
.powder-rounds-wrap {
	position: relative;
	display: flex;
	justify-content: center;
}
.powder-rounds-wrap_even {
	width: max-content;
	flex-direction: row-reverse;
}
.powder-compimage-wrap {
	width: 55%;
	margin-top: -9rem;
}
.vitamin-amount_figure {
	font-size: 2rem;
	font-weight: 700;
}
.vitamin-amount_unit {
	font-size: 1.5rem;
	font-weight: 500;
}
.forbusiness-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.section-forbusiness {
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(254,254,254,1) 50%, rgba(253,253,253,1) 100%);
	position: relative;
}
.section-forbusiness::after {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 300%;
  background-image: url(../images/products/rakuna_powder/bg-forbusiness.svg);
}
.section-forbusiness .container {
	position: relative;
	z-index: 100;
}
.forbusiness-ttl {
	color: #00529F;
	font-weight: 900;
	text-align: center;
	letter-spacing: -0.02em;
	position: relative;
	width: 250px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.forbusiness-ttl::before, .forbusiness-ttl::after {
	content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid #006699;
}
.forbusiness-ttl::before {
	top: -5px;
}
.forbusiness-ttl::after {
	top: 5px;
}
.forbusiness-ttl_1, .forbusiness-ttl_2, .forbusiness-ttl_3 {
	display: block;
}
.forbusiness-ttl_1 {
	font-size: 2rem;
	margin-bottom: -0.5em;
}
.forbusiness-ttl_2 {
	font-size: 5rem;
	line-height: 1.1;
}
.forbusiness-ttl_2_unit {
	font-size: 3rem;
}
.forbusiness-ttl_3 {
	font-size: 1.25rem;
}
.forbusiness-items {
	display: flex;
	justify-content: center;
	width: 100%;
	column-gap: .83rem;
}
.forbusiness-item {
	width: 100%;
}
.forbusiness-name {
	font-size: 1.07rem;
	padding-top: 1rem;
	text-align: center;
	font-weight: 500;
	line-height: 1.2;
}
.forbusiness-name-small {
	font-size: 13px;
}
.product-detail-ttl {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #036EB2;
}
.photo-image-text {
	width: max-content;
	max-width: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-left: 1em;
}
.photo-image-text::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
@media all and (min-width: 576px) {
	.point-img-wrap {
		height: 10rem;
	}
	.powder-rounds-wrap {
		display: block;
	}
	.powder-rounds-wrap_even {
		margin-left: auto;
	}
	.powder-name {
		font-size: 1.5rem;
	  width: 170px;
	  height: 170px;
	}
	.powder-compimage-wrap {
    width: 52%;
  }
	.section-powder::after, .section-forbusiness::after {
		background-size: cover;
	}
	.vitamin-amount {
		width: 133px;
  	height: 133px;
		top: -3rem;
	}
	.powder-rounds-wrap_even .vitamin-amount {
		margin-right: 0;
	  margin-left: 6rem;
	}
	.powder-rounds-wrap_odd .powder-name {
		margin-left: 3rem;
	}
}
@media all and (min-width: 768px) {
	.powder-point-box, .howtomake-box {
		padding: 1.66rem;
	}
  .howtomake-text {
		font-size: 1.2rem;
	}
	.lineup-links {
		flex-wrap: nowrap;
	}
	.lineup-item {
	  width: 100%;
	}
  .howtomake-text {
		font-size: 1.15rem;
	}
	.powder-name {
		font-size: 2.22rem;
		width: 15rem;
		height: 15rem;
	}
	.vitamin-amount {
		width: 10.6rem;
		height: 10.6rem;
	}
	.vitamin-cara {
		font-size: 1.38rem;
	}
	.vitamin-amount_figure {
		font-size: 2.77rem;
	}
	.vitamin-amount_unit {
		font-size: 1.94rem;
	}
	.powder-rounds-wrap_even .vitamin-amount {
	  margin-left: 8rem;
	}
}
@media all and (min-width: 992px) {
	.point-img-wrap {
		height: 17.77rem;
		margin-bottom: 2.22rem;
	}
	.rakuna_powder-ttl {
		font-size: 2.77rem;
	}
	.pawder-desc {
		font-size: 2.11rem;
	}
	.point-number {
		font-size: 1.94rem;
	}
	.point-number span {
		font-size: 2.77rem;
	}
	.point-ttl {
		font-size: 2.11rem;
	}
	.point-text {
		font-size: 1.05rem;
	}
	.vitamin-graph-wrap {
	  padding: 4.88rem;
	}
	.howtomake-box {
		padding: 1.44rem 4.88rem;
	}
	.vitamin-text {
    font-size: 1.11rem;
  }
  .powder-rounds-wrap_even .vitamin-amount {
    margin-left: 8rem;
	}
	.powder-compimage-wrap {
	  margin-top: -12rem;
	}
	.forbusiness-wrap {
		flex-wrap: nowrap;
	}
	.forbusiness-ttl_1 {
		font-size: 1.94rem;
		margin-bottom: -1em;
	}
	.forbusiness-ttl_2 {
		font-size: 8.88rem;
	}
	.forbusiness-ttl_2_unit {
		font-size: 6.22rem;
	}
	.forbusiness-ttl_3 {
		font-size: 1.38rem;
	}
	.forbusiness-ttl {
    width: 18.16rem;
    min-width: 18.16rem;
    height: 18.16rem;
  }
	.forbusiness-name {
		font-size: 1.77rem;
		padding-top: 1.27rem;
	}
	.forbusiness-name-small {
		font-size: 1.27rem;
	}
	.forbusiness-items {
		padding-left: 1.44rem;
	}
}
@media all and (min-width: 1200px) {
	.howtomake-text {
		font-size: 1.44rem;
	}
	.powder-rounds-wrap_odd .powder-name {
    margin-left: 3.5rem;
	}
	.forbusiness-item {
		width: 240px;
	}
	.forbusiness-name {
		white-space: nowrap
	}
	.forbusiness-name.color-sportsdrink {
		margin-left: -1rem;
	}
}
@media all and (min-width: 1400px) {
	.lineup-item {
		width: 175px;
	}
	.forbusiness-name.color-sportsdrink {
		margin-left: -1.75rem;
	}
}
/* //ラクーナ・パウダー */

/* 成分一覧表 */
.ingredient-table-wrap table, .ingredient-table-wrap th, .ingredient-table-wrap td {
	border: 1px solid #ccc;
}
.ingredient-table-wrap th, .ingredient-table-wrap td {
	width: 115px;
	min-width: 120px;
	padding: 0.25rem 0.5rem;
}
.ingredient-table-wrap th {
	min-width: 100px;
}
.ingredient-table-wrap small {
	display: block;
	font-weight: 400;
}
.ingredient-table-wrap tr th:nth-child(1), .ingredient-table-wrap tr td:nth-child(1) {
	background-color: #E7E7E7;
}
.ingredient-table-wrap tr th:nth-child(2), .ingredient-table-wrap tr td:nth-child(2) {
	background-color: #FCF0F7;
}
.ingredient-table-wrap tr th:nth-child(3), .ingredient-table-wrap tr td:nth-child(3) {
	background-color: #EDF5DE;
}
.ingredient-table-wrap tr th:nth-child(4), .ingredient-table-wrap tr td:nth-child(4) {
	background-color: #E6F1E6;
}
.ingredient-table-wrap tr th:nth-child(5), .ingredient-table-wrap tr td:nth-child(5) {
	background-color: #DAECEB;
}
.ingredient-table-wrap tr th:nth-child(6), .ingredient-table-wrap tr td:nth-child(6) {
	background-color: #E3EFFA;
}
@media all and (min-width: 576px) {
	.ingredient-table-wrap th, .ingredient-table-wrap td {
		width: 16.6666%;
	}
}
/* //成分一覧表 */

/* 商品情報はこちらボタン */
.section-sportsdrink .product-info-btn {
	color: #036EB2;
	border-color: #036EB2;
}
.section-peach .product-info-btn {
	color: #E84566;
	border-color: #E84566;
}
.section-apple .product-info-btn {
	color: #89B829;
	border-color: #89B829;
}
.section-grape .product-info-btn {
	color: #2AA239;
	border-color: #2AA239;
}
.section-ramune .product-info-btn {
	color: #00A0A0;
	border-color: #00A0A0;
}
@media all and (min-width: 768px) and (max-width: 991px) {
	.product-info-btn {
		font-size: 1.1rem;
	}
	.product-info-btn span {
	  padding-right: 1.75rem;
	}
	.product-info-btn span::after {
    width: 0.65rem;
    height: 0.65rem;
    border-right: 2px solid;
    border-bottom: 2px solid;
	}
}
@media all and (min-width: 768px) {
	.product-info-btn-wrap {
		margin-top: -145px;
	}
}
@media all and (min-width: 992px) {
	.product-info-btn-wrap {
	  margin-top: -125px;
	}
}
@media all and (min-width: 1200px) {

}
/* //商品情報はこちらボタン */