@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Kosugi&display=swap&subset=japanese');

body {
	background: #f3e9d7 url(../shared/images/bg_main.png) repeat-x;
	background-position: center 110px;
}
img {
	max-width: 100%;
	height: auto;
}

/*----------------------------------
	汎用クラス
------------------------------------*/

/* 大塚製薬社名用のフォント */
.txt-otsuka-name{
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic','Kosugi', 'メイリオ', 'meirio', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, sans-serif;
}
/*--- layout ---*/
.box-wrapper{
	position: relative;
}
.max-wrap {
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.box-inner{
	margin: 30px 50px 30px;
}
.box-inner + .box-inner{
	border-top: 1px solid #d2d2d2;
	padding-top: 30px;
}
.box-inner:last-child{
	padding-bottom: 30px;
}
.img-2column-right{
	padding-left: 25px;
}
.img-2column-left{
	padding-right: 25px;
	width: 43%;
}
.img-2column-left-sub{
	padding-right: 40px;
	width: 66%;
}
.only-sp{
	display: none;
}

/*------ title ------*/
.ttl-lg {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 15px 0 15px 50px;
	background: #184296;
	color: #fff;
	line-height: 1;
}
.ttl-lg-sub {
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 25px;
}
.ttl-md{
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	color: #184296;
	margin-bottom: 30px;
}
.ttl-md-sub{
	color: #333;
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
}
.ttl-md-sub:before{
	content: "―";
	padding-right: 5px;
}
.ttl-md-sub:after{
	content: "―";
	padding-left: 1px;
}
.ttl-sm{
	font-size: 22px;
	font-size: 2.2rem;
	color: #184296;
	padding: 20px 0;
}
.ttl-sm-sub{
	font-size: 14px;
	font-size: 1.4rem;
	color: #184296;
	padding-bottom: 8px;
}
.ttl-xs{
	font-size: 12px;
	font-size: 1.2rem;
	color: #184296;
	padding-bottom: 10px;

}
.txt-lg, .txt-md{
	font-size: 18px;
	font-size: 1.8rem;
	color: #184296;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 1.8;
}
.txt-notes{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px 0 10px 0;
	clear: both;
	text-align: left;
}

.asterisk {
	margin-left: 1em;
}

.asterisk::before {
	content:"※";
	display: inline-block;
  text-align: center;
  margin-right: .3em;
  margin-left: -1em;
}
.txt-summary {
	margin-top: 25px;
}
.icon-q{
	width: 35px;
	height: 35px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.7;
	background-color: #184296;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	margin-right: 10px;
	font-style: normal;
	float: left;
}
/*------ section ------*/
.sec-layout-box {
	background: #fff;
	border: 2px solid #184296;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
}
.sec-layout-box + .sec-layout-box{
	margin-top: 45px;
}
/*-------賢者アニメーション関連--------*/
.kenja {
	margin: 100px auto 0;
	max-width: 168px;
	max-height: 351px;
	position: relative;
}

.kenja img {
	display: block;
	width: 100%;
}

.kenja .hand {
	position: absolute;
	top: 83px;
	top: 24%;
	left: -20px;
	transform-origin:52px 126px;
	width: 94%;
}

.kenja .shake {
	animation-name: shake!important;
  animation-duration: 1.2s!important;
  animation-iteration-count:infinite;
  animation-play-state:running;
}

.kenja .shake_end {
	animation-name: shakestop;
	animation-duration: .2s;
}

.kenja .shake_random {
	animation-play-state:running;
	animation-name: shake;
  animation-duration: 1.2s;
}


@keyframes shake {
   0% {transform: rotate(0deg)}
  10% {transform: rotate(12deg)}
  20% {transform: rotate(0deg)}
  30% {transform: rotate(12deg)}
  40% {transform: rotate(0deg)}
  50% {transform: rotate(12deg)}
  60% {transform: rotate(0deg)}
  70% {transform: rotate(12deg)}
  80% {transform: rotate(0deg)}
  90% {transform: rotate(12deg)}
  100% {transform: rotate(0deg)}
}

@keyframes shakestop {
   0% {transform: rotate(6deg)}
  100% {transform: rotate(0deg)}
}

/*----------------------------------
	トップページ
------------------------------------*/
/*トップ共通*/
.ttl-top-lg {
	font-size: 34px;
	font-size: 3.4rem;
	letter-spacing: 0.1em;
	line-height: 1;
}
.ttl-top-md {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	line-height: 1;
}
.txt-summary-top {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin: 25px 0 15px;
}
.btn-top-white {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 1;
	background: #fff;
	color: #184296;
	display: inline-block;
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.42);
	padding: 14px 27px;
	transition: box-shadow .2s linear;
}
.btn-top-white:hover {
	box-shadow: 0px 4px 6px 0px rgba(6, 6, 6, .42);
	opacity: 1;
}
.btn-top-blue {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 1;
	background: #184296;
	color: #fff;
	display: inline-block;
	margin-top: 25px;
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.42);
	padding: 14px 27px;
	transition: box-shadow .2s linear;
}
.btn-top-blue:hover {
	box-shadow: 0px 4px 6px 0px rgba(6, 6, 6, .42);
	opacity: 1;
}
.txt-deg30 {
	margin-left: .2em;
	display: inline-block;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	font-size: 1.4em;
	position: relative;
	top: .05em;
}

/* スライダー回り */
.regular {
	max-width: 1100px;
	margin: 20px auto 40px;
}
.slick-prev:before,
.slick-next:before {
	color: #039;
}

.mv-posi-wrap {
	position: relative;
}
.mv-posi-item-btn {
	position: absolute;
	bottom: 120px;
	right: 30px;
	padding: 10px 30px;
	background: rgba(255,255,255,.9);
	border-radius: 4px;
	color: #184296;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: .2em;
	line-height: 1;
}
.mv-posi-item {
	padding-top: 56.25%;
}
.kenja {
	position: absolute;
	bottom: .8%;
	width: 16%!important;
	left: 11%;
	z-index: 1000;
}
.kenja .hand {
	position: absolute;
	top: 26%;
	left: -4%;
	transform-origin:10% 90%;
	width: 94%;
}
.mv-txt {
	position: absolute;
	top: 0;
	width: 100%;
}
.mv-txt2 {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.2rem;
	z-index: 100;
	display: inline-block;
}
.mv01 {
	position: absolute;
	bottom: 3.8%;
	right: 14.5%;
	width: 57%;
}
.mv02 {
	position: absolute;
	bottom: 6.6%;
	right: .6%;
	width: 15%;
}
.mv03 {
	position: absolute;
	bottom: 12.6%;
	left: .3%;
	width: 11%;
}


/* スライダー内youtube関連 */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*top aside*/
.box-aside-top {
	max-width: 980px;
	margin: 0 auto 35px;
	padding: 0 3%;
}
.box-aside-top-in {
	background: rgba(255,255,255,.8);
	border-radius: 8px;
	padding: 27px 40px 34px;
	box-sizing: border-box;
}
.box-aside-top-in .ttl-md-sub {
	color: #184296;
}
.box-aside-top-in dl {
	margin: 0;
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
}
.box-aside-top-in dl + dl {
	margin: 25px 0 0;
}
.box-aside-top-in dt {
	float: left;
	width: 8em;
	font-weight: bold;
}
.box-aside-top-in dd {
	float: left;
	width: calc(100% - 8em);
	margin-left: 0;
	padding-left: 30px;
	box-sizing: border-box;
}

/* CPバナー */
.box-cp-top{
	text-align: center;
	max-width: 980px;
	margin: 0 auto 35px;
	padding: 0 3%;
}

.box-cp-top-in{
	background: rgba(255,255,255,.8);
	/* border-radius: 8px; */
	padding: 5px;
	/* padding: 0px 0px 34px; */
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.42);
	transition: box-shadow .2s linear;
}

