@charset "UTF-8";

body{
    overflow-x: hidden;
    overflow-y: auto;
}

/* ================================================================
 breadcrumbs
=================================================================== */
#breadcrumbsInner {
  display: none;
}

/* ================================================================
 main
=================================================================== */
.mainVisual,
.mainRecommend,
.mainRanking,
.mainIntroduction,
.mainInformation,
.mainBottom {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mainInner {
  width: 1000px;
  float: none;
  margin: 0 auto;
  position: relative;
}

/* ==============================
 mainVisual
=================================

/*
.mainVisual{
	background: url(../../img/home/bg30set_left.png) repeat-x;

}
*/

.imgBackground{
    width: 40%;
    height: 340px;
    position: absolute;
/*	background: url(../../img/home/bg30set_right.png) repeat-x;*/

}

/*-------------- 上のお知らせを削除するときはこれをコメントアウト ---------------*
.infoImportant{
    background: #fff;
    box-shadow: 0 8px 12px -8px #c0c0c0 inset;
}
/*-----------------------------------------------------------------------*/


.mainVisual {
  padding: 0;
  box-shadow: 0 8px 12px -8px #c0c0c0 inset;
}

/*ここ戻す*/

.mainVisual .imgMainVisual:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 1000px;
  height: 8px;
  background-image: url(../../img/home/imgShadowMainVisual.png);
  background-repeat: repeat-x;
  z-index: 1;
}


.omimai{
    text-align: center;
    margin-top: 10px;
    padding: 20px 0;
    font-size: 14px;
    line-height: 160%;
    background: #edf0f6;

}

.mainVisual img {
  z-index: 0;
}
.mainVisual img:hover {
  opacity: 0.8;
}
.btnMainVisual {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-decoration: none;
  border: solid 1px #141751;
  height: 33px;
  line-height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 28px;
  background: #FFF url(../../img/home/arrowBtnMainVisual.png) no-repeat left center;
  color: #14184F;
  font-size: 13px;
}
.btnMainVisual span {
  color: #D8507F;
  margin-right: .5em;
}
.btnMainVisual:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
/*.mainVisual .mainInner {
  width: 100%;
}*/
}
.slider {
width: 90%;
margin: 0 auto 80px;
}
.slick-slide img {
  display: block;
}
.mainSlider{
width: 100%;
}
.slick-dots li button:before {
  font-size: 10px;
}
.slick-dotted.slick-slider {
  margin: 0 auto 50px auto;
  width: 1000px;
}
.slick-list {
  overflow: visible;
}
.slick-slide {
  opacity: 0.3;
  transition: 0.4s;
}
.slick-now {
  opacity: 1;
}
/* ==============================
 mainRecommend
================================= */
.mainRecommend {
  padding: 10px 0 40px;
  /*box-shadow: 0 8px 12px -8px #DDD inset;*/
}
.mainRecommend h2 {
  color: #000066;
  font-size: 17px;
  padding-bottom: 18px;
}
.containerRecommend {
  width: 475px;
  float: left;
}
.containerRecommend ul {
  border-top: dotted 1px #000;
  list-style: none;
}
.containerRecommend li {
  border-bottom: dotted 1px #000;
  padding: 14px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.containerRecommend li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.containerRecommend li img {
  width: 88px;
  float: left;
}
.containerRecommend li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.containerRecommend li .text {
  float: right;
  width: 350px;
  overflow : hidden;
}
.containerRecommend a p.campaign {
  font-size: 12px;
  color: #A99400;
  width: 100%;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.containerRecommend a p.title {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  margin: 10px 0;
  width: 100%;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.containerRecommend a:hover p.title {
  text-decoration: underline;
}
.containerRecommend a p.category {
  font-size: 12px;
  color: #777;
  width: 100%;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mainRecommend .containerBanner {
  /*width: 484px;*/
  height: 120px;
  /*float: right;*/
  /*position: relative;*/
}
.mainRecommend .containerBanner ul {
  list-style: none;
}
.mainRecommend .containerBanner li {
  /*position: absolute;*/
  float: left;
}
#bnrTrial {
  /*top: 0;*/
  /*right: 0;*/
  margin: 0 7px 0 0;
}
#bnrTrial img {
  width: 555px;
  height: 139px;
}
#bnrRegular {
  /*top: 0;
  left: 0;*/
  margin: 0 7px 0 0;
}
#bnrRegular img {
  width: 215px;
}
#bnrDiscount {
  /*bottom: 0;
  left: 0;*/
}
#bnrDiscount img {
  width: 215px;
}
.mainRecommend .containerBanner a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

