@charset 'UTF-8';
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {font-size: 62.5%;}
body {
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.8;
	font-family: "Source Sans Pro", sans-serif;
	color: #4c4c4c;
  font-variant: normal;
  font-style: normal;
  position: relative;
  -ms-word-wrap: break-word;
      word-wrap: break-word;
  display:none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
*:focus {
  outline: none;
}
input[type="text"]:focus,
input[type="button"]:focus {
  outline: 0;
  border-color: orange;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.playfairdisplay{
font-family: 'Playfair Display', serif;
font-weight: 400;
font-style: italic;
}
.playfairdisplay2{
font-family: 'Playfair Display', serif;
font-weight: 400;
font-style: normal;
}

img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #333333; text-decoration: none;
}
a:hover, a:hover img {
	opacity: 0.7;
}
a img{
	border: none
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.clearfix:before, .clearfix:after { display:table; content:" "; }
.clearfix:after { clear:both; }
.clearfix { *zoom:1; }
section	{
	padding-left: 10px;
	padding-right: 10px;
}
header {
	position: fixed;
	top: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #FFF;
	border-top: 3px solid #e95549;
	width: 100%;
	margin: 0 auto;
box-shadow:0px 0px 20px 3px rgba(86,86,86,0.2);
-moz-box-shadow:0px 0px 20px 3px rgba(86,86,86,0.2);
-webkit-box-shadow:0px 0px 20px 3px rgba(86,86,86,0.2);
    z-index: 199;
    height: 67px;
}
header ul {
	text-align:right;
	margin: 0;
}
header ul li{
	display: inline-block;
	font-weight: 600;
	color: #56371C;
	padding: 0;
}
header ul.headinfo {
  display: -webkit-box; /* Android 2~4 */
  -webkit-box-pack: justify; /* Android 2~4 */
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
      display: -webkit-flex;
      -webkit-flex-direction: row;
      display: flex;
      flex-direction: row;
   width: 100%;
   min-height: 40px;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
}
header ul.headinfo li{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: center;
  vertical-align: middle;
-webkit-justify-content: center;
        justify-content: center;
  font-size: 2rem;
  padding: 12px 0 ;
  width: 15%;
  height: 64px;
  max-width: 70px;
}
header ul.headinfo li.hmb_area {
	width: 20%;
}
header ul.headinfo li .fa {
	display: inline-block;
	font-size: 24px;
	padding-top: 8px;
}
header ul.headinfo li:first-child {
	border-left: none;
}
header ul.headinfo li.langbox {
	background: #56371c;
}
header ul.headinfo li.langbox a{
	color: #FFF;
}
header .logobox {
	width: auto;
	margin: 0;
	position: absolute;
	height: 64px;
	z-index: 1;
}
header .logobox img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	display: block;
	overflow: hidden;
	height: 26px;
	width: auto;
	max-width: 400px;
}
header ul.headinfo a {
	color: #56371c;
	text-decoration: none;
	padding: 5px 10px;
}

header ul li.close img {
	display: none;
}
#siteheader { position: fixed; }
#searcharea {
	border-top: 3px solid #e95549;
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	background: #FFF;
	height: 67px;
    z-index: -1;
}
#cse-search-box {
    position: relative;
    margin: 20px auto 0;
    max-width: 970px;
    text-align: center;
}
#cse-search-box input[type="button"],
#cse-search-box input[type="submit"],
#cse-search-box input[type="text"],
.gsc-search-box-tools .gsc-search-box .gsc-input {
	-webkit-appearance: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    z-index: -1;
}
#q  {
    width: 70%;
    height: 30px;
    border: none;
    padding: 4px;
    color: #333;
    border-bottom: 1px solid #cccccc;
    font-size: 1.6rem;
    background: none !important;
}
input.font-awesome {
    font-family: 'FontAwesome';
}
.searchPush{
	cursor: pointer;
}
.searchPush:hover{
	opacity: 0.7;
}
input.searchPush {
	border: none;
	background: #FFF;
	font-size: 2.6rem;
	font-weight: normal;
	margin-right: 0px;
	padding-left: 3px;
	color: #4F3B13;
	padding-right: 3px;
}
a.searchclose img{
	margin-left: 5px;
	max-width: 2rem;
	height: auto;
	display: inline-block;
}
#pagecontent {
	margin-top: 67px;
	top: 0;
	-webkit-transition: .2s;
	   -moz-transition: .2s;
	    -ms-transition: .2s;
	     -o-transition: .2s;
	        transition: .2s;
}

