@charset "UTF-8";

/* ================================================================
 main
=================================================================== */
.mainInner {
  width: 100%;
  float: none;
}

/* ==============================
 mainVisual
================================= */
.sliderWrap {
    overflow: hidden;
}
.mainVisual {
  padding: 1px 0 0;
  font-size: 12px;
  color: #13194C;
  text-align: center;
}
.mainVisual .imgMainVisual:after {
  display: none;
}
.imgMainVisual img {
  width: 100%;
}

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

}

.slick-dotted.slick-slider {
  width: 100%;
  margin: 0 auto 50px;
}
.mainSlider {
  width: auto;
}
.mainSlider img {
  width: 100%;
  height: auto;
}
.mainSlider .slick-next {
  top: 110%;
  right: 3%;
  z-index: 9;
}
.mainSlider .slick-prev {
  top: 110%;
  left: 6%;
  z-index: 9;
}
.slick-prev:before {
  content: '';
  background: url(../../img/home/btnPrev.png) no-repeat;
  display: block;
  height: 20px;
}
.slick-next:before {
  content: '';
  background: url(../../img/home/btnNext.png) no-repeat;
  display: block;
  height: 20px;
}
.slick-slide {
  opacity: 1;
  transition: 0s;
}
.slick-dots {
  bottom: -40px;
  z-index: 0;
}
/* ==============================
 specialPresent
================================= */
/*.specialPresent {
  margin-top: 15px;
}*/
.specialPresent a {
  /*color: #FFF;
  font-weight: bold;
  padding: 10px 0;
  display: block;
  background: #EE7394;*/
}
.specialPresent img {
  /*height: 12px;
  width: auto;
  margin-right: 6px;*/
  vertical-align: text-bottom;
  width: 100%;
}

/* ==============================
 mainRecommend
================================= */
.mainRecommend {
  padding: 0;
  box-shadow: none;
}
.mainRecommend .mainInner {
  position: relative;
}
.containerRecommend {
  width: 100%;
  float: none;
  padding-bottom: 50px;
  background-image: url(../../img/home/bgContainerRecommend.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}
.containerRecommend ul {
  border-top: none;
}
.containerRecommend li {
  border-bottom: solid 1px #CCC;
  background-color: #FFF;
  padding: 14px;
  -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 img {
  width: 76px;
  margin-right: 14px;
}
.containerRecommend li .text {
  float: none;
  width: auto;
}
.containerRecommend a p.title {
  font-size: 13px;
  line-height: 1.4;
  margin: 9px 0;
}
.mainRecommend .containerBanner {
    /*position: absolute;
  top: 630px;
  top: 726px;*/
  left: 0;
  width: 100%;
  height: auto;
  float: none;
  padding: 5px 14px 20px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*.mainRecommend .containerBanner ul {
  padding-bottom: 8px;
  border-bottom: solid 1px #DDD;
}*/
.mainRecommend .containerBanner li {
  position: static;
}
#bnrTrial {
  border-color: #DDD;
  border-style: solid;
  border-width: 1px 0;
  padding: 8px 0;
  margin: 0 0 8px;
  width: 100%;
}
#bnrRegular {
  float: left;
  width: 50%;
  padding-right: 7px;
  margin: 0;
  border-left: solid 1px #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#bnrDiscount {
  float: right;
  width: 50%;
  padding-left: 8px;
  border-left: solid 1px #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#bnrTrial img,
#bnrRegular img,
#bnrDiscount img {
  width: 100%;
}
#bnrTrial p,
#bnrRegular p,
#bnrDiscount p {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 4px;
}
#bnrTrial p span {
  display: inline-block;
  white-space: nowrap;
}
#bnrTrial a,
#bnrRegular a,
#bnrDiscount a {
  color: #333;
  text-decoration: none;
}