/* ==============================
 mainRanking
================================= */
.mainRanking {
  padding: 26px 0;
  background-color: #EDF0F6;
}
#home .containerRanking {
  float: left;
  width: 650px;
  background-color: inherit;
  padding: 0;
}
.containerRanking h2 {
  color: #000066;
  font-size: 17px;
}
.containerRanking h3 {
  color: #888;
  font-size: 12px;
  margin-top: .5em;
}
.containerRanking .wrapRanking {
  /*padding: 0 25px 10px;*/
  margin: 0 0 0 -10px;
  position: relative;
}
.containerRanking .slides {
  background-color: inherit;
  padding: 25px 0 5px;
}
.containerRanking .slides li {
  width: 130px;
  height: 260px;
  padding: 0;
}
.containerRanking .slides li + li {
  /*margin-left: 8px;*/
}
.containerRanking .slides li a {
  display: block;
  text-decoration: none;
  padding: 20px 10px 0;
  width: 120px;
  height: 250px;
  margin: 0 auto;
  box-shadow:1px 1px 2px 2px #e2e2e2;
  -moz-box-shadow:1px 1px 2px 2px #e2e2e2;
  -webkit-box-shadow:1px 1px 2px 2px #e2e2e2;
}
.containerRanking .slides li a.text-m {
  box-shadow: none;
  display: inline-block;
  height: inherit;
  padding: 10px 0 0;
}
.containerRanking .flex-direction-nav .flex-next {
  right: -25px;
}
.containerRanking .flex-direction-nav .flex-prev {
  left: -25px;
}
.containerLiveOrder {
  width: 320px;
  height: 310px;
  background-color: #FFF;
  float: right;
  border: solid 1px #141751;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.containerLiveOrder h2 {
  color: #FFF;
  font-size: 15px;
  text-align: center;
  width: 320px;
  height: 30px;
  line-height: 30px;
  background-color: #292867;
}
.wrapLiveOrder {
  width: 100%;
  height: 280px;
}
.containerLiveOrder ul {
  display: block;
  list-style: none;
  padding: 0 30px;
  overflow: auto;
  height: 278px;
}
.containerLiveOrder li a {
  text-decoration: none;
}
.containerLiveOrder li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.containerLiveOrder li img {
  width: 50px;
  float: left;
  margin-right: 10px;
}
.containerLiveOrder li {
  padding: 15px 0;
}
.containerLiveOrder li + li {
  border-top: dotted 1px #131350;
}
.containerLiveOrder li a .item {
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
.containerLiveOrder li a .date {
  font-size: 12px;
  color: #333;
  margin: 7px 0 5px;
}
.containerLiveOrder li a .customer {
  font-size: 12px;
  color: #292867;
  font-weight: bold;
}

/* ==============================
 mainIntroduction
================================= */
/* .mainIntroduction {
  padding: 40px 0;
} */
/* .mainIntroduction h2 {
  font-size: 27px;
  color: #13184E;
  text-align: center;
} */
.mainIntroduction .footerInnerBunner {
  margin-top: 10px;
}
.listIntroductionProducts {
  width: 1040px;
  list-style: none;
  margin-top: 20px;
  margin-left: -20px;
}
.listIntroductionProducts li {
  float: left;
  margin: 20px 19.5px;
}
.listIntroductionProducts li a {
  text-decoration: none;
}
.listIntroductionProducts li a:hover,
.listIntroductionProducts li a:hover h3 {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.listIntroductionProducts li a h3,
.listIntroductionProducts li h3 {
  color: #444;
  font-size: 16px;
  text-align: center;
  margin-top: 13px;
  line-height: 21px;
}
.listIntroductionProducts li a h3 span,
.listIntroductionProducts li h3 span {
  font-size: 14px;
}

.listIntroductionProducts01 {
  width: 1040px;
  list-style: none;
  margin-top: 20px;
  margin-left: -20px;
}
.listIntroductionProducts01 li {
  float: left;
  margin: 20px 19.5px;
  width: 480px;
}
.listIntroductionProducts01 li a {
  text-decoration: none;
}
.listIntroductionProducts01 li a img {
  width: 100%;
}
.listIntroductionProducts01 li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

/* ==============================
 mainInformation
================================= */
.mainInformation {
  padding: 40px 0 ;
}
.mainInformation h2 {
  font-size: 26px;
  margin-bottom: 18px;
  color: #13184E;
  text-align: center;
}
.containerColumn {
  background-color: #F3F3F3;
  padding: 50px 0;
  width: 100%;
}
/*
.containerColumn + div {
  float: right;
  width: 354px;
}
*/
.containerColumn ul {
  list-style: none;
  padding: 16px 0;
  background-color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.containerColumn li {
  float: left;
  padding: 20px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.containerColumn li a {
  text-decoration: none;
}
.containerColumn li a:hover .introduction{
	text-decoration:underline;
}
.containerColumn li img {
  width: 120px;
  float: left;
  margin-bottom: 15px;
}
.containerColumn li p.introduction {
  width: 320px;
  float: right;
  font-size: 16px;
  line-height: 1.6;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.containerColumn li p.category {
  display: block;
  border: solid 1px #DDD;
  clear: both;
  color: #14194D;
  font-size: 16px;
  padding-left: 14px;
  height: 33px;
  line-height: 33px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: url(../../img/home/arrowContainerSpecial.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.containerColumn li p.category a{
	display:block;
	color: #14194D;
}
.containerColumn li p.category:hover {
	background-color:#F4F4F8;
}
.containerNews {
/*  margin-bottom: 90px;*/
  width: 100%;
}
.containerNews > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.containerNews dl {
  font-size: 14px;
  line-height: 1.4;
  overflow: auto;
}
.containerNews dt {
  float: left;
  border-top: 0.5px dashed #ddd;
  clear: right;
  padding: 20px;
  width: 80px;
}
.containerNews dd {
  float: right;
  border-top: 0.5px dashed #ddd;
  padding: 20px;
  width: 880px;
  overflow : hidden;
  -webkit-line-clamp: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.containerNews dt:first-child, .containerNews dd:nth-child(2) {
  border-top: none;
}
.containerNews a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.containerMedia {
  width: 100%;
  margin: 90px 0 90px;
}
.containerMedia > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.containerMedia ul {
  list-style: none;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.containerMedia li {
  float: left;
  margin: 0;
  width: 330px;
}
.containerMedia li img {
  float: left;
  width: 130px;
}
.containerMedia li a {
  color: #131550;
  text-decoration: none;
}
.containerMedia li a h3 {
  float: right;
  width: 180px;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  margin: 7px 0 15px;
}
.containerMedia li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.containerMedia li p {
  float: right;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 15px;
  width: 165px;
}
.containerMedia span {
  display: inline;
}
.containerMedia li p a {
  color: #131550;
  text-decoration: underline;
}

/* ==============================
 mainBottom
================================= */
.mainBottom .containerBanner {
  float: left;
  width: 350px;
  margin-top: 40px;
}
.mainBottom .containerBanner img {
  width: 100%;
}
.mainBottom .containerBanner a {
  display: block;
}
.mainBottom .containerBanner a + a {
  margin-top: 36px;
}
.mainBottom .containerBanner a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

/* Bnr
-----------------------------------------*/
#bnrArea{
  position: relative;
}
#bnrArea .bnrImg{
  position: fixed;
  right: 0%;
  left: 0%;
  margin: 0 auto;
  bottom: 0;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.bnrImgInner{
  width: 270px;
  height: 270px;
  box-sizing:border-box;
}
#bnrArea .bnrImgInner a{
  display: block;
}
#bnrArea .bnrImgInner a:hover {
  opacity: 0.8;
}
#bnrArea .bnrImg p.close{
  position: absolute;
  right: 0px;
  top: -40px;
}
#bnrArea .bnrImg p.close:hover {
  opacity: 0.8;
}
#bnrArea .bnrImg p.close a{
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
#bnrArea .bnrImg p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#bnrArea p.close a i{
  font-size: 30px;
  z-index: 888;
  color: #fff;
  background-color: #c0c0c0;
  padding: 2px 4px;
  border-radius: 50%;
}
/*vtdr*/
#vtdr_body #vtdr_modal_product_thumbimg li {
    display: inline-table;
    width: 25%;
    margin: 0 5% 1% 0;
  }
#vtdr_modal {
  overflow-y: hidden;
}
#vtdr_body #vtdr_modal_product_thumbimg li:nth-child(3n) {
    margin-right: 7%;
}