.notofont {
font-family: 'Noto Sans', sans-serif;
}
.lft_cont {
   text-align: left;
   float: none;
}
.rgt_cont {
	text-align: center;
}
.inner1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.tac {
	text-align: center;
}
/*slick slide*/
.slider {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.slider p {
	padding: 0;
	margin: 0;
}
.slider p.sl_broductname{
	color: #4f3b13;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.2;
	max-height: 4.8rem;
	overflow: hidden;
	max-width: 90%;
	margin: 20px auto 5px;
}
.slider p.sl_broductprice{
	color: #695836;
    font-style: italic;
	font-size: 2.2rem;
	line-height: 1.1;
	padding-top: 5px;
}
.slider div.bbtn {
	background: #726242;
	padding: 5px 40px;
	margin-top: 15px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	font-size: 1.6rem;
}
.slick-slide {
	margin: 0px 20px;
}
.top_slider .slick-slide {
	margin: 0px;
}
.slick-slide img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.slick-prev:before,
.slick-next:before {
    color: #513D16;
}
/*slick slide end*/
/*slicknav */
.slicknav_menu {
	position: relative;
}
.slicknav_nav {
	width: 100%;
	overflow: scroll;
	position: absolute;
	top: 0;
	background: #ebe1d5;
	border-top:1px solid #a79d89;
    border-top: 1px solid #a79d89;
    box-shadow: -5px 8px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -5px 8px 20px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: -5px 8px 20px 0px rgba(0,0,0,0.2);
}
.slicknav_btn {
	top: -50px;
	right: 15px;
}
.js .slicknav_menu {
display:block;
}

.slicknav_nav li.s_wheretobuy {
	display: block;
}
.slicknav_nav li.s_langbox {
display: block;
background: #4f3b13;
font-family: 'Noto Sans Japanese', sans-serif;
font-weight: 300;
    background-image: url(/common/images/lang_icon.png);
    background-repeat:no-repeat;
    background-position: 15px 22px ;
}
.slicknav_nav li.s_langbox a {
color: #FFF;
border: none;
font-size: 1.6rem;
padding-left: 20px;
}
.slicknav_nav li.s_langbox ul {
	text-align: left;
	border-top: 1px solid #c9b9a7;
	font-size: 1.6rem;
    margin: 0 15px;
    border-bottom: 0;
}
.slicknav_nav li.s_langbox li a{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 5px 10px;
	line-height: 44px;
}
.slicknav_nav li.s_langbox li a img{
	display: inline-block;
	width: auto;
}
/*slicknav end*/
/*sns icon*/
.sns_area {
	margin: 30px 0;
}
.sns_area a{
	text-decoration: none;
}
.sns_area p{
	font-size: 1.6rem;
	padding: 5px;
}
.sns_area a img {
	display: inline;
	max-width: 2rem;
	margin: 5px;
}
/*sns icon end*/
/* accordion */
.a_item_r{
	color:#fff; text-align:center;
	padding:10px; cursor:pointer;
	position: relative
}
.a_item_r p{
	color:#56371c;
	font-weight: bold;
	font-size: 2.2rem;
	margin-top: 10px;
	text-align: left;
	margin: 0;
}
.a_contents_r{
	display:none;
	padding:0 10px 30px 10px;
}
.a_contents_r p{
	display:none;
	margin:10px 0;
}
.a_item_r:after{
	content: url(/common/images/a_item_r_b.png);
	color: #56371C;
	display: block;
	width: 20px;
	position:absolute;
	right: 20px;
	top:30%;
	bottom:0;
}
.open_close_r:after{
	content: url(/common/images/a_item_r_a.png);
	top:50%;
}
/* accordion end*/
/* breadclumb start*/
.bc_area {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 970px;
	min-height: 10px;
	display: none;
}
.breadclumb {
		display: none;
}
ul.breadclumb {
	padding: 7px 0;
}
ul.breadclumb li{
	display: inline-block;
}
ul.breadclumb li:after{
	content:'/';
	margin: 0 5px;
}
ul.breadclumb li a {
	color:#e95549;
	text-decoration: none;
}
ul.breadclumb li:last-child:after {
	content: "";
}
/* breadclumb end*/
/* buttondeco start*/
.bbtn {
	display: inline-block;
	color: #FFF;
	background: #56371c;
	text-decoration: none;
	padding: 5px 10px;
}
a.bbtn_mx {
	display: block;
	background: #726242;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1.8rem;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	margin-top: 30px;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 0.1rem;
}
/* buttondeco end*/
.id_ttl {
	font-weight: bold;
}
ul.hph_list {
	list-style-type: none;
}
ul.hph_list li{
	padding-left: 1rem;
	position: relative;
	padding-bottom: 10px;
}
ul.hph_list li:before {
display: block;
content: "-";
 width: 1rem;
 height: 1rem;
 position: absolute;
 left: 0;
 top: 0;
}
.secbox {
	border-top: 1px solid #D2D2D2;
	padding-bottom: 30px;
}
.secbox.var01 {
	border-top: none;
}
/* gotop */
p.gotop{
    position: fixed;
    right: 5%;
    bottom: 10px;}
p.gotop a{
    width: 45px;
    height: 45px;
    display: block;
}
p.gotop a img{
    width: 45px;
    opacity: 0.8;
}
/* gotop end */
.sns_area_tp{
	padding-top: 50px;
	text-align: center;
font-family: 'Noto Sans', sans-serif;
}
.sns_area_tp p{
	font-size: 1.6rem;
	padding: 5px;
}
.sns_area_tp a img {
	display: inline;
	max-width: 3.2rem;
	margin: 5px;
}
footer {
	margin-top: 60px;
	padding-top: 20px;
}
footer p {
	text-align: center;
}
footer p.cpr {
	color: #A5A9AA;
	line-height: 3;
	font-size: 1.2rem;
}
footer .sns_area_und {
	    background: #f9f6f2;
	    text-align: center;
	    padding: 10px ;
	    margin: 0;
}
footer .sns_area_und p{
	font-family: 'Noto Sans', sans-serif;
}
footer .sns_area_und img {
	display: inline;
	max-width: 2.8rem;
	padding: 4px;
        vertical-align: bottom;
}
footer ul.ft_link li{
	margin-top: 10px;
	display: inline-block;
	color: #a5a9aa;
	border-left: 1px solid #a5a9aa;
	padding: 0 4px;
	line-height: 1;
}
footer ul.ft_link li:last-child {
	border-right: 1px solid #a5a9aa;
}
footer ul.ft_link li a{
	color: #a5a9aa;
}
p.sectitle {
	color:#4f3b13;
	font-weight: bold;
	font-size: 2.2rem;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: left;
}
p.sectitle_b {
	color:#4f3b13;
	font-size: 3.6rem;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.2;
}
p.sectitle_c {
	color:#4f3b13;
	font-size: 2.3rem;
	margin-top:0;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 700;
}
p.sectitle_bb {
	color:#4f3b13;
	font-size: 3.4rem;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 700;
}
/*smartphone style*/
.fxbox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
}
.fxbox > div,
.fxbox > a {
      -webkit-transition: width 0.7s ease-out;
      transition: width 0.7s ease-out;
}
.fxbox > div.twice {
  flex: 2 0 auto;
  -webkit-flex: 2 0 auto;
}
#menu {
display:none;
}
header ul.headinfo li.langbox {
	display: none;
}
header li.main_li + li a {
}

