body {
	color: #111111;
	background-color: #ffffff;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	word-wrap: break-word;
	/*height: 100%;*/
	margin: 0;
}

ul {
	list-style-type:none;
	padding-inline-start: 0px !important;
}

/* PC
------------------*/
@media screen and ( min-width : 901px ){
/* ヘッダー
------------------*/
header {
	width: 100%;
	height: 120px;
	background-color: #fca001;
	position: fixed;
	z-index: 300;
	color: #ffffff;
}

header .h-inner {
	display: block;
	max-width: 1100px;
	margin: 0 auto;
}

header .h-inner2 {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}

header .contact-btn {
	display: flex;
}

header h1 a img {
	display: block;
	width:230px;
	margin-top: -8px;
	margin-left: 5px;
}

header .header-btn a i,
header .header-tel a i {
	padding-left: 5px;
	padding-right: 5px;
}

header .header-tel a {
	display: block;
	margin: 17px 27px 0 0;
	text-decoration: none;
	color: #ffffff;
	font-size: 17px;
	letter-spacing: 1px;
}

header .header-tel a strong { font-size: 130%; }

header .header-btn a {
	display: block;
	width: 150px;
	height: 30px;
	margin-top: 8px;
	margin-right: 5px;
	padding: 7px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 1px;
	border: 3px solid #ff6600;
	background-color: #ff6600;
}

header .header-btn a:hover {
	color: #ff6600;
	background-color: #ffffff;
	border: 3px solid #ff6600;
}

header.fixed .gl-navi { height: 40px; }

.menu-btn { display: none; }

.gl-navi {
	display: block;
	width: 1000px;
	margin: -20px auto 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	z-index: 1000;
}

.gl-navi ul.navi-base {
	display: flex;
	justify-content: center;
}

.gl-navi ul.navi-base li { width: 16%; }

.gl-navi li a {
	padding-top: 10px;
	height: 25px;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.gl-navi li a:hover {
	color: #000000;
	border-bottom: 2px solid;
}

/* メインイメージ
------------------*/
.main-bg {
	height: 750px;
	/*background-image: url("../images/blc-bg.jpg");*/
	background-image: url("../images/blc-bg-pc.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 150px;
	overflow: hidden;
}

.main-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0px auto 10px;
	padding-top: 0;
	max-width: 1200px;
	font-size: 37px;
	text-align: center;
}

h2.main-title {
	letter-spacing: 0.15em;
	color: #ffffff;
	text-shadow: 1px 1px 7px #000000;
}

.sup-text {
	font-size: 18px;
	margin: 0 -13px 0 -8px;
}

.small-text {
	display: block;
	font-size: 18px;
	margin-top: -50px;
}

.small-text2 {
	display: block;
	font-size: 25px;
	margin-top: 10px;
}

.main-images img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

/* フェード */
.fadein-01 {
	animation-name: fadein-01;
    animation-duration: 1.0s;
    animation-iteration-count: 1;
}

.fadein-02 {
	animation-name: fadein-02;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
}

@keyframes fadein-01 {
from {
    opacity: 0;
    transform: translateY(26px);
}

to {
    opacity: 1;
    transform: translateY(0);
}
}

@keyframes fadein-02 {
from {
    opacity: 0;
    transform: translateY(26px);
}

to {
    opacity: 1;
    transform: translateY(0);
}
}

/*フェードインアニメーションの指定*/
.scrollanime { opacity: 0; }
.fadeInDown {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
@keyframes fadeInDown {
0% { opacity: 0; }
100% {
	opacity: 1;
	transform: translate(0);
}
}

.updown { transform: translateY(-50px); }
.downup { transform: translateY(50px); }
.sect02{ overflow: hidden; }
.slide-right { transform: translateX(200px); }
.slide-left { transform: translateX(-200px); }
/* end フェード */

wrapper　{ width: 100%; }

/* コンテンツ
------------------*/

/*バランサーお知らせ*/
.blc-info-link {
	display: block;
	background-color: #ff0000;
	width:970px;
	margin: 0 auto 30px;
	padding: 15px;
	text-align: center;
}

.info-box a {
	text-decoration: none;
}

a .blc-info-link {
	font-size: 20px;
	color: #ffffff;
}

/*バランサートライアル*/
.blc-trial-link {
	margin: 0 auto 60px;
}

.back-g {
	width: 100%;
	background-color: #fff7e7;
}

.content {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0;
}

.content2 {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0;
	background-color: #fff7e7;
}

.content-recipe {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 15%;
}

h3 {
	display: block;
	text-align: center;
	font-size: 27px;
	width: 800px;
	margin: 0 auto;
}

/*バランサー3冠エンブレム*/
.blc-emblem {
	margin: 50px 0;
	text-align: center;
}

.blc-emblem-text { font-size: 46px; }
.blc-emblem-text2 { font-size: 70px; }

/*バランサー1杯で摂れる栄養成分*/
table.blc-table {
	border-collapse: collapse;
	margin: 20px auto 10px;
	padding: 0;
	width: 1000px;
	border: solid 1px #d3d3d3;
}

table.blc-table tr { background-color: #fffcf2; }

table.blc-table tbody tr:hover{ background-color: #fff8e1; }

table.blc-table th,
table.blc-table td {
	padding: .35em 1em;
	border-bottom: 1px solid #d3d3d3;
}

table.blc-table thead th {
	font-size: 1.3em;
	padding: 1em;
}

table.blc-table thead tr{
	background-color: #ffc107;
	color: #ffffff;
}

.text01 {
	text-align: center;
	font-size: 1.3em;
	color: #000000;
}

.text02 {
	width: 25%;
	text-align: left;
	font-size: 0.95em;
}

.txt{
	text-align: left;
	font-size: 0.95em;
}

.blc-annotation {
	font-size: 13px;
	text-align: right;
	margin: 10px 0 60px;
}

.blc-annotation2 {
	width: 700px;
	font-size: 13px;
	text-align: right;
	margin: 10px auto 60px;
}

/*バランサー成分詳細*/
.component {
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 0px 20px;
}

.component input { display: none; }

.component label {
	cursor :pointer;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
	position: relative;
	margin: 0 auto;
	padding: 21px;
	background-color: #b1d997;
}

.component ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1px;
}

.component li {
	font-size: 14px;
	height: 0;
	overflow-y: hidden;
	transition: padding-bottom 0.5s, padding-top 0.5s;
	-webkit-transition: padding-bottom 0.5s, padding-top 0.5s
	-moz-transition: padding-bottom 0.5s, padding-top 0.5s;
	-ms-transition: padding-bottom 0.5s, padding-top 0.5s;
	-o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#menu_bar01:checked ~ #links01 li {
	height: auto;
	opacity: 1;
	background: #f1f1f1;
	padding: 10px;
}

#menu_bar01:checked ~ #links01 li:last-child { margin-bottom: 20px; }

.component label:after{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: #000000 3px solid;
	border-right: #000000 3px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 2%;
	top: 0;
	bottom: 15%;
	margin: auto;
}

.component input[type=checkbox]:checked + label:after{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: #000000 3px solid;
	border-right: #000000 3px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 2%;
	top: 7%;
  	bottom: 0;
	margin: auto;
}

.component-text {
	font-weight: bold;
	color:#ff0000;
}

/*動画*/
.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 80px;
}

.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*バランサーラインナップ*/
.product-area {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 30px;
	max-width: 1000px;
	margin: 50px auto 30px;
}

.product-area a img { max-width: 100%; }

.product-area :hover { opacity: 0.8; }

.product-area .article-title {
	width: 100%;
	margin: 0 auto;
	padding: 7px 0;
	bottom: 0;
	text-align: center;
	font-size: 15px;
}

.product-area .blc-name {
	display: block;
	width: 83%;
	margin: 0 auto;
	text-decoration: none;
	background-color: #5d5d5d;
	color: #ffffff;
	border-radius: 10px;
}

.product-area .blc-name :hover {
	width:100%;
	background-color: #5d5d5d;
	color: #ffffff;
	border-radius: 10px;
}

/* NEWマーク */
.mark-box {
	position: relative;
}

.mark-box:before {
    position: absolute;
    content: "";
    left: 20px;
    top: 20px;
	/*
	left: 20px;
    top: 0;
	*/
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
	z-index: 2;
    border-color: #f00000 transparent transparent transparent;
}
.mark-box:after {
    position: absolute;
    content: "NEW";
    transform: rotate(315deg);
    display: block;
    font-size: 11px;
    white-space: pre;
    color: #ffffff;
	top: 30px;
    left: 24px;
	/*
    top: 12px;
    left: 24px;
	*/
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}

/* NEWS
------------------*/
.news-box {
	width: 900px;
	height: 250px;
	margin: 20px auto;
	border: 2px solid #e6e6e6;
	overflow: auto;
}

ul.news-list li {
	display: flex;
	padding: 25px;
	border-bottom: 1px dotted #808080;
	width: 90%;
	margin: 0 auto;
}

ul.news-list li:last-child { border: none; }

.news-box li .news-head {
	width: 22%;
	margin-right: 0px;
}

.news-box li .news-head .news-date {
	white-space: nowrap;
	color: #808080;
	font-weight: bold;
}

.news-box li .news-text .news-title {
	font-size: 16px;
	margin-bottom: 5px;
	text-align: left;
}

.news-box li .news-comment {
	font-size: 12px;
	word-wrap: break-all;
	text-align: left;
}

.news-text .news-title a {
	color: #212529;
	text-decoration: none;
}

.news-text .news-comment a { color: #000cff; }

/* お取り扱い店
------------------*/
.shop-area {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	grid-gap: 30px;
	max-width: 600px;
	margin: 20px auto 30px;
}

.shop-area a img { max-width: 100%; }
.shop-area a:hover { opacity: 0.7; }

/* アスリート
------------------*/
.athlete-area {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 30px;
	max-width: 800px;
	margin: 50px auto 0;
}

.athlete-area article a {
	text-decoration: none;
	color: #000000;
}

.athlete-area article a:hover img { opacity: 0.7; }

.athlete-area article a:hover {
	text-decoration: none;
	color: #ff0000;
}

.athlete-area a img { max-width: 100%; }
 
.article-title {
	width: 100%;
	padding: 0;
	bottom: 0;
	text-align: center;
	font-size: 13px;
}

.athlete-name { font-size: 22px; }

/*アスリート個別*/
.sub-bg-athlete {
	height: 300px;
	background: rgb(255,251,201);
	background: linear-gradient(11deg, rgba(255,251,201,1) 0%, rgba(255,235,162,1) 47%, rgba(255,244,135,1) 100%);
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	overflow: hidden;
}

.sub-bg-athlete .sub-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	padding-top: 110px;
	max-width: 1200px;
	font-size: 22px;
	text-align: center;
	color: #000000;
}

.sub-bg-athlete h2 .sub-title { margin: 0;}

.sub-bg-athlete .sub-images img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.blc-athlete {
	width: 700px;
	margin: 0 auto;
}

.blc-athlete p {
	font-size: 20px;
	line-height: 2.1em;
}

.blc-athlete p img {
	display: block;
	margin: 0 auto;
}

.blc-athlete-pd {
	padding: 30px 0 0 0;
}

ul.blc-athlete-sns {
	list-style-type: none;
	margin: -70px 0 30px;
	padding-left: 0;
	padding-top: 20px;
}

ul.blc-athlete-sns li {
	width: 50px;
	height: 50px;
	padding: 10px;
	margin: 10px;
}

.blc-athlete-sns { text-align: center; }
.blc-athlete-sns li { display: inline-block; }
.blc-athlete-sns li a { color: #000000; }
ul.blc-athlete-sns li a:hover { color: #ff6600; }
ul.blc-athlete-sns li a i { font-size: 270%; }

/* トップへ戻る
------------------*/
.to-top {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.to-top a {
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: block;
	font-size: 10px;
	background-color: #5d5d5d;
	padding: 15px;
	width: 26px;
	font-size: 26px;
	line-height: 30px;
}

.to-top a:hover {
	background-color: #ff6600;
	transition: 0.5s;
}

/* フッター
------------------*/
footer {
	background-color: #fca001;
	color: #ffffff;
	width: 100%;
	text-align: center;
}

/*SNS*/
footer ul {
	list-style-type: none;
	padding-left: 0;
	padding-top: 20px;
}

footer ul li {
	width: 50px;
	height: 50px;
	padding: 10px;
	margin: 10px;
}

.blc-sns { text-align: center; }
.blc-sns li { display: inline-block; }
.blc-sns li a { color: #000000; }
footer ul li a:hover { color: #ffffff; }
footer ul li a i { font-size: 270%; }

/*下部メニュー*/
footer ul.blc-under-menu {
	list-style-type: none;
	padding: 5px 0;
	margin: 0 0 30px 0;
	color: #000000;
}

footer ul.blc-under-menu a { color: #000000; }
footer ul.blc-under-menu a:hover { color: #ffffff; }

.blc-under-menu { text-align: center; }

/*コピーライト*/
.copyright {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 25px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #fca001;
	color: #111111;
}

.copyright a {
	text-decoration: none;
	color: #111111;
}

.copyright a:hover { color: #ffffff; }

/* パンくず
------------------*/
.breadcrumb {
	background-color: #ffeac8;
	font-size: 14px;
	line-height: 10px;
	color: #111111;
	width: 100%;
	padding: 10px 0;
}

.breadcrumb ul {
	width: 96%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.breadcrumb li { display: inline-block; }

.breadcrumb li a {
	text-decoration: none;
	color: #111111;
}

.breadcrumb li::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.breadcrumb li a:hover { color: #ff6600; }
.breadcrumb li i { padding-right: 5px; }
.breadcrumb li:last-child::after { display: none; }

/* ●バランサーとは？
------------------*/
.sub-bg2 {
	height: 300px;
	background-image: url("../images/blc-bg3.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	overflow: hidden;
}

.sub-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	padding-top: 110px;
	max-width: 1200px;
	font-size: 27px;
	text-align: center;
	color: #000000;
}

h2 .sub-title { margin: 0; }

.sub-images img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.wia-balancer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.wia-balancer .wia-balancer-img { width: 50%; }

.wia-balancer .wia-balancer-img img { max-width: 100%; }

.wia-balancer .wia-balancer-text { width: 50%; }

.wia-balancer .wia-balancer-text-block {
	padding: 10%;
}

.wia-balancer-text-block-name {
	display: block;
	font-size: 23px;
	width: 100%;
	line-height: 1.7em;
	letter-spacing: 0.15em;
}

.wia-balancer-text-block-name-color {
	color: #ff0000;
	font-weight: bold;
}

.wia-balancer-text2 { margin: 50px auto; }

.wia-balancer-text3 {
	text-align: center;
	font-size: 30px;
}

.wia-balancer-text3-deco {
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
	/*border-bottom: double 6px #ff0000;*/
	text-align: center;
	line-height: 1.8em;
}

.wia-balancer-text4 {
	margin: 50px auto;
	text-align: center;
	font-size: 30px;
}

.wia-balancer-text4-deco {
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.wia-balancer-text6-deco {
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.wia-balancer-text4-small {
	margin: -30px 0 30px 0;
	color: #000000;
	text-align: center;
	font-size: 17px;
}

.wia-balancer-text4-small2 {
	color: #000000;

	text-align: center;
	font-size: 25px;
}

.wia-balancer-text5 {
	margin: 70px auto 20px;
	text-align: center;
	font-size: 50px;
}

.wia-balancer-img2 { margin: 30px auto 0; }

.wia-balancer-image { margin: 30px auto; }

.wia-balancer-text-block2 {
	width: 65%;
	margin: 15px auto 0;
	padding: 20px;
	background-color: #f6ffd8;
	border-radius: 10px;
	font-size: 20px;
	color: #222222;
}

.wia-balancer-text-block3 {
	width: 65%;
	margin: 15px auto 0;
	padding: 20px;
	background-color: #ffeed8;
	border-radius: 10px;
	font-size: 20px;
	color: #222222;
}

/* ●コンセプト
------------------*/
.sub-bg3 {
	height: 300px;
	background-image: url("../images/blc-bg6.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	overflow: hidden;
}

.sub-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	padding-top: 110px;
	max-width: 1200px;
	font-size: 27px;
	text-align: center;
	color: #000000;
}

h2 .sub-title { margin: 0;}

.sub-images img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.blc-concept {
	width: 700px;
	margin: 0 auto;
}

.blc-concept p {
	font-size: 20px;
	line-height: 2.1em;
}

.blc-concept-color {
	color: #ff6600;
	font-weight: bold;
}

/* ●商品情報
------------------*/
.sub-bg {
	height: 300px;
	background-image: url("../images/blc-bg2.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	overflow: hidden;
}

.sub-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	padding-top: 110px;
	max-width: 1200px;
	font-size: 27px;
	text-align: center;
	color: #000000;
}

h2 .sub-title {
	margin: 0;
}

.sub-images img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

/*商品個別ページ*/
.sub-bg-item {
	height: 300px;
	background-image: url("../images/blc-bg2.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	overflow: hidden;
}

.sub-bg-item .sub-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	padding-top: 83px;
	max-width: 1200px;
	font-size: 27px;
	text-align: center;
	color: #000000;
}

.item-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.item-info .item-info-img {
	width: 50%;
}

.item-info .item-info-img img {
	max-width: 100%;
}

.item-info .item-info-text {
	width: 50%;
}

.item-info .item-info-text-block {
	padding: 50px 0 0 150px;
}

.item-info-text-block-name {
	display: block;
	font-size: 25px;
	font-weight: bold;
}

.item-info .item-info-price {
	display: block;
	font-size: 23px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.item-info .item-info-price2 {
	display: block;
	font-size: 23px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.item-info-blc-buy {
	display: flex;
}

.item-info .item-info-text-block a {
	display: block;
	background-color: #ff6600;
	margin: 30px 0;
	padding: 15px;
	width: 35%;
	border-radius: 10px;
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.item-info .item-info-text-block a:hover {
	background-color: #ffa200;
	color: #ffffff;
	font-weight: bold;
}

.item-info .item-info-text-block a.item-info-blc-buy-teiki {
	display: block;
	background-color: #009900;
	margin: 30px 0 30px 10px;
	padding: 15px;
	width: 35%;
	border-radius: 10px;
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.item-info .item-info-text-block a.item-info-blc-buy-teiki:hover {
	background-color: #48af48;
	color: #ffffff;
	font-weight: bold;
}

.item-info .item-info-blc {
	display: block;
	font-size: 16px;
	margin: 30px 0 0 0;
	width: 50%;
}

.blc-table2 {
	width:70%;
	margin:30px auto 30px;
}

table.blc-table2 tr { background-color: #ffffff; }

table.blc-table2, .blc-table2 th, .blc-table2 td {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	line-height: 1.3;
	padding: 7px;
	font-size: 15px;
}

.blc-table2 tr:nth-child(even) {
	background: #f2f2f2;
}

.blc-materials {
	width: 70%;
	margin: 30px auto 0;
	line-height: 1.7;
}

.blc-margin-top { margin-top: -30px; }
.blc-margin-bottom { margin-bottom: -20px; }
.blc-width {
	width: 70%;
	margin: 0 auto;
}

.blc-materials-text { margin-top: 50px; }

/* ●バランサーＱ＆Ａ
------------------*/
.sub-bg4 {
	height: 300px;
	background-image: url("../images/blc-bg4.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	overflow: hidden;
}

.qanda-box {
	width:70%;
	margin:0 auto;
	line-height:30px;
}

.qanda-bg {
	width:100%;
	background-color:#f5f5f5;
	border-top:1px solid #f16600;
	border-bottom:1px solid #f16600;
	padding:8px 0 8px 5px;
	margin:10px auto;
	font-weight:bold;
}

/* ●バランサーレシピ
------------------*/
.recipe-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 4%;
	margin: 6% 10px;
}

.recipe-img img {
	width: 100%;
	height:100%;
	align-self: center;
	justify-self: center;
}

.recipe-img a {
	text-decoration: none;
}

.recipe-name {
	font-size: 15px;
	color: #000000;
}

.recipe-new { color: #ff0000; }

.modal {
	margin: 7% 0 0 0;
	z-index: 999999;
}

.modal p img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

/* ●会社概要
------------------*/
.sub-bg5 {
	height: 300px;
	background-image: url("../images/blc-bg5.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	overflow: hidden;
}

.company-info {
	width:70%;
	margin:30px auto 30px;
}

table.company-info tr { background-color: #ffffff; }

table.company-info, .company-info th, .company-info td {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	line-height: 1.3;
	padding: 7px;
	font-size: 15px;
}

.company-info tr:nth-child(even) {
	background: #f2f2f2;
}

.blc-request {
	width:70%;
	margin: 0 auto;
}

.blc-request a {
	text-decoration: none;
	color: #000000;
}

.blc-request-link {
	text-decoration: underline;
	color: #0000ff;
}

}/*@media screen and ( min-width : 901px )*/


/* SP
------------------*/
@media screen and ( max-width : 900px ){

/* SP ヘッダー
------------------*/
header {
	width: 100%;
	height: 55px;
	background-color: #fca001;
	position: fixed;
	z-index: 300;
	color: #ffffff;
}

header h1 a img {
	display: block;
	width: 160px;
	height: ;
	margin-top: -7px;
	margin-left: 3px;
}

header .header-btn a {
	display: block;
    text-align: center;
    position: absolute;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 1px;
    border: 3px solid #ff6600;
    background-color: #ff6600;
	width: 50px;
    top: 9px;
    right: 57px;
    line-height: 29px;
    padding-top: 1px;
    font-size: 20px;
}

header .header-btn a:hover {
	color: #ff6600;
	background-color: #ffffff;
	border: 3px solid #ff6600;
}

header .header-tel a {
	display: block;
    text-align: center;
    position: absolute;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
	top: 13px;
    right: 125px;
    line-height: 29px;
    padding-top: 1px;
}

header .header-tel a:hover { color: #ff6600; }
header .header-tel a span,
header .header-btn a span { display: none; }

.menu-btn {
	display : block;
	position: fixed;
	z-index : 3;
	right : 5px;
	top   : 6px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}

.menu-btn span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #555555;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

.menu-btn span:nth-child(1) { top: 10px; }
.menu-btn span:nth-child(2) { top: 20px; }
.menu-btn span:nth-child(3) { top: 30px; }

.menu-btn.open span:nth-child(1) {
	top : 16px;
	left: 6px;
	transform        : rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
}

.menu-btn.open span:nth-child(2),
.menu-btn.open span:nth-child(3) {
	top: 16px;
	transform        : rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
}

nav.gl-navi {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #000000;
	background: #ffffff;
	text-align: center;
	transform: translateY(-100%);
	width: 100%;
}

nav.gl-navi ul {
	background: #ffffef;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.gl-navi ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #ffbe92;
}

nav.gl-navi ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.gl-navi ul li:hover{ background :#dddddd; }

nav.gl-navi ul li a {
	display: block;
	color: #000000;
	padding: 1em 0;
	text-decoration :none;
}

nav.gl-navi.open { transform: translateY(0%); }

/* メインイメージ
------------------*/
.main-bg {
	/*background-image: url("../images/blc-bg-sp3.jpg");*/
	background-image: url("../images/blc-bg-sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	/*background-size: contain;*/
	/*background-size: cover;*/
	background-position: center center;
	padding-top: 20px;
	overflow: hidden;
	margin-bottom: -10%;
}

.main-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	padding-top: 6px;
	padding-bottom: 60px;
	width: 100%;
	font-size: 17px;
	text-align: center;
}

h2.main-title {
	display: block;
	margin-top: 40px;
	font-size: 22px;
	color: #ffffff;
	text-shadow: 2px 1px 5px #000000;
}

.sup-text {
	font-size: 11px;
}

.small-text {
	display: block;
	font-size: 11px;
	margin-top: -23px;
}

.small-text2 {
	display: block;
	font-size: 13px;
	margin-top: -3px;
}

.main-images img {
	display: block;
	width: 80%;
	margin: 0 auto;
}

/* フェード */
.fadein-01 {
	animation-name: fadein-01;
    animation-duration: 1.0s;
    animation-iteration-count: 1;
}

.fadein-02 {
	animation-name: fadein-02;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
}

@keyframes fadein-01 {
from {
    opacity: 0;
    transform: translateY(26px);
}

to {
    opacity: 1;
    transform: translateY(0);
}
}

@keyframes fadein-02 {
from {
    opacity: 0;
    transform: translateY(26px);
}

to {
    opacity: 1;
    transform: translateY(0);
}
}

/*フェードインアニメーションの指定*/
.scrollanime { opacity: 0; }
.fadeInDown {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
@keyframes fadeInDown {
0% { opacity: 0; }
100% {
	opacity: 1;
	transform: translate(0);
}
}

.updown { transform: translateY(-50px); }
.downup { transform: translateY(50px); }
.sect02{ overflow: hidden; }
.slide-right { transform: translateX(200px); }
.slide-left { transform: translateX(-200px); }
/* end フェード */

wrapper　{ width: 100%; }

/* コンテンツ
------------------*/

/*バランサーお知らせ*/
.info-box { 
	width: 98%;
	margin: -30px auto 40px;
}

.blc-info-link {
	display: block;
	background-color: #ff0000;
	width: 100%;
	margin: 0 auto 30px;
	padding: 13px 0;
	text-align: center;
}

.info-box a {
	text-decoration: none;
}

a .blc-info-link {
	font-size: 12px;
	color: #ffffff;
}

/*バランサートライアル*/
.blc-trial-link { margin: -25px auto 60px; }

.blc-trial-link img {
	width: 98%;
	display: block;
	margin: 0 auto;
}

.back-g {
	width: 100%;
	background-color: #fff7e7;
}

.content {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}

.content2 {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	background-color: #fff7e7;
}

.content-recipe {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 100%;
}

h3 {
	display: block;
	text-align: center;
	font-size: 20px;
	width: 96%;
	margin: -20px auto 0;
}

/*バランサー3冠エンブレム*/
.blc-emblem {
	margin: 10px 0 60px;
	text-align: center;
}

.blc-emblem img { width: 80%; }

.blc-emblem-text { font-size: 20px; }
.blc-emblem-text2 { font-size: 33px; }
.blc-emblem-text3 { font-size: 8px; }

/*バランサー1杯で摂れる栄養成分*/
table {
	border-collapse: collapse;
	margin: 40px auto 10px;
	padding: 0;
	width: 98%;
	border: solid 1px #d3d3d3;
}

table tr { background-color: #fffcf2; }

table tbody tr:hover{ background-color: #fff8e1; }

table th,
table td {
	padding: .35em 1em;
	border-bottom: 1px solid #d3d3d3;
}

table thead th {
	font-size: 1.3em;
	padding: 1em;
}

table thead tr{
	background-color: #ffc107;
	color: #ffffff;
}

.text01 {
	text-align: center;
	font-size: 1.1em;
	color: #000000;
}

.text02 {
	width: 30%;
	text-align: left;
	font-size: 0.7em;
}

.txt{
	text-align: left;
	font-size: 0.7em;
}

.blc-annotation {
	font-size: 10px;
	text-align: right;
	margin: 10px 5px 40px;
}

.blc-annotation2 {
	font-size: 10px;
	text-align: right;
	margin: 10px 5px 40px;
}

/*動画*/
.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 50px;
}

.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*バランサー成分詳細*/
.component {
	width: 98%;
	margin: 0 auto;
	padding: 10px 0px 20px;
}

.component input { display: none; }

.component label {
	cursor :pointer;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
	position: relative;
	margin: 0 auto;
	padding: 17px;
	background-color: #b1d997;
}

.component ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1px;
}

.component li {
	font-size: 14px;
	height: 0;
	overflow-y: hidden;
	transition: padding-bottom 0.5s, padding-top 0.5s;
	-webkit-transition: padding-bottom 0.5s, padding-top 0.5s
	-moz-transition: padding-bottom 0.5s, padding-top 0.5s;
	-ms-transition: padding-bottom 0.5s, padding-top 0.5s;
	-o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#menu_bar01:checked ~ #links01 li {
	height: auto;
	opacity: 1;
	background: #f1f1f1;
	padding: 10px;
}

#menu_bar01:checked ~ #links01 li:last-child { margin-bottom: 20px; }

.component label:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-top: #000000 2px solid;
	border-right: #000000 2px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position:absolute;
	right: 2%;
	top: 0;
	bottom: 15%;
	margin: auto;
}

.component input[type=checkbox]:checked + label:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-top: #000000 2px solid;
	border-right: #000000 2px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position:absolute;
	right: 2%;
	top: 7%;
  	bottom: 0;
	margin: auto;
}

.component-text {
	font-weight: bold;
	color:#ff0000;
}

/*バランサーラインナップ*/
.product-area {
	display: grid;
	width: 100%;
	grid-template-columns: 50% 50%;
	margin: 30px auto 30px;
	/*
	grid-template-columns: repeat(auto-fill, minmax(50%, 2fr));
	grid-gap: 10px;
	max-width: 100%;
	*/
}

.product-area a img { max-width: 100%; }

.product-area :hover { opacity: 0.8; }

.product-area .article-title {
	width: 100%;
	margin: 0 auto 30px;
	padding: 7px 0;
	bottom: 0;
	text-align: center;
	font-size: 13px;
}

.product-area .blc-name {
	display: block;
	width: 83%;
	margin: 0 auto;
	text-decoration: none;
	background-color: #5d5d5d;
	color: #ffffff;
	border-radius: 10px;
}

.product-area .blc-name :hover {
	width:100%;
	background-color: #5d5d5d;
	color: #ffffff;
	border-radius: 10px;
}

/* NEWマーク */
.mark-box {
	position: relative;
}

.mark-box:before {
    position: absolute;
    content: "";
    left: 12px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
	z-index: 2;
    border-color: #f00000 transparent transparent transparent;
}
.mark-box:after {
    position: absolute;
    content: "NEW";
    transform: rotate(315deg);
    display: block;
    font-size: 11px;
    white-space: pre;
    color: #ffffff;
    top: 12px;
    left: 16px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}

/* NEWS
------------------*/
.news-box {
	width: 90%;
	height: 250px;
	margin: 20px auto;
	border: 2px solid #e6e6e6;
	overflow: auto;
}

ul.news-list {
	display: block;
}

ul.news-list li {
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #808080;
	width: 90%;
	margin: 0 auto;
}

ul.news-list li:last-child { border: none; }


ul.news-list li .news-head {
	width: 30%;
	margin-right: 0px;
}

ul.news-list li .news-date {
	font-size: 12px;
	font-weight: bold;
	color: #606060;
	margin-bottom: 5px;
}

ul.news-list li .news-text { display: block; }

ul.news-list li .news-title {
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 5px;
}

ul.news-list li .news-comment {
	font-size: 11px;
	color: #606060;
}

ul.news-list .news-title a {
	color: #212529;
	text-decoration: none;
}

.news-text .news-comment a { color: #000cff; }

/* お取り扱い店
------------------*/
.shop-area {
	display: grid;
	width: 100%;
	grid-template-columns: 50% 50%;
	margin: 30px auto;
}

.shop-area a img {
	width: 90%;
	display: block;
	margin: 10px auto;
}

.shop-area a:hover { opacity: 0.7; }

/* アスリート
------------------*/
.athlete-area {
	display: grid;
	width: 100%;
	grid-template-columns: 50% 50%;
	margin: 30px auto 10px;
}

.athlete-area a img {
	width: 90%;
	display: block;
	margin: 10px auto;
}

.athlete-area article a {
	text-decoration: none;
	color: #000000;
}

.athlete-area article a:hover img { opacity: 0.7; }

.athlete-area article a:hover {
	text-decoration: none;
	color: #ff0000;
}
 
.article-title {
	width: 100%;
	padding: 0;
	bottom: 0;
	text-align: center;
	font-size: 11px;
}

.athlete-name { font-size: 17px; }

/*アスリート個別*/
.sub-bg-athlete {
	height: 200px;
	background: rgb(255,251,201);
	background: linear-gradient(11deg, rgba(255,251,201,1) 0%, rgba(255,235,162,1) 47%, rgba(255,244,135,1) 100%);
	background-size: cover;
	background-position: center;
	padding-top: 20px;
	overflow: hidden;
}

.sub-bg-athlete .sub-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	padding-top: 60px;
	max-width: 100%;
	font-size: 16px;
	text-align: center;
	color: #000000;
}

.sub-bg-athlete h2 .sub-title { margin: 0;}

.sub-bg-athlete .sub-images img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.blc-athlete {
	width: 96%;
	margin: 0 auto;
}

.blc-athlete p {
	font-size: 17px;
	line-height: 2.1em;
}

.blc-athlete p img {
	display: block;
	margin: 0 auto;
	width: 60%;
}

.blc-athlete-pd {
	padding: 30px 0 0 0;
}

ul.blc-athlete-sns {
	list-style-type: none;
	margin: -70px 0 30px;
	padding-left: 0;
	padding-top: 20px;
}

ul.blc-athlete-sns li {
	width: 50px;
	height: 50px;
	padding: 10px;
	margin: 10px;
}

.blc-athlete-sns { text-align: center; }
.blc-athlete-sns li { display: inline-block; }
.blc-athlete-sns li a { color: #000000; }
ul.blc-athlete-sns li a:hover { color: #ff6600; }
ul.blc-athlete-sns li a i { font-size: 270%; }

/* トップへ戻る
------------------*/
.to-top { visibility: hidden; }

/* フッター
------------------*/
footer {
	background-color: #fca001;
	color: #ffffff;
	width: 100%;
	text-align: center;
}

/*SNS*/
footer ul {
	list-style-type: none;
	padding-left: 0;
	padding-top: 10px;
}

footer ul li {
	width: 30px;
	height: 30px;
	padding: 10px;
	margin: 10px;
}

.blc-sns { text-align: center; }
.blc-sns li { display: inline-block; }
.blc-sns li a { color: #000000; }
footer ul li a:hover { color: #ffffff; }
footer ul li a i { font-size: 200%; }

/*下部メニュー*/
footer ul.blc-under-menu {
	list-style-type: none;
	padding: 5px 0;
	margin: 0 0 30px 0;
	color: #000000;
	font-size: 10px;
}

footer ul.blc-under-menu a { color: #000000; }
footer ul.blc-under-menu a:hover { color: #ffffff; }

.blc-under-menu { text-align: center; }

/*コピーライト*/
.copyright {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #fca001;
	color: #111111;
}

.copyright a {
	text-decoration: none;
	color: #111111;
}

.copyright a:hover { color: #ffffff; }

/* パンくず
------------------*/
.breadcrumb {
	background-color: #ffeac8;
	font-size: 12px;
	line-height: 10px;
	color: #111111;
	width: 100%;
	padding: 5px 0;
}

.breadcrumb ul {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.breadcrumb li { display: inline-block; }

.breadcrumb li a {
	text-decoration: none;
	color: #111111;
}

.breadcrumb li a:hover { color: #ff6600; }

.breadcrumb li::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.breadcrumb li i {
	padding-right: 5px;
	padding-left: 5px;	
}
.breadcrumb li:last-child::after { display: none; }

/* ●バランサーとは？
------------------*/
.sub-bg2 {
	height: 200px;
	background-image: url("../images/blc-bg3.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 20px;
	overflow: hidden;
}

.sub-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	padding-top: 70px;
	max-width: 100%;
	font-size: 20px;
	text-align: center;
	color: #000000;
}

h2 .sub-title { margin: 0; }

.sub-images img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.wia-balancer {
	/*
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	*/
	max-width: 100%;
	height: auto;
}

.wia-balancer .wia-balancer-img { width: 100%; }

.wia-balancer .wia-balancer-img img {
	width: 100%;
	margin: 20px auto;
}

.wia-balancer-img2 { margin: 20px auto 0; }

.wia-balancer .wia-balancer-text {
	width: 96%;
	margin: 0 auto 30px;
}

/*.wia-balancer .wia-balancer-text-block { padding: 15%; }*/

.wia-balancer-text-block-name {
	display: block;
	font-size: 17px;
	width: 100%;
	line-height: 1.7em;
	letter-spacing: 0.03em;
}

.wia-balancer-text-block-name-color {
	color: #ff0000;
	font-weight: bold;
}

.wia-balancer-text2 { margin: 30px auto; }

.wia-balancer-text3 {
	text-align: center;
	font-size: 30px;
}

.wia-balancer-text3 .wia-balancer-img { width: 100%; }

.wia-balancer-text3 .wia-balancer-img img {
	width: 100%;
	margin: 20px auto;
}

.wia-balancer-text4 .wia-balancer-img { width: 100%; }

.wia-balancer-text4 .wia-balancer-img img {
	width: 100%;
	margin: 5px auto;
}

.wia-balancer-text4 .wia-balancer-img2 { width: 100%; }

.wia-balancer-text4 .wia-balancer-img2 img {
	width: 100%;
	margin: 5px auto;
}

.wia-balancer-text3-deco {
	font-size: 16px;
	font-weight: bold;
	/*font-style: italic;*/
	color: #ff0000;
	/*border-bottom: double 6px #ff0000;*/
	text-align: center;
	line-height: 1.5em;
}

.wia-balancer-text4 {
	margin: 30px auto;
	text-align: center;
	font-size: 17px;
}

.wia-balancer-text4-deco {
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 17px;
}

.wia-balancer-text4-small {
	margin: -15px 0 15px 0;
	color: #000000;
	text-align: center;
	font-size: 13px;
}

.wia-balancer-text4-small2 {
	color: #000000;
	text-align: center;
	font-size: 17px;
}

.wia-balancer-text5 {
	margin: 20px auto 20px;
	text-align: center;
	font-size: 50px;
}

.wia-balancer-text5-deco {
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	font-size: 17px;
}

.wia-balancer-text6-deco {
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 21px;
}

/*.wia-balancer-img { margin: 30px auto; }*/

.wia-balancer-text-block2 {
	width: 90%;
	margin: 15px auto 0;
	padding: 10px;
	background-color: #f6ffd8;
	border-radius: 10px;
	font-size: 17px;
	color: #222222;
}

.wia-balancer-text-block3 {
	width: 90%;
	margin: 15px auto 0;
	padding: 10px;
	background-color: #ffeed8;
	border-radius: 10px;
	font-size: 17px;
	color: #222222;
}

/* ●コンセプト
------------------*/
.sub-bg3 {
	height: 200px;
	background-image: url("../images/blc-bg6.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 20px;
	overflow: hidden;
}

.sub-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	padding-top: 70px;
	max-width: 100%;
	font-size: 20px;
	text-align: center;
	color: #000000;
}

h2 .sub-title { margin: 0;}

.sub-images img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.blc-concept {
	width: 100%;
	margin: 0 auto;
}

.blc-concept p {
	font-size: 17px;
	line-height: 1.7em;
}

.blc-concept p img {
	width: 100%;
}

.blc-concept div {
	width: 96%;
	margin: 0 auto;
}

.blc-concept-color {
	color: #ff6600;
	font-weight: bold;
}

/* ●商品情報
------------------*/
.sub-bg {
	height: 200px;
	background-image: url("../images/blc-bg2.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 20px;
	overflow: hidden;
}

.sub-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	padding-top: 70px;
	max-width: 100%;
	font-size: 20px;
	text-align: center;
	color: #000000;
}

h2 .sub-title { margin: 0}

.sub-images img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

/*商品個別ページ*/
.sub-bg-item {
	height: 200px;
	background-image: url("../images/blc-bg2.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 20px;
	overflow: hidden;
}

.sub-bg-item .sub-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	padding-top: 45px;
	max-width: 100%;
	font-size: 20px;
	text-align: center;
	color: #000000;
}

.item-info {
	/*
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	*/
	max-width: 100%;
	height: auto;
}

.item-info .item-info-img {
	width: 100%;
	margin: 20px auto;
}

.item-info .item-info-img img { max-width: 100%; }

.item-info .item-info-text { width: 100%; }

.item-info .item-info-text-block {
	width: 96%;
	margin: 0 auto;
	/*padding: 50px 0 0 150px;*/
}

.item-info-text-block-name {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.item-info .item-info-price {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-align: center;
}

.item-info .item-info-price2 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-align: center;
}

.item-info .item-info-text-block a {
	display: block;
	background-color: #ff6600;
	margin: 30px 0;
	padding: 15px 0;
	width: 100%;
	border-radius: 10px;
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.item-info .item-info-text-block a:hover {
	background-color: #ffa200;
	color: #ffffff;
	font-weight: bold;
}

.item-info .item-info-text-block a.item-info-blc-buy-teiki {
	display: block;
	background-color: #009900;
	margin: 30px 0;
	padding: 15px 0;
	width: 100%;
	border-radius: 10px;
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.item-info .item-info-text-block a.item-info-blc-buy-teiki:hover {
	background-color: #48af48;
	color: #ffffff;
	font-weight: bold;
}

.item-info .item-info-blc {
	display: block;
	font-size: 16px;
	margin: 30px auto;
	width: 98%;
}

.blc-table2 {
	width:98%;
	margin:30px auto 30px;
}

table.blc-table2 tr { background-color: #ffffff; }

table.blc-table2, .blc-table2 th, .blc-table2 td {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	line-height: 1.3;
	padding: 7px;
	font-size: 13px;
}

.blc-table2 tr:nth-child(even) {
	background: #f2f2f2;
}

.blc-materials {
	width: 96%;
	margin: 30px auto 0;
	font-size: 14px;
	line-height: 1.7em;
}

.blc-margin-top { margin-top: -30px; }
.blc-margin-bottom { margin-bottom: -37px; }
.blc-width {
	width: 98%;
	margin: 0 auto;
}

.blc-materials-text { margin-top: 30px; }

/* ●バランサーＱ＆Ａ
------------------*/
.sub-bg4 {
	height: 200px;
	background-image: url("../images/blc-bg4.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 20px;
	overflow: hidden;
}

.qanda-box {
	width:96%;
	margin:0 auto;
	line-height:30px;
	font-size: 14px;
}

.qanda-bg {
	width:100%;
	background-color:#f5f5f5;
	border-top:1px solid #f16600;
	border-bottom:1px solid #f16600;
	padding:8px 0 8px 5px;
	margin:10px auto;
	font-weight:bold;
}

/* ●バランサーレシピ
------------------*/
.recipe-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4%;
	margin: 6% 10px;
}

.recipe-img img {
	width: 100%;
	height:100%;
	align-self: center;
	justify-self: center;
}

.recipe-img a { text-decoration: none; }

.recipe-name {
	font-size: 12px;
	color: #000000;
}

.recipe-new { color: #ff0000; }

.modal {
	margin: 16% 0 0 0;
	z-index: 999999;
}

.modal p img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

/* ●会社概要
------------------*/
.sub-bg5 {
	height: 200px;
	background-image: url("../images/blc-bg5.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 20px;
	overflow: hidden;
}

.company-info {
	width:96%;
	margin:20px auto 20px;
}

table.company-info tr { background-color: #ffffff; }

table.company-info, .company-info th, .company-info td {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	line-height: 1.3;
	padding: 7px;
	font-size: 14px;
}

.company-info tr:nth-child(even) {
	background: #f2f2f2;
}

.blc-request {
	width:96%;
	margin: 0 auto;
}

.blc-request a {
	text-decoration: none;
	color: #000000;
}

.blc-request-link {
	text-decoration: underline;
	color: #0000ff;
}
}/*@media screen and ( max-width : 900px )*/