/* ==============================
 mainRanking
================================= */
.mainRanking {
  border-color: #151A4E;
  border-style: solid;
  border-width: 4px 0;
}
#home .containerRanking {
  float: none;
  width: 100%;
  height: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.containerRanking h2 {
  font-size: 18px;
  text-align: center;
}
.containerRanking .wrapRanking {
  width: 100%;
  height: 290px;
  overflow: auto;
  padding: 0;
  margin: 0;
}
.containerRanking .slides li {
  height: 250px;
}
.wrapRanking > * {
  -webkit-transform: translateZ(0px);
}
.containerLiveOrder {
  width: 100%;
  padding: 0 14px;
  height: auto;
  overflow: inherit;
  background-color: inherit;
  float: none;
  border: none;
}
.containerLiveOrder h2 {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
  color: #14184F;
  font-size: 11px;
  text-align: center;
  width: 3em;
  height: auto;
  line-height: 1.3;
  background-color: inherit;
  float: left;
  padding-top: 12px;
}
.containerLiveOrder h2 span {
  display: inline-block;
  width: 1em;
}
.wrapLiveOrder {
  height: auto;
  overflow: inherit;
}
.containerLiveOrder .spBaloon {
  border: solid 1px #666;
  position: relative;
  margin: 0 0 0 60px;
}
.containerLiveOrder .spBaloon:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: -6px;
  width: 6px;
  height: 8px;
  background-image: url(../../img/home/balloonLiveOrder.png);
  background-repeat: no-repeat;
  background-size: 6px 8px;
}
.containerLiveOrder ul {
  padding: 0;
  height: auto;
  overflow: hidden;
  height: 68px;
  position: relative;
}
.containerLiveOrder li {
  /*display: none;*/
  padding: 10px 5px;
  border: none;
  background-color: #FFF;
  position: relative;
  height: auto;
  height: 48px;
}
.containerLiveOrder li:first-child {
  display: block;
}
.containerLiveOrder li + li {
  border-top: none;
}
.containerLiveOrder li a .item {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-bottom: 1px;
}
.containerLiveOrder li a .date {
  margin: 5px 0 4px;
}

/* ==============================
 mainIntroduction
================================= */
.mainIntroduction {
  padding: 26px 0;
  /*margin-top: 391px; ← .containerBanner の高さ */
  margin-top: 0;
  border-color: #151A4E;
  border-style: solid;
  border-width: 4px 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;
}
.mainIntroduction h2 {
  font-size: 18px;
}
.mainIntroduction .footerInnerBunner {
  display: none;
}
.listIntroductionProducts {
  width: 100%;
  margin-left: 0;
  border-top: solid 1px #DDD;
}
.listIntroductionProducts li {
  float: left;
  margin: 0;
  width: 50%;
  border-bottom: solid 1px #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.listIntroductionProducts li:nth-child(odd) {
  border-right: solid 1px #F6F6F6;
}
.listIntroductionProducts li:nth-child(even) {
  border-left: solid 1px #DDD;
}
.listIntroductionProducts li img {
  width: 100%;
}
.listIntroductionProducts li a h3,
.listIntroductionProducts li h3 {
  font-size: 14px;
  margin: 10px 0;
}
.listIntroductionProducts li a h3 span,
.listIntroductionProducts li h3 span {
  font-size: 12px;
}
.listIntroductionProducts01 {
  width: 100%;
  margin-left: 0;
  border-top: solid 1px #DDD;
}
.listIntroductionProducts01 li {
  float: none;
  margin: 0;
  width: 100%;
}

/* ==============================
 mainInformation
================================= */
.mainInformation {
  margin-bottom: 0;
  padding: 0;
  background-color: #FFF;
}
.mainInformation h2 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.containerColumn {
  float: none;
  background-color: #fff;
  border-top: solid 4px #151A4E;
  width: auto;
  margin: 26px 0 0;
  padding: 26px 14px;
}
.containerColumn + div {
  float: none;
  width: 100%;
  margin: 0 0 40px;
}
.containerColumn ul {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: solid 1px #AAA;
}
.containerColumn li {
  float: none;
  padding: 10px 0;
  width: 100%;
  border-bottom: solid 1px #AAA;
}
.containerColumn li img {
  width: 78px;
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}
.containerColumn li p.introduction {
  width: auto;
  float: none;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
  overflow : hidden;
}
.containerColumn li p.category {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
  display: block;
  color: #333;
  font-size: 11px;
  margin-top: 6px;
  padding-left: 0;
  height: auto;
  line-height: inherit;
  border: none;
  background-image: none;
  clear: inherit;
}
.containerNews, .containerMedia {
  border-top: solid 4px #151A4E;
  margin-bottom: 0;
  padding-top: 26px;
}
.containerNews > div {
  background-color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 14px;
}
.containerNews dl {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: inherit;
  border-top: solid 1px #DDD;
}
.containerNews dd + dt {
  border-top: dotted 1px #DDD;
}
.containerNews dt {
  float: none;
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 10px;
  color: #000066;
  border-top: none;
  width: 100%;
}
.containerNews dd {
  float: none;
  border-top: none;
  margin: 5px 0 10px;
  padding: 0;
  width: 100%;
}
.containerNews dd a {
  color: #333;
  text-decoration: none;
}
.containerNews dd a:hover {
  text-decoration: underline;
}
.containerMedia {
  margin-top: 26px;
}
.containerMedia > div {
  background-color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 14px;
}
.containerMedia ul {
  border: 0;
  padding: 0;
}
.containerMedia li {
  float: left;
  margin: 0;
  width: 30%;
}
.containerMedia li + li {
  margin-left: 5%;
}
.containerMedia li a h3 {
  float: none;
  text-align: center;
  width: 100%;
}
.containerMedia li img {
  width: 100%;
}
a.btnMore {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #13184E;
  font-size: inherit;
  padding: 5px 0;
  width: 100%;
}