header ul.megamenu p.mega_h {
	width: 100%;
	font-weight: 900;
}
header ul.megamenu li.second a {
	padding-left:40px ;
}
header ul.megamenu li.second p a {
	padding-left: 20px;
}
.slicknav_nav li.close {
	display: none;
}
/*toppage start*/
main.toppage {
width: 100%;
	max-width: 100%;
}
main.toppage section {
	border-top: 1px solid #ccc;
}
main.toppage .secbox {
	border: none;
	padding: 40px 10px;
}
section.top_slider {
	padding: 0;
	color: #4F3B13;
	height: 450px;
	border-top: none;
}
main.toppage section.top_slider {
	border-top: none;
}
.top_slider .slider {
	width: 100%;
}
.top_slide_box {
	height: 450px;
	background-repeat:no-repeat;
	background-position : 70% -65px;
	-webkit-background-size: auto 338px;
	     -o-background-size: auto  338px;
	        background-size: auto  338px;
}
.top_slide_box > a {
	height: 450px;
	color: #4F3B13;
}
.top_slide_box.inner_right {
	background-position: 30% -65px;
}
.top_slide_box.inner_center {
	background-position: 50% -65px;
}
.top_slide_disc {
	margin-top: 220px;
	background-color: #FFF;
	padding: 5px 0;
	position: relative;
		min-height: 200px;
	}