.box-cp-top-in:hover{
	box-shadow: 0px 4px 6px 0px rgba(6, 6, 6, .42);
	opacity: 1;
}


.box-cp-top-in p{
	padding: 0 40px;
}

/* .box-cp-top-in img{
	margin-bottom: 30px;
} */

.is-pc-only{
	display: block;
}

.is-sp-only{
	display:none;
}

/* Wトクホ */
.box-tokuho-wrap {
	padding: 0 3%;
}
.box-tokuho {
	background: #fff;
	border: 3px solid #184296;
	border-radius: 6px;
	max-width: 980px;
	margin: 0 auto 60px;
	text-align: center;
}
.ttl-tokuho {
	background: #184296;
	padding: 10px 0;
}
.ttl-tokuho img {
	max-width: 80%;
	height: auto;
	background: #184296;
}
.inner-tokuho {
	padding: 32px 45px;
}
.box-tokuho-intro {
	position: relative;
}
.box-tokuho-icon {
	width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.box-tokuho-figure {
	width: calc((100% - 100px) / 2);
}
.ttl-tokuho-figure {
	margin-bottom: 20px;
	height: auto;
	max-width: 450px;
}
.ttl-tokuho-caption {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
	margin-top: 20px;
}
.box-tokuho-figure .txt-notes {
	font-size: 10px;
	font-size: 1rem;
	padding: 10px 0 0;
}

/* 使い方ガイド --- トップ */

.bx-wrapper {
	margin: 0 auto 30px;
}

.regular {
	padding: 0 60px;
}
.guide-area {
	color: #fff;
	text-align: center;
	width: 100%;
	background: #b1001b;
	padding: 50px 0 45px;
}
.bx-wrapper .bx-viewport {
	background: none;
	box-shadow: none;
	border: none;
}
.bxslider1 li img {
	margin: 0 auto 17px;
}

/* Q&A --- トップ  */
.qa-area {
	color: #fff;
	text-align: center;
	width: 100%;
	background: #c3b676 url(../images/index/bg_top_qa.png) no-repeat;
	background-position: center 20%;
	background-size: contain;
	padding: 50px 0 45px;
	position: relative;
}
/*アニメーション*/
.slider-loop li:nth-child(2n):hover img {
	-webkit-animation: spin 1.5s ease-out infinite;
	-moz-animation: spin 1.5s ease-out infinite;
	-ms-animation: spin 1.5s ease-out infinite;
	animation: spin 1.5s ease-out infinite;
}
@-webkit-keyframes spin {
	0%   { -webkit-transform: translate(0%, 0%); }
	12%  { -webkit-transform: translate(5%, 0%) rotate(5deg); }
	24%  { -webkit-transform: translate(10%, 0%) rotate(10deg);}
	36%  { -webkit-transform: translate(-5%, 0%) rotate(-5deg); }
	48%  { -webkit-transform: translate(-7%, 0%) rotate(-15deg); }
	60%  { -webkit-transform: translate(5%, 0%) rotate(10deg); }
	72%  { -webkit-transform: translate(7%, 0%) rotate(15deg); }
	84%  { -webkit-transform: translate(-2%, 0%) rotate(-5deg);}
	96%  { -webkit-transform: translate(-3%, 0%) rotate(-7deg);}
	100% { -webkit-transform: translate(0%, 0%) rotate(0deg); }
}
@-moz-keyframes spin {
	0%   { -moz-transform: translate(0%, 0%); }
	12%  { -moz-transform: translate(5%, 0%) rotate(5deg); }
	24%  { -moz-transform: translate(10%, 0%) rotate(10deg);}
	36%  { -moz-transform: translate(-5%, 0%) rotate(-5deg); }
	48%  { -moz-transform: translate(-7%, 0%) rotate(-15deg); }
	60%  { -moz-transform: translate(5%, 0%) rotate(10deg); }
	72%  { -moz-transform: translate(7%, 0%) rotate(15deg); }
	84%  { -moz-transform: translate(-2%, 0%) rotate(-5deg);}
	96%  { -moz-transform: translate(-3%, 0%) rotate(-7deg);}
	100% { -moz-transform: translate(0%, 0%) rotate(0deg); }
}
@-ms-keyframes spin {
	0%   { -ms-transform: translate(0%, 0%); }
	12%  { -ms-transform: translate(5%, 0%) rotate(5deg); }
	24%  { -ms-transform: translate(10%, 0%) rotate(10deg);}
	36%  { -ms-transform: translate(-5%, 0%) rotate(-5deg); }
	48%  { -ms-transform: translate(-7%, 0%) rotate(-15deg); }
	60%  { -ms-transform: translate(5%, 0%) rotate(10deg); }
	72%  { -ms-transform: translate(7%, 0%) rotate(15deg); }
	84%  { -ms-transform: translate(-2%, 0%) rotate(-5deg);}
	96%  { -ms-transform: translate(-3%, 0%) rotate(-7deg);}
	100% { -ms-transform: translate(0%, 0%) rotate(0deg); }
}
@keyframes spin {
	0%   { transform: translate(0%, 0%); }
	12%  { transform: translate(5%, 0%) rotate(5deg); }
	24%  { transform: translate(10%, 0%) rotate(10deg);}
	36%  { transform: translate(-5%, 0%) rotate(-5deg); }
	48%  { transform: translate(-7%, 0%) rotate(-15deg); }
	60%  { transform: translate(5%, 0%) rotate(10deg); }
	72%  { transform: translate(7%, 0%) rotate(15deg); }
	84%  { transform: translate(-2%, 0%) rotate(-5deg);}
	96%  { transform: translate(-3%, 0%) rotate(-7deg);}
	100% { transform: translate(0%, 0%) rotate(0deg); }
}


.slider-loop li:nth-child(2n+1):hover img {
	-webkit-animation: spin2 1.5s ease-out infinite;
	-moz-animation: spin2 1.5s ease-out infinite;
	-ms-animation: spin2 1.5s ease-out infinite;
	animation: spin2 1.5s ease-out infinite;
}
@-webkit-keyframes spin2 {
	0%   { -webkit-transform: translate(0%, 0%); }
	12%  { -webkit-transform: translate(-5%, 0%) rotate(-5deg); }
	24%  { -webkit-transform: translate(-10%, 0%) rotate(-10deg);}
	36%  { -webkit-transform: translate(5%, 0%) rotate(5deg); }
	48%  { -webkit-transform: translate(7%, 0%) rotate(15deg); }
	60%  { -webkit-transform: translate(-5%, 0%) rotate(-10deg); }
	72%  { -webkit-transform: translate(-7%, 0%) rotate(-15deg); }
	84%  { -webkit-transform: translate(2%, 0%) rotate(5deg);}
	96%  { -webkit-transform: translate(3%, 0%) rotate(7deg);}
	100% { -webkit-transform: translate(0%, 0%) rotate(0deg); }
}
@-moz-keyframes spin2 {
	0%   { -moz-transform: translate(0%, 0%); }
	12%  { -moz-transform: translate(-5%, 0%) rotate(-5deg); }
	24%  { -moz-transform: translate(-10%, 0%) rotate(-10deg);}
	36%  { -moz-transform: translate(5%, 0%) rotate(5deg); }
	48%  { -moz-transform: translate(7%, 0%) rotate(15deg); }
	60%  { -moz-transform: translate(-5%, 0%) rotate(-10deg); }
	72%  { -moz-transform: translate(-7%, 0%) rotate(-15deg); }
	84%  { -moz-transform: translate(2%, 0%) rotate(5deg);}
	96%  { -moz-transform: translate(3%, 0%) rotate(7deg);}
	100% { -moz-transform: translate(0%, 0%) rotate(0deg); }
}
@-ms-keyframes spin2 {
	0%   { -ms-transform: translate(0%, 0%); }
	12%  { -ms-transform: translate(-5%, 0%) rotate(-5deg); }
	24%  { -ms-transform: translate(-10%, 0%) rotate(-10deg);}
	36%  { -ms-transform: translate(5%, 0%) rotate(5deg); }
	48%  { -ms-transform: translate(7%, 0%) rotate(15deg); }
	60%  { -ms-transform: translate(-5%, 0%) rotate(-10deg); }
	72%  { -ms-transform: translate(-7%, 0%) rotate(-15deg); }
	84%  { -ms-transform: translate(2%, 0%) rotate(5deg);}
	96%  { -ms-transform: translate(3%, 0%) rotate(7deg);}
	100% { -ms-transform: translate(0%, 0%) rotate(0deg); }
}
@keyframes spin2 {
	0%   { transform: translate(0%, 0%); }
	12%  { transform: translate(-5%, 0%) rotate(-5deg); }
	24%  { transform: translate(-10%, 0%) rotate(-10deg);}
	36%  { transform: translate(5%, 0%) rotate(5deg); }
	48%  { transform: translate(7%, 0%) rotate(15deg); }
	60%  { transform: translate(-5%, 0%) rotate(-10deg); }
	72%  { transform: translate(-7%, 0%) rotate(-15deg); }
	84%  { transform: translate(2%, 0%) rotate(5deg);}
	96%  { transform: translate(3%, 0%) rotate(7deg);}
	100% { transform: translate(0%, 0%) rotate(0deg); }
}

.list-qa-top {
	background: #fff;
	color: #000;
	border-radius: 8px;
	padding: 25px 22px;
	margin: 0 17px 10px;
	transition: box-shadow .2s linear;
}
.list-qa-top:hover {
	box-shadow: 0px 4px 6px 0px rgba(6, 6, 6, .42);
}
.ttl-qa-top {
	color: #666;
	border-bottom: 3px solid #d2d2d2;
	text-align: left;
}
.txt-q-top {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .1em;
	padding: 20px 0 40px;
	text-align: left;
}
.slider-qa {
	margin: 0 auto 20px;
}
.ttl-sitemap {
	font-size: 22px;
	font-size: 2.2rem;
	color: #184296;
	margin-bottom: 20px;
}
.txt-sitemap {
	font-weight: bold;
	line-height: 1.2;
	color: #333;
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}
.list-sitemap li {
	height: 310px;
	width: 33.3%;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}
.list-sitemap li:hover:after {
	transform: scale(1.05,1.05);
}
.list-sitemap li a {
	position: relative;
	z-index: 2;
	display: block;
	height: 312px;
	text-align: center;
	padding: 30px 1% 0;
	box-sizing: border-box;
}
.list-sitemap li:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: transform .3s linear;
}
.list-sitemap-feedback:after {
	background: url(../images/index/bg_list01.jpg) no-repeat bottom center;
	background-size: cover;
}
.list-sitemap-calcheck:after {
	background: url(../images/index/bg_list02.jpg) no-repeat bottom center;
	background-size: cover;
}
.list-sitemap-selfcheck:after {
	background: url(../images/index/bg_list03.jpg) no-repeat bottom center;
	background-size: cover;
}