/* ==============================
 mainBottom
================================= */
.mainBottom {
  border-top: solid 4px #151A4E;
  margin-top: 30px;
  padding: 26px 0 0;
}
.mainBottom .containerBanner {
  float: none;
  width: 100%;
  padding: 0 14px 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mainBottom .containerBanner a + a {
  margin-top: 14px;
}
/*.containerSns {
  float: none;
  width: 100%;
  height: 420px;
  border: none;
}
ul.navSns > li {
  width: 30%;
}
ul.navSns > li#navSnsFacebook {
  margin-left: 5%;
}
ul.navSns > li > a {
  padding-top: 34px;
  width: 100%;
}
ul.navSns > li.current a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #f6f7f8 transparent;
}
.snsBox {
  position: absolute;
  width: 100%;
  height: 384px;
  top: 34px;
  left: 0;
  overflow: auto;
}
#navSnsInstagram .linkLayer {
  position: absolute;
  width:100%;
  height: 386px;
  top: 34px;
  left: 0;
  z-index: 2;
}
#navSnsInstagram .linkLayer a {
  display: block;
  width: 100%;
  height: 386px;
}
#navSnsFacebook .snsBox,
#navSnsTwitter .snsBox,
#navSnsInstagram .snsBox {
  padding: 0;
}
#navSnsFacebook .snsBox .snsBoxInner,
#navSnsTwitter .snsBox .snsBoxInner,
#navSnsInstagram .snsBox .snsBoxInner {
  width: 320px;
  margin: 0 auto;
}
#navSnsInstagram .snsBox .snsBoxInner {
  padding: 35px 1px 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;
}*/

/* Bnr
-----------------------------------------*/
#bnrArea .bnrImg {
    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);
    position: fixed;
    width: 80%;
    bottom: 75px;
    /* left: 0; */
    height: auto;
    z-index: 3;
    margin: 0;
    margin-left: auto;
    /* margin: unset; */
}

.bnrImgInner {
    width: 100%;
    height: 100%;
}

.bnrImgInner img {
    width: 100%;
}

#bnrArea .bnrImg p.close {
    /* right: -36px; */
    left: -36px;
    top: -2px;
}

#bnrArea .bnrImg p.close a {
    width: 34px;
    height: 34px;
}

#bnrArea p.close a i {
    line-height: 29px;
}
/*vtdr*/
#vtdr_body #vtdr_modal_product_thumbimg li {
    display: inline-table;
    margin: 0 0px;
    width: 40%;
    margin: 0 7% 1% 0;
  }
#vtdr_next_modal_evt, #vtdr_prev_modal_evt {
  width: 9%;
}
#vtdr_next_modal_button, #vtdr_prev_modal_button {
  width: 9%;
  border: none;
}
#vtdr_next_mark:before {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 3px;
    top: 15px;
    right: 8px;
    background: #666;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
}
#vtdr_next_mark:after {
    position: absolute;
    top: 35px;
    right: 8px;
    display: block;
    content: "";
    width: 15px;
    height: 3px;
    background: #666;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
}
#vtdr_prev_mark:before {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 3px;
    top: 27px;
    right: 11px;
    background: #666;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
}
#vtdr_prev_mark:after {
    position: absolute;
    top: 28px;
    right: 11px;
    display: block;
    content: "";
    width: 15px;
    height: 3px;
    background: #666;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
}
#vtdr_modal {
    top: 30px;
    right: 4%;
    left: 4%;
    bottom: 30px;
    overflow-y: auto;
}

/*
  20180516 商品を探すナビ
====================*/
.searchProducts ul{
	 width: 100%;
}

.searchProducts li {
  width: 50%;
}
.searchProducts li:nth-child(2) {
  width: calc(50% - 1px);
  border-right: none;

}

/*
  九州集中豪雨
====================*/
p.infoImportant {
  text-align:left;
	padding: 2% 10px;
}

/*
  西日本豪雨
====================*/
.omimai p.infoImportant {
  text-align: left;
}
/*
  重要なお知らせ２つ
====================*/
p.infoImportant+p.infoImportant {
	padding:0 10px 10px;
}

