@charset "utf-8";
@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?jd2qqs');
  src:  url('/fonts/icomoon.eot?jd2qqs#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?jd2qqs') format('truetype'),
    url('/fonts/icomoon.woff?jd2qqs') format('woff'),
    url('/fonts/icomoon.svg?jd2qqs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}
.icon-spinner:before {
  content: "\e984";
}
.icon-search:before {
  content: "\e986";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-app-fd:before {
  content: "\e901";
}
.icon-arrow_down:before {
  content: "\e90b";
}
.icon-arrow_left:before {
  content: "\e90c";
}
.icon-arrow_right:before {
  content: "\e90d";
}
.icon-arrow_up:before {
  content: "\e90e";
}
.icon-cancel:before {
  content: "\e90f";
}
.icon-plus:before {
  content: "\e910";
}
.icon-minus:before {
  content: "\e911";
}
.icon-blank:before {
  content: "\e912";
}
.icon-login:before {
  content: "\e913";
}
.icon-pdf:before {
  content: "\e914";
}
.icon-tel:before {
  content: "\e915";
}
.icon-youtube:before {
  content: "\e916";
}
.icon-fax:before {
  content: "\e917";
}
.icon-arrpw_left_double:before {
  content: "\e918";
}
.icon-arrow_right_double:before {
  content: "\e919";
}


html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {color: #666; text-decoration: none;}

a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

.mb10 {margin-bottom: 8px !important;}
.mb20 {margin-bottom: 16px !important;}
.mb30 {margin-bottom: 24px !important;}
.mb40 {margin-bottom: 32px !important;}
.mb50 {margin-bottom: 40px !important;}
.mb60 {margin-bottom: 48px !important;}
.mt10 {margin-top: 8px !important;}
.mt20 {margin-top: 16px !important;}
.mt30 {margin-top: 24px !important;}
.mt40 {margin-top: 32px !important;}
.mt50 {margin-top: 40px !important;}
.mt60 {margin-top: 48px !important;}

.header{
 	position: absolute;
  background: none;
}
.sp {
	display: none !important;
}
.al_right {
  text-align: right;
}
#gnavAll2 {
  display: none;
}

.clr:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em;
}

/* --------------------------------------------------
  Header
--------------------------------------------------*/
.header {
	z-index: 3;
	padding:15px 0;
}
.header h1.logo {
  text-align: left;
  color: #fff; 
  padding-left: 24px;
}
.header h1.logo img{
  height: 60px;
  width: auto;
}

.drawer-menu{
display: flex;
flex-wrap: wrap;

}
.drawer-menu li.large{width:33.33%;}
.drawer-menu li.sns{width: 25%;text-align: center; border-top: solid 1px #1e4725;}
.drawer-menu li.small{width: 50%; color: #666;}
.drawer-menu li a{
display: block;
position: relative;
cursor: pointer;
color: #fff;
padding: 30px 50px;
border-bottom: solid 1px #1e4725;
}
.drawer-menu li.large:last-child a{
	border-bottom: none;
}
.drawer-menu li.large a:before {
	content: "\e90d";
	font-family: 'icomoon';
	color: #fff;
	position: absolute;
	left: 8px;
	bottom: 50%;
	transform: translateY(50%);
	font-size: 0.6em;
}
.drawer-menu li a:hover{
display: block;
background: #145000;
text-decoration: none;
cursor: pointer;
color: #eee;
border-bottom: solid 1px #1e4725;
}
.drawer-menu li.sns a i{ 
	position: inherit;
	text-align: center;
	border: solid 1px #0f3c00;
	font-size: 1.4rem;
	color: #0f3c00;
	background: #fff;
	width: 1.8em;
	line-height: 1.8em;
	border-radius: 1em;
	padding: 0.4em;
}
.drawer-menu li.large a i{ 
font-size: 20px;
position: absolute;
left: 20px;
top:32px;
}
.drawer-menu li.small a i{ 
font-size: 20px;
position: absolute;
left: 20px;
top:32px;
}
.drawer-menu li.logo{width: 100%; text-align: center;}
.drawer-menu li.logo a img{
height: 70px;
width: auto;
}
.drawer-menu li.sns a {
  padding: 16px 0;
	border-bottom: none;
}
.drawer-menu li.sns a span {
  display: block;
  font-size: 0.7em;
	margin-top: 6px;
}

@media screen and (max-width: 1200px) {
 /* 768px以下用（タブレット） */
 .header{
	padding:8px 0;
	}
 .header h1{
    text-align: left;
    color: #fff; 
    padding-left: 16px ;
}
  .header h1.logo img{
    height: 50px;
  }
	.header .header__heading ul{
	display: none;
	}
	.drawer-menu{
	display: flex;
	flex-wrap: wrap;
	}
	.drawer-menu li.large{width:50%; font-size: 16px;}
	.drawer-menu li.small{width: 50%; color: #666; line-height: 120%;}
	.drawer-menu li a{
	display: block;
	position: relative;
	cursor: pointer;
	color: #fff;
	padding: 16px 24px;
	}
	.drawer-menu li a:hover{
	display: block;
	text-decoration: none;
	cursor: pointer;
	color: #eee;
	}
	.drawer-menu li.large a i{ 
	font-size: 20px;
	position: absolute;
	left: 12px;
	top:18px;
	}
	.drawer-menu li.logo{width: 100%; text-align: center;}
	.drawer-menu li.logo a img{
	height: 70px;
	width: auto;
	}
}

.btnarea{
	text-align: center;
	margin: 0 auto;
}

.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.btnarea a{
	position: relative;
	padding-left: 1em;
}
.btnarea a::before{
	content: "\e90d";
	font-family: 'icomoon';
	position: absolute;
	left: 1.6em;
	bottom: 0;
}
.btnarea .btn{
	display: block;
	text-align: center;
	 border: solid 2px #145000;
	 font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	 background: #fff;
	 line-height: 80px;
	 color: #145000;
	 width: 360px;
	 font-size: 24px;
	 border-radius: 40px;
	 position: relative;
	 margin: 0 auto;
	 letter-spacing: 4px;
}
.btnarea .btn i{padding-right: 4px;}
.btnarea .btn:hover{
	 background: #145000;
	 color: #fff;
}

.btn_s {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.btnarea .btn_s{
	display: block;
	text-align: center;
	 border: solid 2px #145000;
	 font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	 background: #fff;
	 line-height: 60px;
	 color: #145000;
	 width: 320px;
	 font-size: 18px;
	 border-radius: 30px;
	 position: relative;
	 margin: 0 auto;
	 letter-spacing: 2px;
}
.btnarea .btn_s i{padding-right: 4px;}
.btnarea .btn_s:hover{
	 background: #145000;
	 color: #fff;
}

@media screen and (max-width: 1028px) {
	.sp-header {
	position: absolute;
	}
	.btnarea .btn{
		 background: #fff;
		 line-height: 60px;
		 width: 280px;
		 font-size: 20px;
		 border-radius: 30px;
	}

	.btnarea .btn_s{
		 background: #fff;
		 line-height: 40px;
		 color: #145000;
		 width: 260px;
		 font-size: 16px;
		 border-radius: 20px;
	}
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* ボタンエリア ------------------------------------- */
.btnArea .bnr_cap {
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1;
}

@media screen and (min-width: 837px){

  .btnArea {
		width: 980px;
    margin: 0 auto;
    padding: 35px 0 25px;
  }

  .btnArea ul li {
    float: left;
    width: 236px;
    margin: 0 12px 0 0;
    padding: 14px 0 0;
  }
  .btnArea ul li img {
    width: 100%;
    height: auto;
  }
  
  .btnArea ul li.last {
    margin: 0 12px 0 0;
    padding: 0px 0 0;
  }
  
  .btnArea ul li.last01 {
      margin-right: 0;
  }
  
  .btnArea ul li a:hover img {
    background: #fff;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: alpha(opacity=70);
  }
}


@media screen and (max-width: 836px){
  .btnArea {
		width: 100%;
    margin: 0 auto;
    padding: 35px 0;
  }
  
  .btnArea ul{
    padding-left: 16px;
  }

  .btnArea ul li {
    float: left;
    width: 31%;
    margin: 0 16px 0 0;
    padding: 14px 0 0;
  }
  
  .btnArea ul li img {
    width: 100%;
    height: auto;
  }
  .btnArea ul li.last {
    margin: 3px 16px 0 0;
    padding: 0px 0 0;
  }

}

@media screen and (max-width: 640px){

 /* ボタンエリア ------------------------------------- */
	.btnArea {
		width: 100%;
		margin: 0 auto;
		padding: 32px 0;
	}
  .btnArea ul{
    padding-left: 0;
  }
	.btnArea ul {width: 100%;}
	.btnArea ul li {
		float: none;
		width: 100%;
		margin: 0 0 0 0 ;
		padding: 14px 0 0 0;
	}
	.btnArea ul li a{ padding:0 60px; display: block;}
	.btnArea ul li img{ width: 100%; height: auto;}
	.btnArea ul li.last {
		margin: 0 0 0 0 ;
		padding: 14px 0 0 0;
	}
	.btnArea ul li.last01 {
		margin: 0 0 0 0 ;
		padding: 14px 0 0 0;
  }
}
/* =フッター
------------------------------------------------------------------*/

footer {
	padding-top: 38px;
	background: #f5f5f5 url(../img/bg_footer.png) 50% 0 no-repeat;
	clear: both;
	position: relative;
}

footer .bnn,
footer div {
	width: 980px;
	margin: 0 auto;
	font-size: 12px;
}

footer .bnn {
	background: url(../img/bg_footer_bnn.png) 0 0 repeat-x;
	height: 64px;
	padding-top: 18px;
	line-height: 1;
}

footer .bnn li {
	position: relative;
	height: 45px;
	line-height: 1;
	padding-left: 10px;
	float: left;
	width: 211px;
	text-align: center;
}

footer .bnn li a {
	display: block;
	border: 1px solid #dbdbdb;
	background: #fff;
}

footer .bnn li a img {
	height: 43px;
	width: auto;
}

footer .bnn .first {
	width: 140px;
}

footer .bnn .first a,
footer .bnn .last a {
	background: none;
	display: block;
}

footer .bnn .last {
	width: 131px;
	position: relative;
}

footer .bnn .first a,
footer .bnn .last a {
	display: inline;
	border: none;
}

footer .bnn .first a img,
footer .bnn .last a img {
	height: auto;
	width: auto;
}

footer .bnn .last a {
	display: block;
	width: 131px;
	position: absolute;
	top: -26px;
	left: 20px;
}

footer .bnn li a:hover,
footer .bnn li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

footer div {
	padding: 25px 0 35px;
}

footer nav {
	float: left;
}

footer nav ul {
  float: left;
}

footer nav li {
	border-right: solid 1px #b3b3b3;
	padding: 0 11px;
	float: left;
}
footer nav ul.sns_list li {
	border: none;
}

footer nav li a {
	color: #333;
	text-decoration: none;
}

footer nav li a:hover {
	text-decoration: underline;
}
footer nav ul li.first {
  border-left: solid 1px #b3b3b3;
}
#copyright {
	float: right;
	text-align: right;
}

.btnTop {
	width: 85px;
	height: 84px;
	position: absolute;
	z-index: 1000;
	bottom: -40px;
	right: 0;
}


footer .footerNavi {
	margin: 0 auto;
	width: 960px;
	padding: 0 10px 0;
	font-size: 14px;
	line-height: 16px;
}

footer .footerNavi ul {
	float: left;
	width: 300px;
}

footer .footerNavi ul.center {
	border-right: 1px dotted #b3b3b3;
	border-left: 1px dotted #b3b3b3;
	margin: 0 29px 0 0;
	padding: 0 0 0 29px;
}

footer .footerNavi ul li {
	clear: both;
	margin: 0 0 10px;
	background: url(../../img/arrow01.gif) center left no-repeat;
	padding: 0 0 0 20px;
}

footer .footerNavi ul li ul {
	width: 260px;
	padding: 10px 0;
	border: none;
	margin: 0;
}

footer .footerNavi ul li ul li {
	background: url(../../img/arrow02.gif) center left no-repeat;
	padding: 0 0 0 8px;
}

/* =2015.28/フッターSNSボタン追加
------------------------------------------------------------------*/

footer nav .last a img {
	height: auto;
	width: auto;
	xdisplay: block;
	margin-top: -10px;
}

@media screen and (max-width: 836px) {
	footer {
		padding-top: 10px;
		background: #f5f5f5 url(../img/bg_footer.png) 50% 0 no-repeat;
		clear: both;
		position: relative;
	}
	
	footer .bnn,
	footer div {
		width: 100%;
		margin: 0 auto;
		font-size: 12px;
		padding: 25px 0 35px 0;
	}
	footer nav {
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 100%;
    text-align: center;
	}
  footer nav ul{
    float: none;
  }
	footer nav li {
		border-right: solid 1px #b3b3b3;
		padding: 0 4px;
		float: none;
    display: inline;
		font-size: 12px;
	}
  footer nav ul.sns_list li {
    border: none;
  }
	
	footer nav li a {
		color: #333;
		text-decoration: none;
	}
	
	footer nav li a:hover {
		text-decoration: underline;
	}
	
  #copyright {
    padding-top: 20px;
    text-align: center;
    float: none;
  }
	
	.btnTop {
		width: 85px;
		height: 84px;
		position: absolute;
		z-index: 1000;
		bottom: -40px;
		right: 0;
	}
	
	
	footer .footerNavi {
		margin: 0 auto;
		width: 100%;
		padding: 10px 5px 0 ;
		font-size: 14px;
		line-height: 1.5;
    box-sizing: border-box;
	}
	
	footer .footerNavi ul {
		float: left;
		width: 30%;
		padding:0 4px;
	}
	
	footer .footerNavi ul.center {
		border-right: none;
		border-left:none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	footer .footerNavi ul li {
		clear: both;
		margin: 0 0 10px;
		background: url(../../img/arrow01.gif) top left no-repeat;
		padding: 0 0 0 20px;
	}
	
	footer .footerNavi ul li ul {
		width: 100%;
		padding: 10px 0;
		border: none;
		margin: 0;
	}
	
	footer .footerNavi ul li ul li {
		background: url(../../img/arrow02.gif) center left no-repeat;
		padding: 0 0 0 8px;
	}
	
	footer nav .last a img {
		height: 24px;
		width: auto;
		xdisplay: block;
		margin-top: -10px;
	}
	.btnArea {
    width: 100%;
    max-width: 980px;
		margin: 0 auto;
		padding: 32px 0;
	}
}

/* SNSエリア
------------------------------------------------------------------*/
.sns_area{
  background: #23584f;
  text-align: center;
  padding: 10px;
}
.sns_area ul {
	display: flex;
	justify-content: space-between;
	width: 13em;
	margin: 0 auto;
}
.sns_area ul li i {
	position: inherit;
	text-align: center;
	border: solid 1px #23584f;
	font-size: 1.4rem;
	color: #23584f;
	background: #fff;
	width: 1.8em;
	line-height: 1.8em;
	border-radius: 1em;
	padding: 0.4em;
}
.sns_area ul li a{
  color: #23584f;
}
.sns_area ul li a:hover{
  opacity: 0.7;
}
@media screen and (max-width: 836px) {
  .sns_area ul li {
    font-size: 2em;
  }
}

/* --------------------------------------------------
  main_area
--------------------------------------------------*/
.main_area{
	background: url(../../img/top/main_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	padding-bottom: 20px;
  overflow: hidden;
}
.main_area .top_txt {
	width: 46%;
	margin: 60px auto 0;
	max-width: 650px;
}
.main_area .top_txt img {
	width: 100%;
}
.main_area .sp_txt {
  display: none;
}

.main_area .bottle_area {
  height: 100%;
  width: 100%;
  top:0;
}
.main_area .bottle_area {
	position: absolute;
	max-width: 1200px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.main_area .bottle_box {
  width: 17%;
	margin: 19% auto 1%;
	max-width: 200px;
}
.main_area .bottle_box img {
  width: 100%;
  height: 100%;
}
.main_area .bottle_area .top_mark {
	position: absolute;
	max-width: 330px;
	top:30%;
	right: 20%;
}
.main_area .bottle_area .top_mark img {
	width: 100%;
}

@media screen and (max-width: 1100px) {
	.main_area .bottle_box {
			width: 28%;
			margin: 30% auto 0;
  } 
	.main_area .bottle_area .top_mark {
		position: absolute;
		max-width: 250px;
		top:34%;
		right: 14%;
	}
}

@media screen and (max-width: 836px) {
	.main_area{
		background: url(../../img/top/main_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    overflow: hidden;
	}
	.main_area .bottle_area {
		align-items: center;
	}
  .main_area .top_txt {
		margin-top: 90px;
    width: 90%;
  } 

}
@media screen and (max-width: 560px) {
	.main_area .bottle_area .top_mark {
		position: absolute;
		max-width: 180px;
		top:34%;
		right: 2%;;
	}
}

/* --------------------------------------------------
  history_area
--------------------------------------------------*/
.history_area{
	background: url(../../img/top/bg_20th.jpg) no-repeat;
	background-size: cover;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	font-feature-settings : "palt";
}
.history_area .inner{
	max-width: 1300px;
	margin: 0 auto;
	padding: 80px 16px;
}
.history_area .caption_area{
	padding: 0 0 20px;
	display: flex;
	justify-content: space-between;
}
.history_area .caption_area h2{
	width: 35%;
	font-size: 3em;
	color: #000;
	padding-top: 60px;
}
.history_area .caption_box{
	width: 65%;
}
.history_area .caption_box h3{
	font-size: 24px;
	margin-bottom: 24px;
	line-height: 160%;
}
.history_area .caption_box p{
	font-size: 18px;
	margin-bottom: 24px;
	line-height: 180%;
}
.history_area .caption_box p.sml{
	font-size: 14px;
	color: #666;
}
.history_area .bottle_history{
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.history_area .bottle_history li{
	text-align: center;
}
.history_area .bottle_history li img{
	width: 100%;
	height: auto;
}
.history_area .bottle_history .b1999{ padding-top: 25.4%;}
.history_area .bottle_history .b2001{ padding-top: 22.8%; margin-left: -1.9%;}
.history_area .bottle_history .b2003{ padding-top: 20.2%; margin-left: -1.4%;}
.history_area .bottle_history .b2005{ padding-top: 18%; margin-left: -1.2%;}
.history_area .bottle_history .b2008{ padding-top: 16.2%; margin-left: -1%;}
.history_area .bottle_history .b2011{ padding-top: 14.2%; margin-left: -0.9%;}
.history_area .bottle_history .b2014{ padding-top: 11.6%; margin-left: -0.7%;}
.history_area .bottle_history .b2018{ padding-top: 9%; margin-left: -0.7%;}
.history_area .bottle_history .b2021{ padding-top: 6.4%; margin-left: -1.2%;}
.history_area .bottle_history .b2023{ padding-top: 3.8%; margin-left: -1.6%;}
.history_area .bottle_history .b2024{ margin-left: -2.9%;}

@media screen and (max-width: 836px) {
	.history_area .inner{
		margin: 0 auto;
		padding: 60px 16px;
    box-sizing: border-box;
	}
	.history_area .caption_area{
		flex-direction: column;
		padding: 0;
	}
	.history_area .caption_area h2{
		width: 100%;
		font-size: 24px;
		padding-top: 0px;
		text-align: center;
		margin-bottom: 40px;
	}
	.history_area .caption_box{
		width: 100%;
	}
	.history_area .caption_box h3{
		font-size: 20px;
		margin-bottom: 24px;
	}
	.history_area .bottle_history{
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.history_area .bottle_history li{
		text-align: center;
	}
	.history_area .bottle_history li img{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 640px) {
}

/* --------------------------------------------------
  video_area
--------------------------------------------------*/
.video_area{
	padding: 60px 0;
	background:#E8EEEE;	
}
.video_area .video_inner{
  margin: 0 auto;
  z-index: 100;
  max-width: 830px;
}
.video_area .video_inner .youtube{
  position: relative;
  width: 100%;
 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
}
.video_area .video_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 836px) {
  .video_area{
    padding: 30px 10px;
  }
}
/* --------------------------------------------------
  voice
--------------------------------------------------*/
.voice_area{
	padding: 100px 0;
	background: #E8EEEE;
}
.voice_area .voice_inner{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.voice_area h3{
	width: 48%;
	display: flex;
	justify-content: space-between;
}
.voice_area h3 .image{width: 15%; }
.voice_area h3 .image img{width: 100%; height: auto;}
.voice_area h3 .text{
	width: 75%;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
}
.voice_area h3 .text .cap{
	font-style: italic;
	color: #145000;
	font-size: 24px;
	margin-bottom: 16px;
}
.voice_area h3 .text p{
	color: #000;
	font-size: 34px;
	font-feature-settings : "palt";
	line-height: 140%;
	letter-spacing: 2px;
	font-weight: normal;
}
.voice_area h3 .text .sml{
	color: #333;
	font-size: 14px;
	font-feature-settings : "palt";
	letter-spacing: 0px;
}
.voice_area .flexslider{
	width: 48%;
}
.voice_area .flexslider .slides {
	background: #ccdadf;
	padding: 60px 0;
	width: 100%;
}
.voice_area .flexslider .slides li{
	width: 100%;
}
.voice_area .flexslider .slides li .name{
	padding:0 60px 20px;
	font-size: 20px;
	font-weight: bold;
}
.voice_area .flexslider .slides li .name i{
	color: #145000;
}
.voice_area .flexslider .slides li p{
	padding:0 60px;
	font-size: 18px;
	line-height: 180%;
}
@media screen and (max-width: 836px) {
	.voice_area{
		padding: 40px 0;
	}
	.voice_area .voice_inner{
		flex-direction: column;
	}
	.voice_area h3{
		width: 100%;
		flex-direction: column;
		margin-bottom: 32px;
	}
	.voice_area h3 .image{display: none;}
	.voice_area h3 .text{
		width: 100%;
		text-align: center;
	}
	.voice_area h3 .text .cap{
		font-style: italic;
		color: #145000;
		font-size: 16px;
		margin-bottom: 8px;
	}
	.voice_area h3 .text p{
		font-size: 28px;
		padding: 0 16px;
		letter-spacing: 0px;
	}
	.voice_area .flexslider{
		width: 100%;
	}
	.voice_area .flexslider .slides {
		background: #ccdadf;
		padding:40px 0;
	}
	.voice_area .flexslider .slides li{
	}
	.voice_area .flexslider .slides li .name{
		padding:0 40px;
		margin-bottom: 16px;
		font-size: 20px;
		font-weight: bold;
	}
	.voice_area .flexslider .slides li .name i{
		color: #145000;
	}
	.voice_area .flexslider .slides li p{
		padding:0 40px;
		font-size: 16px;
		line-height: 180%;
	}

}

/* --------------------------------------------------
  premium_area
--------------------------------------------------*/
.innovation_area{
	padding: 100px 0;
	background: url(../../img/top2020/bg_5innovation.jpg) no-repeat;
	background-size: cover;
	font-family:'Zen Old Mincho','游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
}
.innovation_area .inner{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.innovation_area .inner p.sub_ttl{
	font-size: 2.2em;
	margin-bottom: 10px;
	line-height: 1.6;
}
.innovation_area .inner h2{
	font-size: 3.8em;
	margin-bottom: 60px;
	line-height: 1.2;
	font-weight: normal;
}
.coreF {
	max-width: 440px;
	margin: 0 auto;
}
.coreF img {
	width: 100%;
}
.innovation_area .inner p {
	font-size: 1.6em;
}
.innovation_area .inner p span {
	font-size: 1.8em;
}
@media screen and (max-width: 836px) {
	.innovation_area{
		padding: 60px 0;
	}
	.innovation_area .inner{
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
		padding: 0 16px;
	}
	.innovation_area .inner p.sub_ttl{
		font-size: 1.7em;
		line-height: 1.6;
	}
	.innovation_area .inner h2{
		font-size: 2.8em;
		margin-bottom: 20px;
	}
	.innovation_area .inner img{
		width: 100%;
		height: auto;
	}
	.innovation_area .inner p {
		font-size: 1.2rem;
	}
	.innovation_area .inner p span {
		font-size: 1.6rem;
	}
	.coreF {
		width: 90%;
	}
}
/* --------------------------------------------------
  3clumn_area
--------------------------------------------------*/
.clumn_area .linkbox{
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
}
.clumn_area .linkbox .box{
	width: 33.333%;
	line-height: 180%;
}
.clumn_area .linkbox .box a{
	display: block;
	text-align: center;
	padding: 160px 0 80px;
	height: 200px;
}
.clumn_area .linkbox .box a:hover{
	opacity: 0.8;
}
.clumn_area .linkbox .box a h4{font-size: 48px; margin-bottom: 32px; letter-spacing: 2px;}
.clumn_area .linkbox .box a p{font-size: 18px; line-height: 160%;}
.clumn_area .kakusan{
	background:url(../../img/top2020/bg_kakusan.png)no-repeat;
	background-size: cover;
	color: #000;
}
.clumn_area .study{
	background:url(../../img/top2020/bg_study.png)no-repeat;
	background-size: cover;
	color: #000;
}
.clumn_area .safety{
	background:url(../../img/top2020/bg_safety.png)no-repeat;
	background-size: cover;
	color: #fff;
}
@media screen and (max-width: 836px) {
	.clumn_area .linkbox{
		flex-direction: column;
	}
	.clumn_area .linkbox .box{
		width: 100%;
	}
	.clumn_area .linkbox .box a{
		display: block;
		text-align: center;
		padding: 60px 0 60px;
		height: 120px;
	}
	.clumn_area .linkbox .box a:hover{
		opacity: 0.8;
	}
	.clumn_area .linkbox .box a h4{font-size: 32px; margin-bottom: 16px;}
	.clumn_area .linkbox .box a p{font-size: 16px; line-height: 160%;}
}
/* --------------------------------------------------
  detail_area
--------------------------------------------------*/
.detail_area{
	padding: 100px 0;
}
.detail_area .inner{
	max-width: 1030px;
	margin: 0 auto;
}
.detail_area .inner h2{
	text-align: center;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	font-size: 48px;
	margin-bottom: 80px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.detail_area .inner h2:before, .detail_area .inner h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.detail_area .inner h2:before {
	margin-right: .4em;
}
.detail_area .inner h2:after {
	margin-left: .4em;
}
.detail_area .inner .content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.detail_area .inner .content .ph{
	text-align: center;
}
.detail_area .inner .content .textarea{
	width: 65%;
	line-height: 180%;
}
.detail_area .inner .content .textarea h3{
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	font-size: 24px;
	margin-bottom: 24px;
}
.detail_area .inner .content .textarea table{
	width: 100%;
	border-top: solid 1px #ccc;
}

.detail_area .inner .content .textarea table th{
	width: 20%;
	border-bottom: solid 1px #ccc;
	text-align: left;
	padding:16px 0;
}
.detail_area .inner .content .textarea table td{
	width: 80%;
	border-bottom: solid 1px #ccc;
	padding:16px 0;
}

@media screen and (max-width: 836px) {
	.detail_area{
		padding: 60px 0;
	}
	.detail_area .inner{
		padding: 0 16px;
	}
	.detail_area .inner h2{
		font-size: 24px;
		margin-bottom: 40px;
		font-weight: bold;
		display: flex;
		align-items: center;
	}
	.detail_area .inner .content{
		flex-direction: column;
		margin-bottom: 40px;
	}
	.detail_area .inner .content .ph{
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.detail_area .inner .content .ph img{ width: 115px; height: auto;}
	.detail_area .inner .content .textarea{
		width: 100%;
	}
	.detail_area .inner .content .textarea h3{
		font-size: 24px;
		margin-bottom: 24px;
	}
	.detail_area .inner .content .textarea table{
		width: 100%;
		border-top: solid 1px #ccc;
	}
	
	.detail_area .inner .content .textarea table th{
		display: block;
		width: 100%;
		border-bottom: 0;
		text-align: left;
		padding:16px 0 0;
	}
	.detail_area .inner .content .textarea table td{
		display: block;
		width: 100%;
		border-bottom: solid 1px #ccc;
		padding:16px 0;
	}
}

/* --------------------------------------------------
  membership
--------------------------------------------------*/
.membership{
	background: #eef2f1;
	padding: 60px;
}
.membership .inner{
	max-width: 830px;
	margin: 0 auto;
}
.membership .inner h3{
	color: #145000;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	font-size: 24px;
	margin-bottom: 24px;
	text-align: center;
}
@media screen and (max-width: 836px) {
	.membership{
		padding: 40px 32px;
	}
	.membership .inner h3{
		font-size: 20px;
	}
}


/* --------------------------------------------------
  2020.03.26 Nakai ビタミン表記に関する指定
--------------------------------------------------*/
.number {
	font-size: x-small;
}


/* --------------------------------------------------
  10.1ドリンク
--------------------------------------------------*/
.new_area {
		background: url(/img/top/bg_new.jpg) top center no-repeat;
		background-size: 100%;;
}
.new_area .inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 80px 16px;
}
.new_area h2 {
	font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	font-size: 3em;
	text-align: center;
	margin-bottom: 60px;
}
.new_area .caption_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.new_area .img_box {
    width: 30%;
}
.new_area .img_box img {
	width: 100%;
}
.new_area .caption_box {
    width: 64%;
}
.new_area .caption_box h3 {
	font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	font-size: 28px;
	margin-bottom: 24px;
	line-height: 150%;
}
.border_box {
	background: #fff;
	border: #774d0a dotted 1px;
	padding: 0.8em 1.2em;
}

.border_box h4 {
	margin-bottom: 0.3em;
}

@media screen and (max-width: 836px) {
	.new_area h2 {
		font-size: 1.8em;
		margin-bottom: 40px;
	}
	.new_area .caption_area {
	display: block;
	}
	.new_area .img_box {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.new_area .img_box img {
		width: 50%;
		max-width: 200px;
	}
	.new_area .caption_box {
					width: 100%;
	}
	.new_area .caption_box h3 {
		font-size: 22px;
	}
}