/*----------------------------------
	利用者の声
------------------------------------*/
.box-feedback-min {
	padding-bottom: 25px;
	border-bottom: 1px solid #d2d2d2;
}
.box-feedback-min + .box-feedback-min {
	padding-top: 30px;
}
.txt-notes-feedback {
	font-size: 12px;
	font-size: 1.2rem;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	display: block;
	margin: 20px 0 0;
}
.txt-notes-feedback + .txt-notes-feedback {
	margin: 7px 0 0;
}
.voice-area {
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
}
.voice-area ul {
	display: flex;
	flex-wrap: wrap;
}
.voice-area ul li {
	width: 48%;
	flex-grow: 1;
}
.voice-area ul li + li {
	margin-left: 2%;
}
.voice-area ul li .list-qa-top  {
	margin: 0;
}
.voice-area ul li a {
	text-decoration: none;
}
.voice-area ul li a .list-qa-top {
	padding: 20px 20px 0;
	background: #F0F4F9;
}

/*----------------------------------
	Q&A
------------------------------------*/
.box-qa-min + .box-qa-min {
	padding-top: 40px;
}
.box-qa-question {
	padding: 0 0 20px 0;
}
.box-qa-answer {
	margin-left: 45px;
	background-color: #f2f2f2;
	padding: 30px;
	border-radius: 5px;
}
/*----------------------------------
	製品情報
------------------------------------*/
.box-iteminfo-inner{
	margin: 30px 50px 50px;
}
.box-iteminfo-inner .ttl-sm-sub{
	color: #333;
}
.img-iteminfo-main{
	padding-bottom: 10px;
}
.box-iteminfo-3column{
	margin: 0;
	width: calc(84% / 3);
}
.box-iteminfo-3column + .box-iteminfo-3column{
	margin-left: 8%;
}
.box-iteminfo-action + .box-iteminfo-action{
	border-top: 1px solid #d2d2d2;
	padding-top: 30px;
	margin-top: 30px;
}
.txt-iteminfo-3column{
	margin-top: 15px;
}
.txt-iteminfo-check{
	background-image: url(../images/iteminfo/iteminfo_check.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 30px;
}
.txt-iteminfo-check + .txt-iteminfo-check{
	margin-top: 20px;
}
.ttl-iteminfo-head{
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	color: #184296;
	padding-bottom: 15px;
}
.ttl-iteminfo-sub{
	font-size: 22px;
	font-size: 2.2rem;
	color: #184296;
	padding-bottom: 25px;
}
.box-iteminfo-list{
	width: 365px;
	margin: 0 auto;
	border: 4px solid #eee;
	padding: 25px;
}
.box-iteminfo-list-inner{
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	margin: 10px 0;
	padding: 20px 0;
}
.box-iteminfo .box-inner:nth-child(2){
	margin: 0;
}
.box-iteminfo-detail + .box-iteminfo-detail{
	margin-top: 40px;
}
.box-iteminfo-list-inner table{
	width: 240px;
	margin: 0 auto;
	line-height: 2;
}
.box-iteminfo-list-inner table tr:after{
	content: "";
	width: 125px;
	height: 13px;
	border-bottom: 1px dotted #c9c9c9;
	display: block;
}
.box-iteminfo-list-inner table th{
	font-weight: normal;
	text-align: left;
	background-color: #fff;
	float: left;
	clear: both;
	padding-right: 10px;
}
.box-iteminfo-list-inner table td{
	background-color: #fff;
	padding-left: 10px;
	float: right;
	width: 100px;
}
.box-iteminfo-movie{
	width: 100%;
	cursor: pointer;
}
.txt-indent-iteminfo {
	text-indent: .6em;
	display: block;
}
/*----------------------------------
	使い方ガイド
------------------------------------*/
.box-guide .box-inner + .box-inner{
	border: none;
	padding-top: 0;
}
.box-guide .box-inner:nth-child(2){
	margin: 0;
	height: auto;
	background-image: url(../images/guide/guide_main.png);
	background-size: cover;
}
.box-guide .box-inner:nth-child(3){
	background-color: #f8f6f3;
	margin: 0;
	padding: 0 50px 35px;
}
.box-guide .box-inner:nth-child(4){
	padding: 30px 0 0 0;
}
.img-guide-txt-main{
	max-width: 60%;
	padding-bottom: 35%;
}
.img-guide-txt-sub{
	max-width: 100%;
	padding-bottom: 25px;
}
.box-guide-drink{
	float: left;
	width: calc(94% / 4);
}
.box-guide-drink + .box-guide-drink{
	margin-left: 2%;
}
.box-guide-drink:nth-child(5){
	margin-left: 0;
}
.txt-guide-drink{
	text-align: center;
	font-size: 12px;
	color: #184296;
	padding: 10px 0 18px 0;
}
.box-guide-meal{
	padding-top: 10px;
}
.box-guide-meal + .box-guide-meal{
	padding-top: 25px;
}
.img-guide-meal{
	width: 45%;
}
.box-guide-meal .ttl-sm{
	padding: 0 0 20px 0;
}
.txt-guide-meal{
	width: 48%;
	padding-right: 2%;
}
/*----------------------------------
	製品開発エピソード
------------------------------------*/
.box-episode{
	height: auto;
	position: relative;
}
.box-episode .box-inner{
	margin-top: 0;
	padding-top: 35px;
}
.box-episode .box-inner:nth-child(2){
	margin: 0;
	background-image: url(../images/episode/episode_main.png);
	background-size: cover;
	padding-bottom: 50px;
}
.box-episode .ttl-md{
	margin-bottom: 25px;
}
.txt-episode-product{
	width: 58%;
}
.box-episode-product{
	padding: 40px 50px 40px 50px;
}
.img-episode-package{
	width: 30%;
	position: absolute;
	top: 70px;
	right: 50px;
}
.img-episode-product{
	padding-bottom: 20px;
}
.img-episode-fiber{
	padding-bottom: 20px;
}
.box-episode .box-inner:nth-child(4){
	margin-right: 0;
	position: relative;
}
.img-episode-present{
	width: 280px;
	position: absolute;
	right: 0;
	top: 20px;
}
.txt-episode-present{
	width: calc( 100% - 280px );/*計算しなおす*/
	margin-right: 20px;
}
.img-episode-name{
	width: 40%;
	padding-right: 7%;
}
.box-episode-name{
	width: 53%;
}
.box-episode-chara{
	position: relative;
}
.img-episode-chara{
	width: 130px;
	position: absolute;
	top: 40px;
	right: 0;
}
.txt-episode-chara{
	width: calc(100% - 170px);
	margin-right: 40px;
}
/*----------------------------------
	CM
------------------------------------*/
.txt-cm{
	line-height: 2;
	padding-top: 10px;
}
.box-cm-movie{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.box-cm-movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box-cm .ttl-sm{
	padding-top: 10px;
	padding-bottom: 30px;
}
.box-cm-graphic{
	text-align: center;
}
.img-cm-graphic{
	width: 62%;
}
/*----------------------------------
	脂質・糖質チェッカー
------------------------------------*/

#feedback .content-main .section .item .item_body:after,
#selfcheck .content-body .section ol li .answer:after,
#cm .content-main .artwork ul:after,
#campaign .content-body .section:after,
.content-inner .content-main .double:after,
#index #content .content-index .area2:after,
#index #content .content-index ul:after,
#calcheck .dishes ul ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#feedback .content-main .section .item .item_body,
#selfcheck .content-body .section ol li .answer,
#cm .content-main .artwork ul,
#campaign .content-body .section,
.content-inner .content-main .double,
#index #content .content-index .area2,
#index #content .content-index ul,
#calcheck .dishes ul ul {
	_height: 1px;
	min-height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.ttl-calcheck {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
	color: #184296;
	margin-top: 35px;
}
.box-calcheck ul li {
	float: left;
	cursor: pointer;
	margin: 10px 2% 10px 0;
	width: calc((100% - 8%) / 4);
}
.box-calcheck ul li > div {
	overflow: hidden;
}
.box-calcheck ul li img {
	width: 100%;
	height: auto;
	transition: all .2s linear;
}
.box-calcheck ul li:hover {
	opacity: .8;
}
.box-calcheck ul li:hover img {
	transform: scale(1.1,1.1);
}
.box-calcheck ul li .name {
	display: block;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -.1rem;
	color: #184296;
	margin-top: 10px;
}
.box-cal-gender .item-cal-men {
	float: left;
	width: 45%;
	margin-right: 5%;
}
.box-cal-gender .item-cal-women {
	float: right;
	width: 45%;
	margin-left: 5%;
}
.txt-cal-men ,.txt-cal-women {
	font-size: 22px;
	font-size: 2.2rem;
	padding-left: 2em;
	margin: 30px 0 12px;
	background: #909;
	min-height: 37px;
}
.txt-cal-men {
	color: #184296;
	background: url(../images/calcheck/icon_men.png) no-repeat center left;
	background-size: 30px 37px;
}
.txt-cal-women {
	color: #b1001b;
	background: url(../images/calcheck/icon_women.png) no-repeat center left;
	background-size: 30px 37px;
}
.list-cal li {
	color: #fff;
	border-radius: 4px;
	padding: 0 20px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	line-height: 38px;
}
.list-cal li > span {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.list-cal li > span sub {
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: .3em;
}
.list-cal li + li {
	margin-top: 7px;
}
.list-cal li.cal {
	background: #f08300;
}
.list-cal li.sug {
	background: #009b63;
}
.pct_sug dt .sug {
	background: #009b63;
	color: #fff;
	margin: 0 14px;
	border-radius: 4px;
	display: block;
}
.quantity .sug {
	color: #009b63;
}

.quantity .sug em {
	border: 1px solid #009b63;
	border-radius: 4px;
	padding: 4px 8px;
}

.list-cal li.fat {
	background: #9c5999;
}

.pct_fat dt .fat {
	background: #9c5999;
	color: #fff;
	margin: 0 14px;
	border-radius: 4px;
	display: block;
}

.quantity .fat {
	color: #9c5999;
}

.quantity .fat em {
	border: 1px solid #9c5999;
	border-radius: 4px;
	padding: 4px 8px;
}

.list-cal li span {
	font-size: 22px;
	font-size: 2.2rem;
}
.notice-cal {
	margin: 45px 0 0;
}
.notice-cal li {
	padding-left: 1.7em;
	text-indent: -1.7em;
	font-size: 12px;
	font-size: 1.2rem;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 80%!important;
	max-width: 640px;
	margin: 30px;
	background: #fff;
	border-radius: 6px;
}

@media only screen and (max-width: 767px) {
	.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
		width: 90%!important;
		}
	.box-cal-gender .item-cal-men , .box-cal-gender .item-cal-women {
		width: 100%;
	}
}

.food_info {
	width: 100%;
	margin-bottom: 2rem;
}

.food_info p {
	clear: both;
	font-size: 1.4rem;
}

.materials {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: .8rem;
}

.cal_content .list-cal {
	margin-bottom: 20px;
}

.dish-detail {
	padding: 30px;
	width: 100%;
	width: calc(100% - 60px) ;
	}

.dish_img {
	width: 56%;
	float: left;
	margin-bottom: 1.4rem;
}

.dish_img img {
	width: 100%;
}

.cal_content {
	width: 40%;
	float: right;
}

.cal_content li span {
	font-size: 1.4rem;
}

.food-name {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: normal;
	color: #987f1d;
	margin-bottom: .5em;
}

.food-name sub {
	bottom: 0;
}

.list-cal span span{
	padding-right: .5rem;
}

@media only screen and (max-width: 767px) {
	.dish_img {
		width: 100%;
		clear: both;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.cal_content {
		width: 100%;
		clear: both;
	}
	.food-name {
		font-size: 20px;
		font-size: 2rem;
	}
}

.percentage {
	width: 49%;
}
.percentage .txt-cal-men , .percentage .txt-cal-women {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 0 0 38px;
	margin: 6px 0 0 0;
	min-height: 30px;
	background-size: 20px;
	background-position: 10px;
}

.composition {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: -1rem;
}

@media only screen and (max-width: 767px) {
	.percentage {
			width: 100%;
		}
	.male {
		margin-bottom: 20px;
		}
	.percentage .txt-cal-men , .percentage .txt-cal-women {
		font-size: 1.4rem;
	}
	.composition {
		margin-top: -.5rem;
		}
}

.pct_sug , .pct_fat {
	float: left;
	width: 50%;

	position: relative;
}

.pct_sug dd , .pct_fat dd {
	margin: 0;
	padding: 0;
}

.piechart {
	width: 100%;
}

.piechart div {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}

.dish-detail .percentage .quantity p {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
.dish-detail .percentage .quantity p em {
	display: inline-block;
	text-indent: 0;
	background: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	font-style: normal;
	font-weight: bold;
}

.dish-detail .percentage .quantity p em span {
	padding-left: .3rem;
}

.male {
	background: #edf4fa;
	float: left;
}

.female {
	background: #FCF2F3;
	float: right;
}

.notice {
	clear: both;
	margin-top: 11px;
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 1.6rem;
}

.notice q {
	display: block;
	padding-top: .3rem;
	text-indent: -1rem;
	padding-left: 1rem;
}

q::before {
    content: "";
}

/*----------------------------------
	セルフチェック
------------------------------------*/
.box-check-ol{
	padding: 46px 0 0 0;
	margin: 35px 0 0 0;
	border-top: 1px solid #d2d2d2;
}
/*監修*/
.txt-check-supervise{
	font-size: 12px;
	font-size: 1.2rem;
	margin: 10px 0 10px 0;
	clear: both;
	float: right;
}
/*質問まわり*/
.ttl-q{
	display: table;
	width: 100%;
	position: relative;
}
.ttl-q > *{
	display: table-cell;;
	vertical-align: middle;
}
.ttl-q > span{
	width: 80%;
	line-height: 1.6;
}
.icon-check-q{
	width: 26px;
	height: 26px;
	font-size: 20px;
	font-size: 1.5rem;
	line-height: 2;
	background-color: #184296;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	margin-right: 10px;
	font-style: normal;
	float: left;
}
.check-img{
	position: absolute;
	top:0;
	left:40px;
}
/*radio buttonまわり*/
.box-check-answer{
	margin: 0 0 50px 120px;
}
.box-check-answer >div {
	display: inline-block;
	margin-right: 30px;
}
.box-check-answer input[type="radio"] {
	display: none;
}
.box-check-answer label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}
.box-check-answer label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
	box-sizing: border-box;
}
.box-check-answer input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border-radius: 100%;
	border: 5px solid #3498db;
	box-sizing: border-box;
}
/*チェックボタン*/
.btn-link {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 1;
	background: #184296;
	color: #fff;
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.42);
	padding: 14px 27px;
	transition: box-shadow .2s linear;
	display: block;
	margin: 0 auto;
	max-width: 189px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}