.top_slide_disc > div{
	position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.top_slider p {
	text-align: center;
	line-height: 2rem;
	padding: 7px 0;
	word-wrap: break-word;
}

.top_slide_box a:hover {
	opacity: 1;
}
.top_slide_box a:hover > div p,
.top_slide_box a:hover > div span,
.top_slide_box a:hover > div img {
	opacity: 0.7;
}

.top_slide_box img {
	display: block;
	max-width: 209px;
	margin: 20px auto ;
}
p.top_slider_h_m {
	font-weight: 700;
}
p.top_slider_h {
	font-weight: 600;
	padding: 5px 0;
	font-size: 2.6rem;
	line-height: 3.4rem;
	white-space: nowrap;
}
.msp_area {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.15, #fff), color-stop(0.00, #f5f0ea));
background: -webkit-linear-gradient(top, #f5f0ea 0%, #fff 15%);
background: -moz-linear-gradient(top, #f5f0ea 0%, #fff 15%);
background: -o-linear-gradient(top, #f5f0ea 0%, #fff 15%);
background: -ms-linear-gradient(top, #f5f0ea 0%, #fff 15%);
background: linear-gradient(to bottom, #f5f0ea 0%, #fff 15%);
}
.arrowslide {
    width:100%; /* 任意の値 */
    margin:0 auto; /* 任意の値 */
    position:relative;
}
.arrowslide .slick-prev,
.arrowslide .slick-next {
    width:45px; /* 画像幅 */
    height:45px /* 画像高さ */
}
.arrowslide .slick-prev:before {
	 content: url(/common/images/slide_prev.png);
}
.arrowslide .slick-next:before {
	 content: url(/common/images/slide_next.png);
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.regular_arrow a img {
	max-width: 400px;
}
.regular_arrow2.slider {
	padding-bottom: 20px;
}
.regular_arrow2 a > div{
	padding: 40px 10px 40px;
	margin: 0 20px 50px;
	max-width: 290px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.msp_area .slick-slide {
    margin: 0px ;
}

.mp_sl_in {
	position:relative;
	min-height: 400px;
	margin: 0 auto;
}
.msp_area .mp_sl_in img.mp_new {
	position: absolute;
	top: 0;
	right: 10px;
	max-width: 80px;
	margin: 0;
	padding: 0;
}
.msp_area .mp_sl_in img {
	width: 80%;
	max-width: 230px;
	padding: 40px 0 0 0;
}
.mp_sl_in div.bbtn{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 120px;
}
.dyn_area.top_p {
	background-position:top center;
	background-repeat:no-repeat;
}
.dyn_area.top_p {
	padding-bottom: 60px;
}
.dyn_area p {
	line-height: 1.2;
	padding-bottom: 15px;
}
.dyn_area.top_p .slider img {
    border: 1px solid #cfd8dc;
    display: block;
    width: 180px;
    margin: 0 auto 15px;
}
.dyn_area.top_p div.bbtn {
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 120px;
}
.dyn_area.top_p .slick-dots {
    bottom: -30px;
}
#arrows2 {
	display: none;
}
.wtb_area a:hover  > div {
	opacity: 0.7;
}
.wtb_box {
	height: auto;
}
.wtb_disc {
	position: relative;
	line-height: 1;
	width: 100%;
	height: 350px;
	padding: 30px 0 0;
	text-align: center;
}
.wtb_disc img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.wtb_disc p {
	color: #7e725f;
	text-align: center;
}

.article_area {
	    background-repeat:no-repeat;
	background-position: center;
	-webkit-background-size: 190% auto ;
	     -o-background-size: 190% auto ;
	        background-size: 190% auto ;
	height: 180px;
	border-top: 1px solid #ccc;
}

.article_area .secbox {
	height: 180px;
	border: none;
	padding-bottom: 0;
}

.essensial.article_area {
	background-position: center;
	-webkit-background-size:cover;
	     -o-background-size:cover;
	        background-size:cover;
	border-top: 1px solid #ccc;
}
.essensial.article_area,
.essensial.article_area .secbox {
	height: 125px;
	color: #4f3b13;
}

.essensial.article_area:last-child {
	border-bottom: 1px solid #ccc;
}
.article_area > a > div {
	margin: 0 auto;
	line-height: 1;
}
.article_area > a:hover > div {
	opacity: 0.7;
}
.article_area > a > div {
	line-height: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.article_area.inner_center > a > div {
	-webkit-justify-content: center;
	justify-content: center;
}
.article_area.inner_right > a > div {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.article_area.inner_center .article_disc {
	width: 70%;
	padding:0;
}
.article_disc {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.1;
	padding: 0;
	width: 50%;
}
.article_disc p {
	padding: 0;
	overflow: hidden;
}
.article_disc .btn {
	margin-top: 20px;
	display: none;
}
.article_disc p.ttl_1 {
	margin-bottom: 0;
}

.banner_area {
	padding: 80px 15px;
}
/*toppage end*/
.mt30 {
	margin-top: 30px;
}
.yma_area .slider img {
	width: 60%;
}
.dyn_area {
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #f9f6f2;
}
.yma_sl_in,
.dyn_sl_in {
	position:relative;
	min-height: 330px;
	width: 280px;
	margin: 0 auto;
}
.dyn_sl_in  p {
	color: #4F3B13;
	font-size: 2rem;
	line-height: 1.2;
	padding: 0 10px;
	width: 90%;
	margin: 0 auto;
	padding: 0 0 15px;
}
.dyn_sl_in img{
	border: 1px solid #cfd8dc;
	display: block;
	width: 60%;
	margin: 0 auto 15px;
}
.yma_sl_in div.bbtn,
.dyn_sl_in div.bbtn
 {	left: 0;
	right: 0;
	margin: auto;
	width: 120px;
}
.yma_sl_in div.bbtn {
	position: absolute;
	bottom: 20px;
}
.regular_arrow2 div p{
	text-decoration: none;
	color: #56371c;
	font-size: 2rem;
}
.sp_sp {
	display: inline-block;
}
.tb_pc {
	display:none;
}
.sp_pc,
span.sp_pc,
img.sp_pc {
	display: none;
}
.pc_pc,
span.pc_pc {
	display: none;
}
/*smartphone style end*/
/*tablet style*/
@media screen and (min-width: 768px) {
	img {
		width: auto;
		max-width: 100%;
	}
	.sp_sp {
		display: none;
	}
	.tb_pc {
		display:block;
	}
	span.tb_pc {
		display: inline-block;
	}
	.sp_pc {
		display: block;
	}
	span.sp_pc {
		display: inline-block;
	}
	img.sp_pc {
	display: block;
	}
	.lft_cont {
		text-align: left;
		float: left;
	}
	.rgt_cont {
		text-align: right;
	}
	.fxbox {
		display: -webkit-flex;
		-webkit-flex-direction: row ;
		display: flex;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.fxbox > div.third,
	.fxbox > li.third {
		flex: 3 0 auto;
		-webkit-flex: 3 0 auto;
		position: relative;
	}
	.fxbox > div.fl50 {
		-webkit-flex: 1 0;
		-ms-flex: 1 0;
		flex: 1 0;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.fxbox > li {
		-webkit-flex-basis: 46%;
		flex-basis: 46%;
		max-width: 46%;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-right: 2%;
	}
	header ul.megamenu li.first {
		margin: 30px auto;
		text-align: center;
	}
	header ul.megamenu li.first a {
		display: inline-block;
		text-align: center;
		width: 49%;

	}
	header ul.megamenu li.first a img {
		width: 100%;
		max-width: 500px;
	}
	#q  {
		font-size: 2rem;
		width: 80%;
	}
	a.bbtn_mx {
		display:inline-block;
		margin: 30px auto;
		padding: 10px 30px;
	}
	.bc_area, .breadclumb {
	display: block;
	}
	/*toppage start*/
	.top_slide_box {
		height: 375px;
	}
	section.top_slider {
		height: 375px;
		padding: 0;
	}
	section.top_slider .slider {
		margin: 0 auto;
	}
	.top_slider p {
		font-size: 1.6rem;
		padding: 7px ;
	}
	.top_slide_box,
	.top_slide_box.top_slide_box,
	.top_slide_box.inner_center {
		background-position: center bottom;
		-webkit-background-size: auto 100%;
		-o-background-size: auto 100%;
		background-size: auto 100%;
	}
	.top_slide_box > a > div  {
		height: 375px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
	}
	.top_slide_box.inner_right > a > div  {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.top_slide_box.inner_center > a > div  {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.top_slide_disc {
		width: 50%;
		margin: 0;
		background: none;
	}
	.top_slide_box {
		font-size: 1.6rem;
	}
	.top_slide_box p{
		line-height: 1.2;
	}
	.top_slide_box img {
		width: auto;
	}
	.msp_area .slider {
		width: 95%;
	}
	.mp_sl_in {
	border-right: 1px dotted #ccc;
	}
	.regular_arrow2 .slick-next{
		right: -50px;
		}
	.regular_arrow2 .slick-prev{
		left: -50px;
		}
	.regular_arrow2 a > div {
		height: 420px;
	}
	.dyn_area .top_p p {
		padding-bottom: 40px;
	}
	.dyn_area div.bbtn {
		position: absolute;
		bottom: 30px;
	}
	.dyn_area.top_p div.bbtn {
		bottom: 40px;
	}
	.dyn_sl_in  p {
		max-height: 73px;
		overflow: hidden;
	}
	.article_area {
		background-repeat:no-repeat;
		background-position: center bottom;
		-webkit-background-size: auto 100%;
		-o-background-size: auto 100%;
		background-size: auto 100% ;
		height: 370px;
	}
    .article_area .secbox {
    	height: 370px;
    }
.essensial.article_area,
.essensial.article_area .secbox {
	height: 255px;
}
	.article_area.inner_center .article_disc {
		width: 70%;
		max-width: 460px;
		padding:0;
	}
	.article_ p {
		padding: 5px 0;
	}
	.article_disc p.ttl_1 {
		margin-bottom: 20px;
	}
	.article_disc .btn {
		margin-top: 40px;
		display: inline-block;
	}
	.dryskin_disc {
		position: absolute;
		top: 0;
		left: 0;
		right: auto;
		bottom: 0;
		margin: auto;
		width: 50%;
		height: 270px;
		padding: 0;
	}
	.dryskin_disc p {
		padding: 10px;
	}
	.dryskin_box a.bbtn {
		margin: 10px 0 10px;
		position: static;
	}
	/*toppage end*/
	.sns_area {
		margin: 50px 0;
	}
	.sns_area_tp{
		padding-top: 70px;
	}
	footer .sns_area_und {
		text-align: left;
		padding: 30px ;
		vertical-align: middle;
	}
	footer .sns_area_und p {
		display: table-cell;
		vertical-align: middle;
	}
	footer ul.ft_link li {
		margin-top: 0;
	}
	footer p.cpr {
		width: 100%;
		max-width: 1200px;
		padding: 0 30px;
		text-align: left;
		font-size: 1.4rem;
	}
}
/*tablet style end*/
/*pc style*/
@media screen and (min-width: 1024px) {
	body {
	}
	.tb_pc,
	span.tb_pc {
		display: none;
	}
	.pc_pc {
		display: block;
	}
	span.pc_pc {
		display: inline-block;
	}
	header {
		position: fixed;
		top: 0px;
		left: 0px;
		height: 100px;
	}
	li.main_li {
		background-image:url(/common/images/main_li_bg.png);
		background-repeat: no-repeat;
		background-position:center 90%;
		background-size :12px auto;
	}
	li.main_li:hover{
		background-image:url(/common/images/main_li_bg_on.png);
	}
	li.main_li.close{
		background-image:url(/common/images/main_li_bg_close.png);
		background-repeat: no-repeat;
		background-position:center 90%;
		background-size :12px auto;
	}
	li.main_li.close:hover{
		background-image:url(/common/images/main_li_bg_close.png);
	}

	#searcharea {
		height: 100px;
	}
	#menu {
		display:block;
		margin-top: 3px;
	}
	.slicknav_menu {
		display:none;
	}
	#siteheader {
		position: fixed;
	}
	#pagecontent {
		position: relative;
		margin-top: 100px;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
	}
	header ul.headinfo li {
		max-width: 100%;
	}
	header .logobox {
		min-height: auto;
		max-width: 350px;
	}
	header .logobox img {
		display: block;
		overflow: hidden;
		padding: 15px 0 0;
		width: 350px;
	}
	header .third {
		text-align: right;
		font-size: 1.8rem;
	}
	header ul li{
	padding: 0 10px;
	}
	header ul.headinfo {
		display: inline;
		border: none;
	}
	header ul.headinfo a {
		padding: 5px 0;
	}
	header ul.headinfo li {
		display: inline;
		width: auto;
		border: none;
		padding: 5px 10px;
	}
	header ul.headinfo li:nth-child(3) {
		width: 0;
		padding: 0;
	}
	header ul.headinfo li.langbox {
		font-size: 1.6rem;
		line-height: 1.6;
		display: inline-block;
		white-space: nowrap;
		vertical-align: middle;
		background: url(/common/images/lang_icon.png) no-repeat 7px 15px #4f3b13;
		color: #FFF;
		padding: 6px 5px 10px 24px;
		width: 114px;
		height:44px;
		position: relative;
		margin-left: 10px;
		-webkit-border-radius: 0 0 3px 3px;
		        border-radius: 0 0 3px 3px;
	}
	header ul.headinfo li.langbox img{
		margin-top: 0;
		margin-right:5px;
		display: inline-block;
		max-width: 18px;
	}
	header ul.headinfo li.langbox a{
		width: 100%;
		padding: 0;
		vertical-align: middle;
	}
	header ul.headinfo li.langbox a:active + li.langbox {
		-webkit-border-radius: 0;
		        border-radius: 0;
	}
	header ul#menu > li {
		height: 51px;
		padding: 0 15px;
	}
	header ul#menu > li:nth-child(6){
		padding-right: 0;
	}
	header ul#menu > li > a{
		display: block;
		width: 100%;
		height: 51px;
		line-height: 4.7rem;
		padding-bottom: 4px;
		margin-bottom: 0;
	}
	header ul#menu > li > a:hover {
		border-bottom: 3px solid #4f3b13;
	}
	header ul.headinfo ul#langlist {
		font-family: 'Noto Sans Japanese', sans-serif;
		position: absolute;
		background: #4f3b13;
		z-index: 202;
		margin:0;
		top: 42px;
		left: 0;
		font-style: normal;
		font-size: 1.4rem;
	}
	ul#langlist li{
		display: block;
		width: 94px;
		margin: 0 10px;
		font-size: 1.4rem;
		font-family: 'Noto Sans Japanese', sans-serif;
		font-weight: 300;
		text-align: left;
		height: auto;
	}
	ul#langlist li:first-child {
		border-top: 1px solid #FFF;
		padding: 7px 10px 5px;
	}
	ul#langlist li:last-child {
		margin-bottom: 10px;
	}

	ul#langlist li:nth-child(3) {
		padding: 5px 10px;
	}
	.s_wheretobuy,
	.s_langbox {
		display: none;
	}
	header ul.megamenu {
		width: 100%;
		text-align: left;
		padding: 0;
		font-size: 1.8rem;
		line-height: 2.8;
		border-top: 1px solid #A79D89;
		border-bottom: 1px solid #A79D89;
	}
	header ul.megamenu li.second {
		display: inline-block;
		width: 60%;
		padding: 20px 0;
	}
	header ul.megamenu p.mega_h {
		display: inline-block;
		width: 97%;
		border-bottom: 1px solid #cac4b8;
		border-top: 1px solid #cac4b8;
		font-weight: 900;
		padding-left: 20px;
	}
	header ul.megamenu li.first {
		display: inline-block;
		width: 39%;
		padding: 20px 0;
		vertical-align: top;
		height: 296px;
		margin: 0;
	}
	header ul.megamenu li.first a {
		display: block;
		width: 100%;
	}
	header ul.megamenu li.first a img{
		display: block;
		width: 100%;
		max-width: 355px;
		margin-bottom: 10px;
	}
	header ul.megamenu li.first a:nth-child(odd) img {
		margin-bottom: 20px;
	}
	header ul.megamenu li.second a {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		display: inline-block;
		width: 97%;
		border-bottom: 1px solid #cac4b8;
		color: #333;
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 0;
	}
	header ul.megamenu li.second a {
		padding-left:40px ;
	}
	header ul.megamenu li.second.second_w a {
		width: 47.5%;
	}
	header ul.megamenu li.second.second_w p a:nth-child(odd){
		margin-left: 0;
	}
	header ul.megamenu li.second.second_w a:nth-child(odd){
		margin-left: 1.3%;
	}
	header ul.megamenu li.second p a {
		border-bottom: none;
		padding-left: 0;
	}
	header ul.megamenu li.close {
		display: block;
		text-align: center;
	}
	header ul.megamenu li.close img {
		display: block;
		height: 35px;
		}