/*
  九州集中豪雨
====================*/

p.infoImportant {
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  line-height: 160%;
}

/*
  20180516 商品を探すナビ
====================*/

.searchProducts ul{
	 width: 75%;
}
.searchProducts li {
	float: left;
  display: table;
  width: 31%;
}

/*
  西日本豪雨
====================*/
/*
.omimai {
  box-shadow: 0 8px 12px -8px #DDD inset;
}
*/
.omimai p.infoImportant {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  line-height: 160%;
  background-color: #f3f3f3;
}

/*
重要なお知らせ２つ
====================*/
p.infoImportant+p.infoImportant {
	padding:0 0 10px;
}
/*
  .hiddenBox
====================*/
.listIntroductionProducts02 {
  margin: 0 auto;
  list-style-type: none;
}
.listIntroductionProducts02 li {
	width: 300px;
	float: left;
	background: #fff;
	margin-right: 50px;
	margin-bottom: 35px;
	font-size: 14px;
}
.listIntroductionProducts02 li:nth-child(3n) {
	margin-right: 0;
}
.listIntroductionProducts02 li a {
	display: block;
	padding: 32px 20px;
	border: 1px solid #14184F;
	background: url(../../img/category/ico_arrow01.png) no-repeat 274px center;
	color: #333;
  text-decoration: none;
}
.listIntroductionProducts02 li h4 {
	font-size: 17px;
	margin-bottom: 6px;
	color: #13184D;
}
.listIntroductionProducts02 li a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.hiddenBox label {
  display: block;
  margin: 10px auto 30px;
  width: 170px;
  text-align: center;
  font-size: 18px;
  background-image: url(../../img/faq/arrowOpen.png);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: right center;
}
.hiddenBox input {
  display: none;
}
.hiddenBox .listIntroductionProducts02 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.hiddenBox input:checked ~ label {
  margin-top: 0;
  background-image: url(../../img/faq/arrowClose.png);
}
.hiddenBox input:checked ~ .listIntroductionProducts02 {
  margin: 20px auto 0;
  height: auto;
  opacity: 1;
}