.btn-link:hover {
	box-shadow: 0px 4px 6px 0px rgba(6, 6, 6, .42);
	opacity: 1;
}
@media screen and (max-width: 767px) {
/*チェックリスト*/
	.box-check-ol{
		margin: 20px 0;
		padding: 30px 0 0 0;
	}
	.box-check-ol li{
		border-bottom: 1px solid #d2d2d2;
		margin-bottom: 20px;
	}
	/*質問まわり*/
	.ttl-q{
		position: relative;
	}
	.ttl-q > *{
		display: block;
	}
	.ttl-q > span{
		width: 100%;
		vertical-align: top;
		padding: 0 49px 0 28px;
		box-sizing: border-box;
	}
	.icon-check-q{
		color: #184296;
		background-color: #fff;
		width: auto;
		height: auto;
		vertical-align: top;
		line-height: 1;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.icon-check-q:after{
		content: '.'
	}
	.check-img{
		display: block;
		position: absolute;
		right: 0;
		left: auto;
		bottom: -48px;
		max-width: 43px;
	}
	/*radio buttonまわり*/
	.box-check-answer{
		margin: 10px 0px 20px 28px;
		display: block;
		text-align: left;
	}
	.box-check-answer >div {
		margin-right: 2px;
	}
	.box-check-answer >div:last-child{
		margin-right: 0px;
	}
	/*監修*/
	.txt-check-supervise{
		font-size: 10px;
		font-size: 1.0rem;
		margin: 0px 0 10px 0;
	}
}

/*----------------------------------
	js setting
------------------------------------*/
.main {
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 300px;
	/*overflow: hidden;*/
}

.main a {
	color: #000;
	text-decoration: underline;
}
.side-wrap {
	width: 130px;
	float: right;
	margin-left: 20px;
}
.box-wrapper {
	float: right;
}
/*下層用　賢者アニメーション*/
.kenja-wrap .kenja {
	width:130px!important;
}

/*fixed 初期値*/
.js-relative {
	position: relative;
}
/*fixed アイコン操作*/
.js-fixed-icon {
	position: fixed;
	bottom: -80px;
	left: calc((100% - 930px) / 2);
}
.js-absolute-icon {
	position: absolute;
	bottom: 8px;
	left: calc((100% - 930px) / 2);
}
/*吹き出し*/
.js-balloon {
	opacity: 0;
	position: absolute;
	text-decoration: none;
	right: 175px;
	top: calc(100% - 300px);
	background: #fff;
	border: 2px solid #184296;
	border-radius: 8px;
	display: block;
	min-width: 635px;
	padding: 30px 35px;
	margin-top: 40px;
	box-sizing: border-box;
	transition: all .6s ease-out;
}
.js-balloon:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -31px;
	left: 17px;
	width: 0;
	height: 0;
	border-top-width: 40px;
	border-right-width: 25px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-color: #184296 transparent;
	border-style: solid;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
}
.js-balloon > div:before {
	content: "";
	width: 30px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 18px;
	bottom: 0;
}
.js-balloon img {
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.js-balloon:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -26px;
	left: 23px;
	width: 0;
	height: 0;
	border-top-width: 40px;
	border-right-width: 25px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-color: #fff transparent;
	border-style: solid;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
}
.js-balloon.visible:hover {
	opacity: .7!important;
}
.js-balloon.visible {
	opacity: 1;
	right: 150px;
}
.ttl-balloon {
	max-width: 490px;
	height: auto;
}
.balloon-next {
	width: 85px;
	height: auto;
	margin-right: -10px;
}
.balloon-bottom {
	text-align: right;
	font-size: 28px;
	font-size: 2.8rem;
	color: #b1001b;
	letter-spacing: .05em;
	margin-top: 10px;
}
@media screen and (max-width: 920px) {
	.main {
		padding-bottom: 350px;
		padding-top: 10px;
		overflow: hidden;
	}
	.side-wrap {
		display: none;
	}
	.box-wrapper {
		float: none;
	}
	.box-wrapper {
		padding-bottom: 0;
		padding: 0 3%;
		box-sizing: border-box;
	}
	.js-fixed-icon {
		position: absolute;
		bottom: 15px;
		left: 50%;
		transform: translate(-50%,0);
	}
	.js-balloon {
		left: 50%;
		transform: translate(-50%,0);
		top:100%;
		min-width: auto;
		min-width: initial;
		max-width: 700px;
		width: 94%;
		padding: 10px 15px;
		margin-top: -330px;
	}
	.js-balloon.visible {
		left: 50%;
		transform: translate(-50%,0);
		top:100%;
		margin-top: -340px;
		max-width: 700px;
		width: 94%;
	}
	.ttl-balloon {
		width: 80%;
	}
	.balloon-bottom {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.balloon-next {
		width: 70px;
	}
	.kenja-wrap {
		width: 100px;
	}
	.kenja-wrap .kenja {
		width: 100px!important;
		left: 0;
	}
	.js-balloon > div:before {
		height: 10px;
	}
	.js-balloon:before {
		content: "";
		display: block;
		position: absolute;
		bottom: -20px;
		left: 80px;
		width: 0;
		height: 0;
		border-top-width: 19px;
		border-right-width: 37px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-color: #184296 transparent;
		border-style: solid;
		-webkit-transform: rotate(50deg);
		-moz-transform: rotate(50deg);
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
	}
	.js-balloon:after {
		content: "";
		display: block;
		position: absolute;
		bottom: -16px;
		left: 75px;
		width: 0;
		height: 0;
		border-top-width: 19px;
		border-right-width: 37px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-color: #fff transparent;
		border-style: solid;
		-webkit-transform: rotate(50deg);
		-moz-transform: rotate(50deg);
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
	}
	.js-balloon > div:before {
		left: 75px;
	}
}

/*----------------------------------
header
------------------------------------*/

header{
	background-image: url(../shared/images/nav-global-center-bg.jpg) ,url(../shared/images/nav-global-bg.jpg)!important;
	background-repeat: no-repeat,repeat-x;
	background-position: center top,top;
	background-color: #fff;
	margin-bottom: 30px;
}
.nav-head{
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}
.company-logo{
	padding-top: 5px;
}

/*メインナビゲーション設定*/

.nav-main {
	vertical-align: bottom;
	padding-top:31px;
}
.nav-main li{
	float: left;
}
.nav-main li a{
	display: table-cell;;
	background: #fff;
	border: solid #184296 2px;
	border-radius: 5px;
	line-height: 1;
	height: 47px;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	color: #184296;
	box-sizing: border-box;
}
.nav-main li a:focus,.nav-main li a:hover,.nav-main li a:active{
	background-color: #184296;
	color: #fff;
	opacity: 1;
}

.nav-main li{
	width: calc((100% - 362px) / 4);
	padding-right: 15px;
	display: table;
}
.nav-main li:last-child{
	padding-right: 0;
}
.nav-main li:last-child a span{
	display: inline-block;
}
.nav-main li:nth-child(3){
	width: 302px;
	margin-top: -35px;
}
.nav-main li:nth-child(3) a{
	background: none;
	border: none;
}
.nav-main li:nth-child(3) img{
	max-width: 302px;
}

/*サブナビゲーション設定*/
.nav-sub{
	margin-top: 15px;
	text-align: right;
}
.nav-sub li{
	display: inline-block;
}
.nav-sub li a:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #d1aa00;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}
.nav-sub li a{
	margin-left: 20px;
	color: #184296;
}

/*SNSナビゲーション設定*/
.nav-sns {
	line-height: 74px;
	position: absolute;
	right: 15px;
	top: 0;
}
.nav-sns li {
	display: inline-block;
	color: #fff;
}
.nav-sns li a{
	color: #fff;
	margin-left: 10px;
	opacity: .7;
}
.nav-sns li a:hover{
	opacity: 1;
}
.sns-share::after{
	content: "|";
	color: #fff;
	padding-left: 10px;
}
.sns-tw a::before{
	content:"\f099";
	display:inline-block;
	margin: 0 9px 0 0;
	vertical-align:middle;
	font-family: FontAwesome;
}
.sns-fb a::before{
	content:"\f09a";
	display:inline-block;
	margin: 0 9px 0 0;
	vertical-align:middle;
	font-family: FontAwesome;
}
.nav-logo-sp,.nav-global-logo,.nav-sns-sp {
	display: none;
}

/*追従ナビゲーション設定*/
.fixed-bottom {
	padding: 20px 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	color: #fff;
	/* font-size: 22px; */
	font-size: 2.2rem;
	font-weight: bold;
	/* text-align: center; */
	/* vertical-align: middle; */
	/* background-color: #b59300; */
	border-top: 2px solid #042361;
	background-color: #184296;
	cursor: pointer;
	position: fixed;
	bottom: 0px;
/*	z-index: 300;*/
	z-index: 1001;
	line-height: 1;
	letter-spacing: 0.02em;
	/* border-top: 4px solid #c3b676; */
	box-shadow: 0px -2px 6px 0px rgba(0,0,0,30%);
	box-sizing: border-box;
	align-items: center;
}
.fixed-bottom:hover {
	background-color: #2456ba;
	opacity: 1;
}
.fixed-bottom p {
	display: inline;
	line-height: 1;
}
.fixed-bottom span{
	font-size: 2.6rem;
}
.fixed-bottom span.icon {
	margin-left: 10px;
	padding: 8px 13px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #c00000;
	background-color: #FFF100;
	border-radius: 50px;
	display: inline;
}
.fixed-bottom span.sp {
	display: none;
}

/* 追従時にフッターが隠れないようにする */
.fixed-bottom + #footer {
	margin-top: 0 !important;
	padding-bottom: 97px;
}