/*header ul.megamenu li.second a.n_two {
	margin-right: 0;
	}*/
	.mega-in li{
	}
	header .logobox {
		-webkit-flex: 1 1 350px;
		flex: 1 1 350px;
		max-width: 400px;
		position: relative;
		height: auto;
		z-index: 100;
	}
	header .logobox a {
		position: absolute;
		top: 33px;
		left: 20px;
		display: block;
		width: 258px;
		height: 40px;
	}
	header .logobox img {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
		width: 258px;
		height: auto;
	}
	/*toppage_pc start*/
	section.top_slider {
		height: 500px;
	}
	.top_slider p {
		font-size: 2.4rem;
		padding: 7px 4px;
	}
	.top_slide_box,
	.top_slide_box > a > div {
		height: 500px;
	}
	.top_slide_box > a > div {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		height: 500px;
	}
	.top_slide_box a {
	margin-top: 30px;
	}
	.top_slide_disc {
    width: 55%;
    margin: 0;
    }
	main.toppage .secbox {
		max-width: 1240px;
		margin: 0 auto;
	}
	.top_slide_box {
		font-size: 2.1rem;
	}
	p.top_slider_h_m {
		font-size: 1.8rem;
	}
	p.top_slider_h {
		font-size: 4rem;
	}
	.msp_area .slider {
		width: 94%;
	}
	.article_area {
		background-repeat:no-repeat;
		background-position: center bottom;
		-webkit-background-size: auto;
		-o-background-size: auto;
		background-size: auto;
		height: 495px;
	}
	.essensial.article_area {
		background-position: center bottom;
		-webkit-background-size: auto;
		-o-background-size: auto;
		background-size: auto;
	}

	.essensial.article_area,
	.essensial.article_area .secbox {
		height: 340px;
	}
    .article_area .secbox {
    		width: 100%;
    		max-width: 1024px;
    		height: 495px;
    }
	main.toppage .secbox.wtb_box {
		max-width: 970px;
	}