/*
  SNSアイコン化
====================*/
.containerSns {
  display : none;
}
.mainBottom .containerBanner {
  width : 980px;
  float : none;
  margin-top : 40px;
  padding : 10px;
  background : rgb(237, 240, 246);
}
.mainBottom .containerBanner a {
  float : left;
}
.mainBottom .containerBanner img {
  width : 306px;
  margin : 10px;
}
.mainBottom .containerBanner a + a {
  margin-top : 0px;
  padding-right : 0px;
}
.mainBottom .containerBanner > a:nth-of-type(2) {
  display : none;
}
.snsArea{
  width: 760px;
  height: 140px;
  margin: 30px auto 0;
}
.snsTitle{
  display: inline-block;
  float: left;
  padding: 62px 0;
}
.snsTitle h2{
    color: #13184E;
    font-size: 21px;
}
.snsIcon{
  float: right;
  padding: 45px 0;
}
.snsIcon ul{
  list-style: none;
}
.snsIcon ul li{
  display: inline-block;
  float: left;
  margin-left: 40px;
  cursor: pointer;
}
.snsIcon ul li:hover{
    opacity: 0.7;
}
.snsIcon ul li:first-child{
    margin-left: 0px;
}
.snsIcon ul li img{
    width: 50px;
}
.footerSns{
    display: none;
}
/*
  ブランドコンセプト追加
====================*/
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.2em;
    right: 0;
    margin: auto;
    font-size: 0.3em;
}
/*.brandConcept {
  background-image: url(../../img/home/imgConcept.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin: 30px auto;
  width: 900px;
}*/
.brandConcept h2 {
  /*font-size: 2em;*/
	font-size: 1.5em;
}
.brandConcept h2 [data-ruby]::before {
  top: 0;
}
.brandConcept p {
  font-size: 14px;
  margin: 15px 0;
  line-height: 1.8em;
}
.brandConcept span.cap {
  font-size: 10px;
}