/*バナーエリア追加*/
.box-bnr {
	margin-bottom: 70px;
}
.box-bnr .ttl-top-lg {
	padding-bottom: 25px;
	color: #525252;
}


@media screen and (max-width: 800px) {
	header {
		background: #b1001b !important;
		margin-bottom:0;
		padding: 28px 0 0;
	}
	.nav-head {
		height: 105px;
		/*display: table;*/
		position: static;
		margin: 0;
		background: #fff ;
		position: relative;
		background-image: url(../shared/images/nav-global-center-bg.jpg) ,url(../shared/images/nav-global-bg.jpg)!important;
		background-repeat: no-repeat,repeat-x;
		background-position: center top,top;
		background-size:auto 45px ,auto 45px;
	}
	.company-logo{
		padding-top:0;
		position: absolute;
		top: -16px;
		left: 3%;
	}
	.company-logo img{
		max-height: 38px;
		margin-left: 3%;
		margin-top: 4px;
	}
	.nav-logo-sp{
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 33px;
	}
	.nav-logo-sp img{
		max-width: 184px;
		max-width: 220px;
		width: 95%;
	}
	.nav-global {
		display: none;
		margin: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: -30px;
		z-index: 204;
		background: #b1001b;
	}

	/*バーガーボタン設定*/
	.btn-burger {
		width: 30px;
		height: 30px;
		margin: auto;
		position: absolute;
		right: 3%;
		top:-10px;
		cursor: pointer;
		z-index: 205;
	}
	.btn-burger span {
		width: 30px;
		height: 3px;
		display: block;
		background: #fff;
		position: absolute;
		top: 50%;
		-ms-transition: width 0.2s, right 0.2s, left 0.2s;
		-webkit-transition: width 0.2s, right 0.2s, left 0.2s;
		-moz-transition: width 0.2s, right 0.2s, left 0.2s;
		transition: width 0.2s, right 0.2s, left 0.2s;
	}
	.btn-burger .top {
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
		left: 0px;
		right: 0px;
	}
	.btn-burger .middle {
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
		position: relative;
		background: none;
	}
	.btn-burger .middle:before {
		content: "";
		display: block;
		position: absolute;
		width: 30px;
		height: 3px;
		background: #fff;
		-ms-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.btn-burger .middle:after {
		content: "";
		display: block;
		position: absolute;
		width: 30px;
		height: 3px;
		background: #fff;
		-ms-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.btn-burger .bottom {
		-ms-transform: translateY(10px);
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		transform: translateY(10px);
		left: 0px;
		right: 0px;
	}

	/*クリック後、バツボタンになる*/
	.btn-burger.is-open .top {
		left: 100%;
		width: 0px;
	}
	.btn-burger.is-open .middle:before {
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.btn-burger.is-open .middle:after {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn-burger.is-open .bottom {
		right: 100%;
		width: 0px;
	}
	.nav-global-logo {
		display: block;
		padding: 20px 0 10px;
	}
	.nav-global-logo img{
		width: 50%;
		max-width: 230px;
		margin: 0 auto;
		display: block;
	}

	/*メインナビゲーション設定*/
	.nav-main {
		vertical-align: bottom;
		padding-top:0px;
	}
	.nav-main li{
		float: none;
		display: block;
		margin-right:0;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.nav-main li a,
	.nav-sub li a{
		width: 100%;
		display: block;
		background: #b1001b;
		border: none;
		line-height: 47px;
		text-align: left;
		font-size: 15px;
		font-size: 1.5rem;
		color: #fff;
		border-radius: 0;
		margin: 0;
		box-sizing: border-box;
		text-align: center;
	}
	.nav-main li a:hover,
	.nav-sub li a:hover{
		opacity: 1;
		background: #7d0013;
	}
	.nav-main li:nth-child(3){
		margin: 0;
	}
	.nav-main li:nth-child(3) a{
		display: none;
	}

	/*サブナビゲーション設定*/
	.nav-sub{
		margin-top: 0;
		text-align: center;
	}
	.nav-sub li{
		display: block;
	}
	.nav-sub li a:before{
		content: none;
	}

	/*SNSナビゲーション設定*/
	.nav-sns{
		display: none;
	}
	.nav-sns-sp{
		background: #b1001b;
		padding: 10px 0 30px;
		display: table;
		margin: 0 auto;
		width: 100px;
	}
	.nav-sns-sp li{
		display: table-cell;
		font-size: 28px;
		font-size: 2.8rem;
		text-align: center;
	}
	.nav-sns-sp li a{
		color: #fff;
	}
}


@media only screen and (max-width: 1060px) {
	/*----------------------------------
		トップページ
	------------------------------------*/
	.slick-prev,
	.slick-next {
		top: calc(100% + 30px) ;
	}
	.slick-prev {
		left: 20px;
		z-index: 100;
	}
	.slick-next {
		right: 20px;
		z-index: 200;
	}
	.slick-dots {
		display: block;
	}
	.ttl-tokuho-figure {
		width: 100%;
	}
	.regular {
		width: 100%;
		text-align: center;
		padding: 0!important;
		margin: 15px auto 80px!important;
	}
	.kenja {
		bottom: 8%;
	}
	.mv-txt {
		width: 90%;
		left: 5.5%;
	}
	.mv01 {
		bottom: 8%;
	}
	.mv02 {
		bottom: 8%;
		right: 1%;
		width: 14%;
	}
	.mv03 {
		bottom: 15%;
		left: 1.4%;
		width: 10%;
	}
	.mv-txt2 {
		padding-right: 10px;
		font-size: 10px;
	}
}

@media only screen and (max-width: 980px) {
	/*----------------------------------
		トップページ
	------------------------------------*/
	.regular {
		width: 100%;
		text-align: center;
		padding: 0!important;
		margin: 15px auto 60px!important;
	}


	.mv-txt2 {
		text-align: center;
		padding: 0;
		bottom: 0px;
		width: 100%;
	}
	.slick-prev {
		left: 0px;
	}
	.slick-next {
		right: 0px;
	}
}


@media screen and (min-width: 676px) and (max-width: 800px) {
	/*----------------------------------
		製品開発エピソード
	------------------------------------*/
	.img-episode-present{
		position: absolute;
		top: 10px;
		width: 230px;
	}
}

@media screen and (min-width: 601px) and (max-width: 675px) {
	/*----------------------------------
		製品開発エピソード
	------------------------------------*/
	.img-episode-present{
		position: absolute;
		width: 240px;
	}
	.img-episode-chara{
		width: 110px;
		position: absolute;
		top: 100px;
	}
}

@media screen and (max-width: 600px){
	/*--- float解除 ---*/
	.float-l{
		float: none;
	}
	.float-r{
		float: none;
	}
	/*--- layout---*/
	.only-pc{
		display: none !important;
	}
	.only-sp{
		display: block;
	}
	.sec-layout-box+ .sec-layout-box{
		margin-top: 20px;
	}
	.box-inner{
		/*padding-bottom: 25px;*/
		margin: 6%;
		padding-bottom: 5px;
	}
	.box-inner + .box-inner{
		padding-top: 22px;
	}
	.box-inner:last-child{
		padding-bottom: 20px;
	}
	.img-2column-right{
		padding-bottom: 20px;
	}
	.img-2column-left{
		width: 100%;
		padding: 0;
		padding-bottom: 15px;
	}
	.img-2column-left-sub{
		width: 100%;
		padding-bottom:20px;
	}
	p + p{
		padding-top: 10px;
	}
	/*--- title ---*/
	.ttl-lg{
		font-size: 14px;
		font-size: 1.4rem;
		padding: 15px 0 15px 6%;
	}
	.ttl-md{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.ttl-md-sub:before , .ttl-md-sub:after{
		display: none;
	}
	.ttl-sm{
		font-size: 12px;
		padding-top: 17px;
	}
	.txt-lg{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.txt-md{
		font-size: 12px;
		font-size: 1.2rem;
		padding-bottom: 0;
	}
	.txt-sm{
		font-size: 10px;
		font-size: 1.0rem;
	}
	.txt-notes{
		font-size: 10px;
		font-size: 1.0rem;
		padding-bottom: 0;
	}

	/*----------------------------------
		トップページ
	------------------------------------*/
	/*トップページ共通*/
	.ttl-top-lg {
		font-size: 20px;
		font-size: 2rem;
	}
	.txt-summary-top {
		font-size: 12px;
		font-size: 1.2rem;
	}
	/*スライダー回り*/
	.slider-loop li {
		margin: 0 10px;
	}
	.bx-wrapper {
		margin-bottom: 20px;
	}
	.mv-posi-item-btn {
		bottom: 40px;
		right: 10px;
		padding: 7px 10px;
		font-size: 12px;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		/* display: none; */
	}
	/*top aside*/
	.box-aside-top-in {
		padding: 5%;
	}
	.box-aside-top-in .ttl-md-sub {
		color: #184296;
		padding-bottom: 10px;
	}
	.box-aside-top-in dl {
		margin: 0;
		color: #333;
	}
	.box-aside-top-in dl + dl {
		margin: 17px 0 0;
	}
	.box-aside-top-in dt {
		float: none;
		width: 100%;
		margin: 0 0 8px;
	}
	.box-aside-top-in dd {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	/* CPバナー */

	.box-cp-top-in p{
		padding: 0% 0% 0;
		text-align: left;
		font-size: 1.4rem;
	}

	.is-pc-only{
		display: none;
	}

	.is-sp-only{
		display:block;
	}


	/*Wトクホ*/
	.ttl-tokuho {
		padding: 5px 2%;
	}
	.ttl-tokuho img {
		max-width: 100%;
		height: auto;
		padding: 0;
		box-sizing: border-box;
	}
	.inner-tokuho {
		padding: 15px 3%;
	}
	.box-tokuho-intro {
		text-align: center;
	}
	.box-tokuho-icon {
		position: static;
		transform: translate(0,0);
		margin: 10px auto;
	}
	.img-tokuho-figure {
		width: 80%;
		height: auto;
	}
	.box-tokuho-figure {
		width: 100%;
		height: auto;
	}
	.ttl-tokuho-figure {
		width: initial;
		width: auto;
		max-width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	/* 使い方ガイド --- トップ */
	.guide-area {
		padding: 35px 0 25px;
	}
	/* Q&A --- トップ */
	.qa-area {
		padding: 35px 0 25px;
	}
	.list-qa-top {
		padding: 20px 10px;
	}
	.txt-q-top {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 20px 13px 0;
	}
	.slider-qa {
		margin-bottom: 10px;
	}
	.list-sitemap li {
		float: none;
		width: 100%;
		height: initial;
		height: auto;
	}
	.list-sitemap li a {
		height: initial;
		height: auto;
		padding: 20px 25px 20px 90px;
		text-align: left;
	}
	.ttl-sitemap {
		margin-bottom: 8px;
		text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
	}
	.list-sitemap-feedback:after {
		background: url(../images/index/bg_list01_sp.jpg) no-repeat center left;
		background-size: cover;
	}
	.list-sitemap-calcheck:after {
		background: url(../images/index/bg_list02_sp.jpg) no-repeat center left;
		background-size: cover;
	}
	.list-sitemap-selfcheck:after {
		background: url(../images/index/bg_list03_sp.jpg) no-repeat center left;
		background-size: cover;
	}
	/*----------------------------------
		利用者の声
	------------------------------------*/
	.box-feedback-min{
		padding: 15px 0;
	}
	.box-feedback-min + .box-feedback-min {
		padding: 15px 0;
	}
	.voice-area {
		padding: 20px;
	}
	.voice-area ul {
		display: block;
	}
	.voice-area ul li {
		width: 100%;
	}
	.voice-area ul li + li {
		margin-left: 0;
		margin-top: 10px;
	}
	.voice-area ul li .list-qa-top  {
		margin: 0;
	}
	.voice-area ul li a .list-qa-top {
		padding: 20px;
	}
	.voice-area ul li a .txt-q-top {
		padding: 10px 0 0;
	}
	/*----------------------------------
		Q&A
	------------------------------------*/
	.icon-q{
		width: 17.5px;
		height: 17.5px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.box-qa-min + .box-qa-min{
		padding-top: 20px;
	}
	.box-qa-question{
		padding-bottom: 15px;
	}
	.box-qa-answer{
		padding: 13px;
		margin-left: 0;
	}
	.box-qa-question .txt-md{
		padding-left: 2.6em;
	}
	/*----------------------------------
		製品情報
	------------------------------------*/
	.box-iteminfo-inner{
		margin: 0 6%;
	}
	.box-iteminfo .box-inner:nth-child(2){
		margin: 0;
	}
	.box-iteminfo-3column{
		width: 100%;
		text-align: center;
	}
	.box-iteminfo-3column + .box-iteminfo-3column{
		margin: 28px 0 0 0;
	}
	.box-iteminfo-3column img{
		max-width: 50%;
	}
	.txt-iteminfo-3column{
		font-size: 14px;
		text-align: left;
	}
	.txt-iteminfo-check + .txt-iteminfo-check{
		margin-top: 10px;
	}
	.ttl-iteminfo-head{
		font-size: 14px;
		padding-bottom: 8px;
	}
	.ttl-iteminfo-sub{
		font-size: 12px;
		padding-bottom: 10px;
	}
	.box-iteminfo-action + .box-iteminfo-action{
		padding-top: 20px;
	}
	.box-iteminfo-list{
		width: auto;
		padding: 5%;
	}
	.box-iteminfo-list-inner{
		line-height: 0.5;
		padding: 12px 0;
		margin: 8px 0;
	}
	.box-iteminfo-detail + .box-iteminfo-detail{
		margin-top: 17px;
	}
	.box-iteminfo-list-inner table{
		width: 200px;
	}
	.box-iteminfo-list-inner table tr:after{
		width: 80px;
	}
	/*----------------------------------
		使い方ガイド
	------------------------------------*/
	.box-guide .box-inner:nth-child(3){
		padding: 0 6% 6%;
	}
	.box-guide .box-inner + .box-inner{
		padding-top: 0;
	}
	.box-guide-drink{
		float: left;
		width: calc(94% / 3);
	}
	.box-guide-drink + .box-guide-drink{
		margin-left: 2%;
	}
	.box-guide-drink:nth-child(4), .box-guide-drink:nth-child(7){
	margin-left: 0;
	}
	.txt-guide-drink{
		font-size: 10px;
		padding-bottom: 15px;
	}
	.img-guide-meal{
		width: 100%;
	}
	.box-guide .ttl-sm{
		padding-bottom: 12px;
	}
	.txt-guide-meal{
		width: 100%;
	}
	.box-guide-meal + .box-guide-meal{
		padding-top: 35px;
	}
	/*----------------------------------
		製品開発エピソード
	------------------------------------*/
	.box-episode .box-inner{
		padding-top: 15px;
	}
	.box-episode .box-inner:nth-child(2){
		padding-bottom: 0;
	}
	.box-episode .ttl-md{
		margin-bottom: 10px;
	}
	.box-episode-product{
		padding: 16px 6% 0 6%;
	}
	.box-episode-package{
		text-align: center;
	}
	.img-episode-fiber{
		padding-bottom: 15px;
	}
	.img-episode-product{
		height: 15px;
	}
	.img-episode-package{
		position: static;
		height: 180px;
		width: auto;
	}
	.txt-episode-product{
		width: 100%;
		padding-bottom: 30px;
	}
	.img-episode-present{
		width: 180px;
		position: static;
		float: right;
	}
	.txt-episode-present{
		width: 94%;
	}
	.img-episode-name{
		width: 80%;
		padding-right: 0;
	}
	.box-episode-name{
		width: 100%;
	}
	.box-episode-name-sub{
		text-align: center;
		padding-bottom: 25px;
	}
	.img-episode-chara{
		position: static;
		padding-bottom: 20px;
	}
	.box-episode-chara-sub{
		text-align: center;
	}
	.txt-episode-chara{
		width: 100%;
	}
	/*----------------------------------
		CM
	------------------------------------*/
	.img-cm-graphic{
		width: 100%;
	}
}

	/*----------------------------------
		追加分
	------------------------------------*/

	.footer-wrap{
		max-width: 980px;
		margin: 0 auto;
	}

	.footer-container{
		float: left;
	}

	@media screen and (min-width: 800px){
		#footer .menu ul li:nth-child(odd){
			margin-left: 49px;
		}
		.banner-link{
			float: right;
		}
	}

	@media screen and (min-width: 893px) and (max-width: 930px) {
		.banner-link{
			width: 33%;
		}
	}

	@media screen and (min-width: 855px) and (max-width: 892px) {
		.banner-link{
			width: 30%;
		}
	}

	@media screen and (min-width: 832px) and (max-width: 854px) {
		.banner-link{
			width: 28%;
		}
	}

	@media screen and (min-width: 801px) and (max-width: 831px) {
		.banner-link{
			width: 25%;
		}
	}

	@media screen and (max-width: 800px){
		.footer-container,
		.banner-link{
			float: none;
		}

		.banner-link{
			/*padding: 19px 0  0 64px;*/
			padding-top: 19px;
			text-align: center;
		}
		.banner-link img{
			max-width: 33.3%;
			min-width: 240px;
			height: auto;
		}
		/*追従ナビゲーション設定*/
		.fixed-bottom {
			padding: 0.4em 0.2em;
			font-size: 14px;
			font-size: 1.4rem;
			text-align: left;
			align-items: center;
			justify-content: space-around;
		}
		.fixed-bottom span {
			font-size: 1.6rem;
			line-height: 1.6;
		}
		.fixed-bottom p {
			display: block;
		}
		.fixed-bottom span.icon {
			padding: 5px;
			width: 52px;
			height: 52px;
			font-size: 12x;
			font-size: 1.2rem;
			text-align: center;
			line-height: 1.2;
			display: flex;
			align-items: center;
			flex-direction: column;
			justify-content: center;
			box-sizing: border-box;
		}
		.fixed-bottom span.pc {
			display: none;
		}
		/* 追従時にフッターが隠れないようにする */
		.fixed-bottom + #footer {
			padding-bottom: 90px;
		}
		/*バナーエリア追加*/
		.box-bnr {
			margin-top: -20px;
			margin-bottom: 35px;
		}
		.box-bnr .ttl-top-lg {
			padding-bottom: 10px;
		}
	}