/*
  .hiddenBox
====================*/
.listIntroductionProducts02 {
	border-bottom: none;
	border-top: 1px solid #b5b5b5;
  margin: 30px 0 0;
	padding-bottom: 0;
	font-size: 11px;
}
.listIntroductionProducts02 li {
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	border-bottom: 1px solid #b5b5b5;
}
.listIntroductionProducts02 li a{
	border: none;
	padding: 18px 15px;
	background-position: 94% center;
}
.listIntroductionProducts02 li h4 {
	font-size: 16px;
	margin-bottom: 4px;
}
.hiddenBox label {
  margin: 0 auto 30px;
  font-size: 15px;
  color: #13184E;
}
.hiddenBox input:checked ~ .listIntroductionProducts02 {
  margin: 30px 0;
}

/*　20181017　スマホ食品予約等　テキスト改行　*/
.mv_info{
	line-height: 1.5;
}

/*
  SNSアイコン化
====================*/
.mainBottom .containerBanner {
   width : 100%;
   margin-top : 0;
   padding : 0 14px 26px 14px;
   background-color : inherit;
   box-sizing : border-box;
 }
.mainBottom .containerBanner a {
   float : none;
   display : block;
 }
.mainBottom .containerBanner img {
   width : 100%;
   margin : 0;
 }
.snsArea {
    border-top: solid 4px #151A4E;
    width: 100%;
    height: 97px;
    margin: 40px auto 0;
    padding: 55px 0 0;
}
.snsTitle {
    width: 100%;
    text-align: center;
    padding: 0;
}
.snsTitle h2 {
    color: #13184E;
    font-size: 17px;
}
.snsIcon {
    display: flex;
    width: 250px;
    margin: 0 auto;
    padding: 40px 0;
    float: none;
}
.iconList{
    margin: 0 auto;
}
.snsIcon ul li {
    display: inline-block;
    float: left;
    margin-left: 30px;
}
.snsIcon ul li img {
    width: 40px;
}
/*
  ブランドコンセプト追加
====================*/
.brandConcept {
  background-image: none;
  margin-bottom: 0;
  width: 100%;
}
[data-ruby]::before {
  top: -2em;
  font-size: 0.5em;
}
.brandConcept h2 {
  font-size: 1.4em;
  text-align: center;
  line-height: 1.5em;
}
.brandConcept h2 [data-ruby]::before {
  top: -2em;
  font-size: 0.3em;
}
.brandConcept p {
  text-align: center;
  margin: 20px 0;
  line-height: 1.6em;
}
.brandConcept img {
  display: block;
  margin: 0 auto;
	/*width: 30%;*/
  width: 80%;
}
/*
  スペシャルエリア追加
====================*/
.specialContents {
  padding: 30px 0 0;
}
.specialContents .mainInner div {
  padding: 5px 14px 20px 14px;
  width: auto;
}
.specialContents h2 {
  font-size: 18px;
}
.specialContents img {
  width: 100%;
}
.specialContents ul {
  margin: 30px auto 10px;
}
.specialContents a {
  color: #333;
  text-decoration: none;
}
.specialContents p {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 4px;
}
.bnrLarge, .bnrMedium {
  border-color: #DDD;
  border-style: solid;
  border-width: 1px 0;
  padding: 8px 0;
  margin: 0 0 8px;
  width: 100%;
}
.bnrLarge {
  border-top: none;
}
.bnrMedium img {
  margin: 0;
}
.bnrSmall.left {
  float: left;
  width: 50%;
  padding-right: 7px;
  margin: 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;
}
.bnrSmall.right {
  float: right;
  width: 50%;
  padding-left: 8px;
  border-left: solid 1px #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}



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

.deepConcept{
	margin: 5px auto;
	padding-bottom: 10px;
}
.deepConcept p{
	margin: 10px 0;
}

.deepConcept p.bodyMassage{
	line-height: 2.2em;
}

.deepConcept h2{
	margin: 10px 0 20px;
	letter-spacing: 0.1em;
}
.deepConcept img{
	width: 92%;
}
/*
.deepConcept a{
	display: block;
    width: 50%;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border: 1px solid #aa965c;
    margin: 30px auto 20px;
    text-decoration: none;


}*/

/*ライスフォースについて*/
.AboutRiceforce {
    background: #EDF0F6;
    padding: 30px 0;
}

.AboutRiceforce .bannerSide h2 {
    font-size: 18px;
}

.banner {
  margin-top: 25px;
}
.banner ul {
  display: block;
}
.banner li {
  width: 100%;
}
.banner li + li {
  margin-top: 20px;
}
.banner li a:hover {
  opacity: 1;
}

.bannerSide{
    width: 95%;
}

.bottom{
    margin-bottom: 30px;
}


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

.deepConcept.sp a{
    line-height: 2.5em;
    height: 2.5em;
    width: 60%;
	margin: 25px auto;
}