/*
  スペシャルエリア追加
====================*/
.specialContents {
  background: #EDF0F6;
  padding: 50px 0;
}
.specialContents h2 {
  color: #13184E;
  font-size: 27px;
  text-align: center;
}
.specialContents ul {
  list-style-type: none;
  margin: 50px 0 20px;
}
.specialContents ul li a:hover {
  opacity: 0.8;
}
.bnrLarge {
  float: left;
  margin-right: 20px;
  width: 500px;
}
.bnrMedium img {
  width: 480px;
  margin-bottom: 22px;
}
.bnrSmall img {
  width: 230px;
  -webkit-backface-visibility: hidden;
}
.bnrSmall.left {
  float: left;
}
.bnrSmall.right {
  float: right;
}
a.btnMore {
  display: block;
  height: 39px;
  line-height: 39px;
  font-size: 16px;
  color: #333;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  background-image: url(../../img/home/arrowContainerSpecial.png);
  background-repeat: no-repeat;
  background-position: right center;
  border-top: 0.5px solid #ddd;
  border-bottom: 0.5px solid #ddd;
}
a.btnMore:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}



/* 20190220 コンセプトエリア　テキストと画像変更対応　*/

.deepConcept {
	background-image: url(../../img/home/imgConcept_hsp_pc.png);
	background-size: auto;
  background-repeat: no-repeat;
  background-position: right top;
  margin: 15px auto 10px;
  width: 900px;
	padding: 10px 0 30px;
}

.deepConcept p{
	line-height: 1.7em;
	letter-spacing: 0.1em;
	font-family:Ryumin Bold KL;
}

.deepConcept p.deep{
	opacity: 0.75;
	margin-top: 22px;
}

.deepConcept h2{
    margin: 17px 0 30px;
	letter-spacing: 0.3em;
	font-family:Ryumin Medium KL;

}

.deepConcept h2 span{
    color: #aa965c;
}

/*.deepConcept a{
	display: block;
	width: 190px;
	height: 1.8em;
	text-align: center;
	line-height: 1.8em;
	border: 1px solid #aa965c;
    color: #aa965c;
	margin: 0;
	text-decoration: none;
	font-size: 14px;
/*	background-image: url(../../img/home/arrowSearchProducts.png);
	background-repeat: no-repeat;
    background-position: right center;*/
	/*	background-size: 17px;
}*/

/*ライスフォースについて*/

.AboutRiceforce{
    background: #EDF0F6;
    padding: 50px 0;
}

.AboutRiceforce h2 {
    color: #13184E;
    font-size: 27px;
    text-align: center;
}

.banner {
  margin-top: 45px;
}
.banner ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner li {
  width: 320px;
}
.banner li a {
  display: block;
}
.banner li a:hover {
  opacity: .7;
}
.banner li img {
  border: solid 1px #c0c0c0;
  width: 100%;
  height: auto;
}

/* ==============================
 2103　コンセプトエリアクリエイティブ変更
================================= */


.deepConcept a{
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #6469d6;
    border-radius: 50px;
    line-height: 2.2em;
    height: 2.2em;
    width:200px;
    color: #6469d6;
    font-size: 16px;
	margin: 30px 0 0;
}