/*toppage_pc end*/
	section,
	.dyn_area,
	.yma_area {
		max-width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
	section.article_area {
		max-width: 100%;
	}
	.dyn_area .sectitle_c {
		margin: 20px 0 30px 50px;
		padding-bottom: 0;
	}
	.toppage section {
		max-width: 100%;
	}
	/* meamenu */
/*
	.clearfix:before, .clearfix:after { display:table; content:" "; }
	.clearfix:after { clear:both; }
	.clearfix { *zoom:1; }
*/
	a { color: #333333; text-decoration: none; }
	#siteheader { padding:  0 0 0 0; }
	nav {
		position: relative;
		font-size: 1.8rem;
	}
	nav > ul { width: 100%; }
	nav li.li_lust {
		margin-right: 30px;
	}
	.megamenu {
		display: none;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		padding:1em 0;
		background: #ebe1d5;
	}
}
@media screen and (min-width: 1366px) {
/*toppage_pc start*/
	section.top_slider {
		height: 550px;
	}
	.top_slide_box {
		height: 550px;
	}
	.top_slide_box > a > div{
		height: 550px;
	}
	.top_slide_box {
		font-size: 2.4rem;
	}
	p.top_slider_h_m {
		font-size: 2rem;
	}
	p.top_slider_h {
		font-size: 4.6rem;
	}
	/*toppage_pc end*/
}

/*text decoration*/
.bld_l {font-weight: 100;}
.bld_r {font-weight: 400;}
.bld_sb {font-weight: 600;}
.bld_b {font-weight: 700;}

.fs_1  { font-size: 0.8rem; line-height: 1.4;}
.fs_2  { font-size: 0.9rem; line-height: 1.4;}
.fs_3  { font-size: 1rem; line-height: 1.4;}
.fs_4  { font-size: 1.2rem; line-height: 1.4;}
.fs_5  { font-size: 1.3rem; line-height: 1.4;}
.fs_6  { font-size: 1.4rem; line-height: 1.4;}
.fs_7  { font-size: 1.5rem; line-height: 1.4;}
.fs_8  { font-size: 1.6rem; line-height: 1.4;}
.fs_9  { font-size: 1.7rem; line-height: 1.4;}
.fs_10 { font-size: 1.9rem; line-height: 1.4;}
.fs_11 { font-size: 2.1rem; line-height: 1.4;}
.fs_12 { font-size: 2.3rem; line-height: 1.4;}
.fs_13 { font-size: 2.7rem; line-height: 1.4;}
.fs_14 { font-size: 2.9rem; line-height: 1.4;}
.fs_15 { font-size: 3.5rem; line-height: 1.4;}
.fs_16 { font-size: 4.1rem;  line-height: 1.4; }
.fs_17 { font-size: 4.6rem;  line-height: 1.2; }
.fs_18 { font-size: 5.2rem;  line-height: 1; }
.fs_19 { font-size: 5.8rem;  line-height: 1;}

.article_area .fs_1  { font-size: 0.5rem; line-height: 1.4; display: none;}
.article_area .fs_2  { font-size: 0.6rem; line-height: 1.4; display: none;}
.article_area .fs_3  { font-size: 0.7rem; line-height: 1.4; display: none;}
.article_area .fs_4  { font-size: 0.8rem; line-height: 1.4; display: none;}
.article_area .fs_5  { font-size: 0.9rem; line-height: 1.4;}
.article_area .fs_6  { font-size: 1rem; line-height: 1.4;}
.article_area .fs_7  { font-size: 1.1rem; line-height: 1.4;}
.article_area .fs_8  { font-size: 1.1rem; line-height: 1.4;}
.article_area .fs_9  { font-size: 1.2rem; line-height: 1.4;}
.article_area .fs_10 { font-size: 1.3rem; line-height: 1.4;}
.article_area .fs_11 { font-size: 1.5rem; line-height: 1.4;}
.article_area .fs_12 { font-size: 1.6rem; line-height: 1.4;}
.article_area .fs_13 { font-size: 1.9rem; line-height: 1.4;}
.article_area .fs_14 { font-size: 2rem; line-height: 1.2;}
.article_area .fs_15 { font-size: 2.4rem; line-height: 1.2;}
.article_area .fs_16 { font-size: 2.8rem;  line-height: 1.2; }
.article_area .fs_17 { font-size: 3.2rem;  line-height: 1.2; }
.article_area .fs_18 { font-size: 3.6rem;  line-height: 1.2; }
.article_area .fs_19 { font-size: 4.1rem;  line-height: 1.2;}

.fs_10_str { font-size: 3.2rem; }
.fstl_1 {font-family:}
.fstl_2 {font-family:}
.fstl_3 {font-family:}
.col_brown { color: #4f3b13;}
.col_black { color: #333333; }
.col_white { color: #FFFFFF; }
.col_red { color: #e95549; }
.text_line{border-bottom: 1px solid;}
.btn_brown {
	display: inline-block;
	background: #726242;
    padding: 10px 40px;
    margin: 15px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    font-size: 1.6rem;
    text-decoration: none;
}
.btn_black {
	display: inline-block;
	background: #333333;
    padding: 10px 40px;
    margin: 15px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    font-size: 1.6rem;
    text-decoration: none;
}
.btn_red {
	display: inline-block;
	background: #e95549;
    padding: 10px 40px;
    margin: 15px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    font-size: 1.6rem;
    text-decoration: none;
}

.btn_white {
	display: inline-block;
	background: #fff;
    padding: 10px 40px;
    margin: 15px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #4f3b13;
    font-size: 1.6rem;
    border: 1px solid #726242;
    text-decoration: none;
}
.link_txt {
	color: #E95549;
	line-height: 1.4;
	border-bottom: 1px solid;
	font-size:12pt;
}
.link_new_win {
	display: inline-block;
	color: #E95549;
	border-bottom: 1px solid;
	margin-right: 30px;
	position: relative;
	font-size: 1.8rem;
	line-height: 1.4;
}
.link_new_win::after{
    content: "";
    display: inline-block;
	position: absolute;
	top: 30%;
	right: -18px;
	background-image: url("/common/images/new_win.png");
	background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    height: 13px;
    width: 14px;
}
.bld23 { font-weight: 600; font-size: 2.3rem; }
.bld94 { font-weight: 900; font-size: 7rem;   }
.bld94 { font-weight: 900; font-size: 7rem;   }
.lt94  { font-weight: 100; font-size: 7rem;   }
.lt21  { font-weight: 100; font-size: 2.1rem; }
.lt36  { font-weight: 100; font-size: 3rem;   }
.lt93  { font-weight: 100; font-size: 9.3rem; }
.lt97  { font-weight: 100; font-size: 6rem;   }
@media screen and (min-width: 768px) {
	.fs_1  { font-size: .9rem ; }
	.fs_2  { font-size: 1rem; }
	.fs_3  { font-size: 1.2rem; }
	.fs_4  { font-size: 1.3rem; }
	.fs_5  { font-size: 1.4rem; }
	.fs_6  { font-size: 1.5rem; }
	.fs_7  { font-size: 1.7rem; }
	.fs_8  { font-size: 1.8rem; }
	.fs_9  { font-size: 1.9rem; }
	.fs_10 { font-size: 2.1rem; }
	.fs_11 { font-size: 2.3rem; }
	.fs_12 { font-size: 2.6rem; }
	.fs_13 { font-size: 3rem; }
	.fs_14 { font-size: 3.2rem; }
	.fs_15 { font-size: 3.9rem; line-height: 1;}
	.fs_16 { font-size: 4.5rem; line-height: 1;  }
	.fs_17 { font-size: 5.2rem; line-height: 1;  }
	.fs_18 { font-size: 5.8rem; line-height: 1;  }
	.fs_19 { font-size: 6.5rem; line-height: 1; }
	.article_area .fs_1  { font-size: .9rem ; display: block;}
	.article_area .fs_2  { font-size: 1.1rem; display: block;}
	.article_area .fs_3  { font-size: 1.2rem; display: block;}
	.article_area .fs_4  { font-size: 1.4rem; display: block;}
	.article_area .fs_5  { font-size: 1.5rem; }
	.article_area .fs_6  { font-size: 1.6rem; }
	.article_area .fs_7  { font-size: 1.9rem; }
	.article_area .fs_8  { font-size: 2rem; }
	.article_area .fs_9  { font-size: 2.1rem; }
	.article_area .fs_10 { font-size: 2.2rem; }
	.article_area .fs_11 { font-size: 2.4rem; }
	.article_area .fs_12 { font-size: 2.7rem; }
	.article_area .fs_13 { font-size: 3.1rem; }
	.article_area .fs_14 { font-size: 3.4rem; }
	.article_area .fs_15 { font-size: 4.1rem; line-height: 1;}
	.article_area .fs_16 { font-size: 4.7rem; line-height: 1;  }
	.article_area .fs_17 { font-size: 5.4rem; line-height: 1;  }
	.article_area .fs_18 { font-size: 6.1rem; line-height: 1;  }
	.article_area .fs_19 { font-size: 6.8rem; line-height: 1; }

	.bld32 { font-size: 3.2rem; font-weight: 700;}
	.bld94 { font-weight: 900; font-size: 9.4rem;}
	.bld94 { font-weight: 900; font-size: 9.4rem;}
	.lt21  { font-weight: 100; font-size: 2.4rem;}
	.lt36  { font-weight: 100; font-size: 3.6rem;}
	.lt94  { font-weight: 100; font-size: 9.4rem;}
	.lt97  { font-weight: 100; font-size: 9.7rem;}
}
@media screen and (min-width: 1024px) {
	.fs_1  { font-size: 1.2rem  ; }
	.fs_2  { font-size: 1.4rem; line-height: 1.2;}
	.fs_3  { font-size: 1.5rem; line-height: 1.2;}
	.fs_4  { font-size: 1.7rem; line-height: 1.2;}
	.fs_5  { font-size: 1.9rem; line-height: 1.2;}
	.fs_6  { font-size: 2.1rem; line-height: 1.2;}
	.fs_7  { font-size: 2.2rem; line-height: 1.2;}
	.fs_8  { font-size: 2.4rem; line-height: 1.2;}
	.fs_9  { font-size: 2.6rem; line-height: 1.2;}
	.fs_10 { font-size: 2.8rem; line-height: 1.2;}
	.fs_11 { font-size: 3.1rem; line-height: 1.2;}
	.fs_12 { font-size: 3.4rem; line-height: 1.2;}
	.fs_13 { font-size: 4rem;letter-spacing: -0.1rem; }
	.fs_14 { font-size: 4.3rem ; line-height: 1; }
	.fs_15 { font-size: 5.2rem ; line-height: 1; }
	.fs_16 { font-size: 6rem; line-height: 1;}
	.fs_17 { font-size: 6.9rem; line-height: 1;  }
	.fs_18 { font-size: 7.7rem; line-height: 1; }
	.fs_19 { font-size: 8.6rem; line-height: 1; }

	.article_area .fs_1  { font-size: 1.3rem  ; }
	.article_area .fs_2  { font-size: 1.4rem; line-height: 1.2;}
	.article_area .fs_3  { font-size: 1.6rem; line-height: 1.2;}
	.article_area .fs_4  { font-size: 1.8rem; line-height: 1.2;}
	.article_area .fs_5  { font-size: 2rem; line-height: 1.2;}
	.article_area .fs_6  { font-size: 2.3rem; line-height: 1.2;}
	.article_area .fs_7  { font-size: 2.3rem; line-height: 1.2;}
	.article_area .fs_8  { font-size: 2.5rem; line-height: 1.2;}
	.article_area .fs_9  { font-size: 2.7rem; line-height: 1.2;}
	.article_area .fs_10 { font-size: 2.9rem; line-height: 1.2;}
	.article_area .fs_11 { font-size: 3.2rem; line-height: 1.2;}
	.article_area .fs_12 { font-size: 3.6rem; line-height: 1.2;}
	.article_area .fs_13 { font-size: 4.1rem; line-height: 1.2;}
	.article_area .fs_14 { font-size: 4.5rem ; line-height: 1.2; }
	.article_area .fs_15 { font-size: 5.4rem ; line-height: 1.2; }
	.article_area .fs_16 { font-size: 6.3rem; line-height: 1.2;}
	.article_area .fs_17 { font-size: 7.2rem; line-height: 1.2;  }
	.article_area .fs_18 { font-size: 8.1rem; line-height: 1; }
	.article_area .fs_19 { font-size: 9rem; line-height: 1; }
}
@media screen and (min-width: 1366px) {
	.fs_1  { font-size: 1.4rem;   }
	.fs_2  { font-size: 1.6rem; }
	.fs_3  { font-size: 1.8rem; }
	.fs_4  { font-size: 2rem; }
	.fs_5  { font-size: 2.2rem; }
	.fs_6  { font-size: 2.4rem;   }
	.fs_7  { font-size: 2.6rem; }
	.fs_8  { font-size: 2.8rem;   }
	.fs_9  { font-size: 3rem; }
	.fs_10 { font-size: 3.2rem; }
	.fs_11 { font-size: 3.6rem; }
	.fs_12 { font-size: 4.0rem; }
	.fs_13 { font-size: 4.6rem; }
	.fs_14 { font-size: 5rem;}
	.fs_15 { font-size: 6rem;   }
	.fs_16 { font-size: 7rem;   }
	.fs_17 { font-size: 8rem;   }
	.fs_18 { font-size: 9rem;   }
	.fs_19 { font-size: 10rem; }
}
