@charset "utf-8";

/***************************************************
  common.css
***************************************************/
/* products 共通
------------------------------------------------------------ */
body {
  -webkit-print-color-adjust: exact;
}
.box-title-01 {
  margin-bottom: 12px;
  padding-top: 12px;
}
.box-title-01 .name {
  font-size: 34px;
  font-weight: bold;
  line-height: 1em;
}
.box-title-01 .ttl-01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
}

.box-title-02 {
  margin-bottom: 52px;
}
.box-title-02 .ttl-01 {
  font-size: 40px;
}
.box-title-01 + .ttl-02 {
  border-top: 3px solid #e10000;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 0 35px 0;
}
.area-brand {
  padding: 50px 0 60px;
}
.area-brand .box-title-brand {
  margin-bottom: 40px;
}
.area-brand .box-title-brand .ttl-01 {
  font-size: 30px;
  font-weight: bold;
}
.area-brand .list-brand {
  display: flex;
  flex-wrap: wrap;
}
.area-brand .list-brand li {
  /* float: left; */
  width: 23%;
  margin: 0 2.6666% 30px 0;
}
.area-brand .list-brand li:nth-child(4n) {
  margin-right: 0;
}

.btn-pagetop {
  position: relative;
}
.btn-pagetop a {
  position: absolute;
  top: -50px;
  right: 77px;
  width: 46px;
}

@media only screen and (max-width: 640px) {
  .box-title-01 {
    margin-bottom: 20px;
    padding-top: 0;
  }
  .box-title-01 .ttl-01 {
    font-size: 22px;
  }
  .box-title-01 .name {
    font-size: 22px;
  }
  .box-title-01 .link-01 {
    display: none;
  }
  .box-title-01 + .ttl-02 {
    margin: 0 -20px;
    padding: 30px 20px;
    font-size: 20px;
  }
  .area-brand .list-brand li {
    float: left;
    width: 100%;
    margin: 0 0 5% 0;
  }
  .area-brand .list-brand li img{
    width: 100%;
  }
  .area-brand .list-brand li:nth-child(3n) {
    margin-right: 0;
  }
  .area-brand .list-brand li:nth-child(2n) {
    margin-right: 0;
  }
  .area-brand .box-title-brand {
    text-align: center;
    margin-bottom: 20px;
  }
  .area-brand .box-title-brand .ttl-01{
    font-size: 20px;
  }
}


/* top
------------------------------------------------------------ */
.area-product {
  margin-bottom: 95px;
}
/*.area-product .contents-inner {
  position: relative;
}*/
.contents-inner.position{
  position: relative;
}
.area-product .link-01 {
  position: absolute;
  top: -10px;
  right: 20px;
}
.area-product .box-new {
  padding-bottom: 70px;
}
.area-product .box-new .ttl-01-box{
  max-width: 1200px;
  padding: 0 0;
  margin: 0 auto;
  width: 96%;
}
.area-product .box-new .ttl-01 {
  margin-bottom: 35px;
  padding-top: 20px;
  border-top: 3px solid #e10000;
  font-size: 26px;
  font-weight: bold;
}
.area-product .box-new .list-new li {
  padding: 2px 10px;
}
.area-product .box-new .list-new li a {
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
}
.area-product .box-new .list-new li a.new{
  position: relative;
}
/*
.area-product .box-new .list-new li .new:before {
  content: "NEW";
  color: #fff;
  background: #e00000;
  position: absolute;
  left: 8px;
  padding: 4px 4px 3px 4px;
  font-weight: normal;
  font-size: 14px;
  top: 16px;
}
*/
.area-product .box-new .list-new li a img {
  width: auto;
  margin: 0 auto;
}
.area-product .box-new .list-new li p {
  margin-top: 15px;
  text-align: left;
  word-break: break-all;
}
.area-product .box-product {
  padding-top: 22px;
  border-top: 3px solid #e10000;
}
.area-product .box-product .list-product li {
  padding-bottom: 18px!important;
  text-align: center;
}
.area-product .box-product .list-product li p {
  display: block;
  margin: 17px 0 0 0;
  text-align: center;
  background: url(/shared/img/svg/ar01.svg) 95% 48% no-repeat;
  background-size: 11px auto;
  color: #e10000;
  font-size: 18px;
  font-weight: bold;
}
ul.list-product.column.col4 li{
  width: 23.5%;
  float: left;
  margin-right: 2%;
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
  margin-bottom: 25px;
}
ul.list-product.column.col4 li:hover{
  background: rgba(146, 135, 105, 0.2);
  transition: all 0.2s ease;
}
ul.list-product.column.col4 li:hover img{
  opacity: 0.8;
}
ul.list-product.column.col4 li:nth-child(4n){
  margin-right: 0;
}
ul.column.col4 figure img{
  -moz-transition: inherit;
  -webkit-transition: inherit;
  -o-transition: inherit;
  -ms-transition: inherit;
  transition: inherit;
}
ul.column.col4 li:hover figure img{
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -o-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  opacity: inherit;
  background: inherit;
}
.box-product h3.ttl-01{
  font-size: 26px;
  margin-bottom: 35px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .area-product {
    margin-bottom: 80px;
    position: relative;
  }
  .area-product .contents-inner {
    padding: 0 20px;
  }
  .contents-inner.position{
    position: static;
  }
  .area-product .link-01 {
    position: absolute;
    top: inherit;
    right: 0;
    bottom: -50px;
    left: 0;
    text-align: center;
  }
  .area-product .box-new {
    padding-bottom: 35px;
  }
  .area-product .box-new .ttl-01-box{
    width: 100%;
    padding: 0 0;
  }
  .area-product .box-new .ttl-01-box .ttl-01 {
    margin-bottom: 5px;
    padding-top: 15px;
    border-top: 3px solid #e10000;
    font-size: 20px;
    padding: 30px 20px;
  }
  .area-product .box-new .list-new li {
    padding: 2px 10px;
  }
  .area-product .box-new .list-new li a {
    padding: 10px 12px 10px;
    background-size: 50px auto;
    font-size: 13px;
  }
  .area-product .box-new .list-new li a.new {
    background-size: 40%;
  }
  .area-product .box-new .list-new li .new:before {
    left: 8px;
    padding: 4px 10px 3px 10px;
    font-size: 12px;
    top: 6px;
  }
  .area-product .box-product {
    padding-top: 20px;
    border-top: 3px solid #e10000;
    padding: 0 20px;
    margin: 0 -20px;
  }
  .area-product .box-product .list-product li {
    padding-bottom: 10px!important;
  }
  .area-product .box-product .list-product li p {
    display: inline-block;
    margin: 10px 0 0 0;
    padding-right: 25px;
    background: url(/shared/img/svg/ar01.svg) 96% 45% no-repeat;
    background-size: 7px auto;
    font-size: 15px;
  }
  ul.list-product.column.sp2 li{
    width: 48%;
    margin-right: 4%;
  }
  ul.list-product.column.sp2 li:nth-child(2n){
    margin-right: 0;
  }
  .box-product h3.ttl-01{
    margin-bottom: 0;
    font-size: 20px;
    padding-top: 13px;
    padding: 30px 0;
  }
}


/* 商品一覧
------------------------------------------------------------ */
.area-product .box-product-category li {
  float: left;
  width: 18.4%;
  margin: 0 2% 20px 0;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  display: table;
}
.area-product .box-product-category li a:hover {
  text-decoration: none;
}
.area-product .box-product-category li:nth-child(5n) {
  margin-right: 0;
}
.area-product .box-product-category li a {
  display: table-cell;
  padding: 20px 22px 20px 10px;
  color: #e10000;
  font-size: 16px;
  text-align: center;
  background: url(/shared/img/svg/ico_arr_01.svg) center right 5% no-repeat;
  vertical-align: middle;
  word-break: break-all;
}

.area-product .box-product-category li a:hover,
.area-product .box-product-category li.is-current a {
  background-color: #e10000;
  color: #fff;
  background-image: url(/shared/img/svg/ico_arr_01_cr.svg);
}
@media only screen and (max-width: 640px) {
  .area-product .box-product-category li {
    width: 48%;
    margin-right: 4%;
  }
  .area-product .box-product-category li a {
    padding: 20px 24px 20px 10px;
  }
  .area-product .box-product-category li:nth-child(5n){
    margin-right: 4%;
  }
  .area-product .box-product-category li:nth-child(2n) {
    margin-right: 0;
  }
}

.area-product .box-product-items li {
  float: left;
  width: 15%;
  margin: 0 2% 20px 0;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.area-product .box-product-items li a:hover {
  text-decoration: none;
}
.area-product .box-product-items li:nth-child(6n) {
  margin-right: 0;
}
.area-product .box-product-items li a {
  display: block;
  padding: 13px 10px;
  text-align: center;
}
.area-product .box-product-items li p {
  margin-top: 3px;
  text-align: left;
  word-break: break-all;
}
@media only screen and (min-width: 640px) {
  .area-product .box-product-items li:hover{
    background: rgba(146, 135, 105, 0.2);
  }
  .area-product .box-product-items li:hover img{
    opacity: 0.8;
  }
}
@media only screen and (max-width: 640px) {
  .area-product .box-product-items li {
    width: 48%;
    margin-right: 4%;
  }
  .area-product .box-product-items li:nth-child(2n) {
    margin-right: 0;
  }
}
.box-product-items .ttl-box-product-items{
  display: block;
  margin: 30px 0;
  padding: 10px 0;
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px;
  margin-bottom: 15px;
  border-top: solid 1px #d9d9d9;
}
@media only screen and (max-width: 640px) {
  .box-product-items .ttl-box-product-items{
    margin: 20px -20px;
    padding: 0 20px;
    font-size: 18px;
    padding-top: 20px;
  }
}

/* ボタン */
a.btn-01{
  padding: 15px 32px 15px 15px;
  display: inline-block;
  border: 1px solid #707070;
  text-align: center;
  margin: 0 auto;
  background-image: url("/shared/img/svg/ar08.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.box-buttan.link-products{
  text-align: center;
  padding-top: 40px;
}
.link-products a.btn-01{
  width: auto;
  display: inline-block;
  word-break: break-all;
}
a.btn-01.mt-50{
  margin-top: 50px;
}
a.btn-01:hover{
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  background-image: url("/shared/img/svg/ar02.svg");
}
@media only screen and (max-width: 640px) {
  a.btn-01{
    width: auto;
    height: auto;
    background-position: center right 7px;
  }
  .area-product a.btn-01{
    background-position: center right 7px;
    height: auto;
    padding: 10px 20px 10px 10px;
    display: inline-block;
  }
  .link-products a.btn-01{
    width: auto;
    padding: 6px 30px;
    line-height: 24px;
  }
}

/* カルーセルレイアウト */
ul.carousel{
  width: 100%;
  padding: 0 30px;
  max-width: 1102px;
  margin: 0 auto;
}
.carousel li a{
  display: block;
  box-sizing: border-box;
  outline: none;
  background-color: #FFFFFF;
}
.carousel li a:hover{
  text-decoration: none;
}
.carousel li img{
  width: 100%;
  height: auto;
}
.slick-prev:before{
  content: "";
  display: block;
  left: 0;
  background: url("/shared/img/svg/cur01.svg")no-repeat;
  width: 18px;
  height: 30px;
}
.slick-next:before{
  content: "";
  display: block;
  right: 0;
  background: url("/shared/img/svg/cur02.svg")no-repeat;
  width: 18px;
  height: 30px;
}
.slick-prev{
  left: 0;
}
.slick-next{
  right: 0;
}
.slick-dots{
  left: 0;
  right: 0;
  margin: auto;
  bottom: -45px;
}
.slick-dots li{
  width: 20px;
  padding: 0;
}
.slick-dots li button{
  width: 0;
  height: 0;
  padding: 0;
}
.slick-dots li button:before{
  content: "";
  width: 13px;
  height: 13px;
  background: url("/shared/img/dot_carousel_off.png");
  background-size: 13px 13px;
  opacity: 1;
  right: 0;
  left: 0;
  margin: auto;
}
.slick-dots li.slick-active button:before{
  background: url("/shared/img/dot_carousel_on.png");
  background-size: 13px 13px;
}
.carousel li p.carousel-text-red{
  display: inline-block;
  text-align: center;
  color: #e10000;
  font-weight: bold;
  margin: 17px 0 16px 0;
  background: url(/shared/img/svg/ar01.svg)no-repeat top 1px right;
  background-size: 8px 18px;
  padding-right: 13px;
}
@media only screen and (max-width: 640px) {
ul.carousel{
padding: 0; 
}
}
/* エバラクラブ仮デザイン */
.bg-club-rink{
  height: 500px;
  background: url("/img/bn_top_club_pc.jpg")no-repeat center;
  background-size: cover;
}
.box-club-rink{
  text-align: center;
  padding-top: 80px;
}
.box-club-rink p{
  color: #FFF;
  padding-bottom: 30px;
  font-size: 29px;
  font-weight: bold;
}
.box-club-rink a.btn-01{
  color: #FFF;
  border: 1px solid #FFF;
  width: 199px;
  display: inline-block;
  margin: 10px;
  background-image: url("/shared/img/svg/ar02.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.box-club-rink a.btn-01:hover{
  background-color: rgba(0,0,0,0.5);
}
.box-club-rink .box-club-merit{
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 35px;
  width: 100%;
}
.box-club-rink .club-link-merit ul{
  width: 100%;
}
.box-club-rink .club-link-merit li{
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
  padding: 16px 38px 16px 38px;
  color: #e10000;
  font-weight: bold;
  background: url(/img/club_number_01.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
  border-radius: 5px;
}
.box-club-rink .club-link-merit li:first-child{
  padding: 27px 38px 27px 38px;
}
.box-club-rink .club-link-merit li:nth-child(2){
  background: url(/img/club_number_02.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
}
.box-club-rink .club-link-merit li:last-child{
  margin-right: 0;
  background: url(/img/club_number_03.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
}
@media only screen and (max-width: 640px) {
  .bg-club-rink{
    height: auto;
    background: url("/img/bn_top_club_sp.jpg")no-repeat center;
    background-size: cover;
    padding: 30px 0 10px;
  }
  .box-club-rink{
    padding-top: 0;
  }
  .box-club-rink p {
    width: 83%;
    height: 75px;
    font-size: 13px;
    padding-top: 0px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .box-club-rink p:nth-child(2){
    padding-top: 0;
    height: auto;
    width: 80%;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .box-club-rink a.btn-01 {
    width: 260px;
    height: 50px;
    font-size: 14px;
    line-height: 16px;
    margin: 7px;
  }
  .box-club-rink .box-club-merit{
    width: 100%;
    margin-bottom: 20px;
  }
  .box-club-rink .club-link-merit{
    width: 80%;
    margin: 0 auto;
  }
  .box-club-rink .club-link-merit li{
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .box-club-rink .club-link-merit li{
    padding: 5px 10px 5px 50px;
    text-align: left;
    background-size: 20px 20px;
  }
  .box-club-rink .club-link-merit li:first-child {
    padding: 5px 0 5px 50px;
    background-size: 20px 20px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .box-club-rink .club-link-merit li:nth-child(2){
    background-size: 20px 20px;
    margin-bottom: 5px;
  }
  .box-club-rink .club-link-merit li:last-child{
    background-size: 20px 20px;
  }
}

/* 商品詳細
------------------------------------------------------------ */
.area-shousai {
  
}

.area-shousai .sec-shousai {
  float: right;
  width: 71%;
}
@media only screen and (max-width: 640px) {
  .area-shousai .sec-shousai {
    float: none;
    width: 100%;
  }
}

.area-shousai .sec-shousai {
  float: right;
  width: 74%;
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .area-shousai .sec-shousai {
    float: none;
    width: 100%;
  }
}

/* detail */
.area-shousai .sec-shousai .box-detail {
  margin-bottom: 45px;
}
.area-shousai .sec-shousai .box-detail .title-01 {
  float: right;
  width: 58%;
  margin-bottom: 75px;
}
.sec-shousai .name {
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  width: 100%;
  word-break: break-all;
}
.area-shousai .content-nav-area {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.top-line {
    border-top: 3px solid #e00000;
}
.sec-shousai .name span{
  font-size: 15px;
  font-size: 19px;
  font-weight: bold;
  margin-left: 20px;
}
.area-shousai .sec-shousai .box-detail .image-01 {
  float: left;
  width: 40%;
  text-align: center;
  position: relative;
}
.area-shousai .sec-shousai .box-detail .image-01 span{
  position: absolute;
  bottom: 0;
  right: 20px;
}
.area-shousai .sec-shousai .box-detail .component {
  float: right;
  width: 58%;
}
.area-shousai .sec-shousai .box-detail .component .ttl-01 {
  margin-bottom: 5px;
  font-size: 20px;
}
.area-shousai .sec-shousai .box-detail .component .ttl-01 img {
  margin-right: 5px;
}
.area-shousai .sec-shousai .box-detail .component .ttl-01 span {
  margin-left: 20px;
  color: #65562d;
  font-size: 13px;
}
.area-shousai .sec-shousai .box-detail .component .table-01 {
  width: 100%;
  margin-bottom: 35px;
}
.area-shousai .sec-shousai .box-detail .component .table-01 th {
  width: 33.3333%;
  padding: 13px 0;
  border-right: 2px solid #fff;
  background-color: #dedbd2;
}
.area-shousai .sec-shousai .box-detail .component .table-01 td {
  width: 33.3333%;
  padding: 13px 0;
  border-right: 2px solid #dedbd2;
  text-align: center;
  border-bottom: 2px solid #dedbd2;
}
.area-shousai .sec-shousai .box-detail .component .table-01 th:last-child,
.area-shousai .sec-shousai .box-detail .component .table-01 td:last-child {
  border-right: none;
}
.area-shousai .sec-shousai .box-detail .txt-info {
  clear: both;
  color: #65562d;
  font-size: 13px;
}
.area-shousai .area-info {
  position: relative;
}
.area-shousai .area-info .table-products {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
}

.image-01 img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width:641px) and ( max-width:780px) {
  .area-shousai .sec-shousai .box-detail .component .table-01 {
    margin-bottom: 10px;
  }
  .area-shousai .sec-shousai .box-detail .component .table-01 th {
    padding: 6px 0;
  }
  .area-shousai .sec-shousai .box-detail .component .table-01 td {
    padding: 6px 0;
  }
}

@media only screen and (max-width: 640px) {
  .area-shousai .sec-shousai .box-detail {
    padding: 0 20px;
    margin: 0 -20px 25px;
    border-bottom: 1px solid #dadada;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .area-shousai .sec-shousai .box-detail .title-01 {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .area-shousai .sec-shousai .box-detail .title-01 .name {
    margin-bottom: 5px;
    padding-top: 30px;
    font-size: 20px;
    border: none;
  }
  .area-shousai .sec-shousai .box-detail .image-01 {
    float: none;
    width: 100%;
  }
  .area-shousai .sec-shousai .box-detail .component {
    float: none;
    width: 100%;
    margin: 25px -20px 0;
    padding: 25px 20px;
    border-top: 1px solid #dadada;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .area-shousai .sec-shousai .box-detail .component .ttl-01 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .area-shousai .sec-shousai .box-detail .component .ttl-01 img {
    height: 21px;
    vertical-align: bottom;
  }
  .area-shousai .sec-shousai .box-detail .component .ttl-01 span {
    margin-left: 10px;
    font-size: 12px;
  }
  .area-shousai .sec-shousai .box-detail .component .table-01 {
    width: 100%;
    margin-bottom: 0;
    font-size: 13px;
  }
  .area-shousai .sec-shousai .box-detail .txt-info {
    margin: 0 -20px;
    padding: 25px 20px;
    border-top: 1px solid #dadada;
    font-size: 12px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .area-shousai .area-info .table-products {
    position: inherit;
    right: inherit;
    bottom: inherit;
    width: inherit;
  }
  .area-shousai .sec-shousai .box-detail .title-01 .name span{
    font-size: 17px;
  }
  .sec-shousai .name {
    font-size: 20px;
  }
  .sec-shousai .name span {
    font-size: 17px;
  }
}

/* allergy */
.area-shousai .sec-shousai .box-allergy {
  margin-bottom: 45px;
}
.area-shousai .sec-shousai .box-allergy .ttl-01 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.area-shousai .sec-shousai .box-allergy .ttl-01 img {
  margin-right: 5px;
}
.area-shousai .sec-shousai .box-allergy .txt-caution {
  color: red;
  font-weight: bold;
}
/*.area-shousai .sec-shousai .box-allergy .list-allergy li {
  float: left;
  width: 12.5%;
  padding: 10px 0;
  border-right: 2px solid #dedbd2;
  border-bottom: 2px solid #dedbd2;
  font-size: 16px;
  text-align: center;
}
.area-shousai .sec-shousai .box-allergy .list-allergy li.is-2row {
  display: table-cell;
  height: 44px;
  padding: 0;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1;
}*/
.area-shousai .sec-shousai .box-allergy .list-allergy {
  margin-bottom: 10px;
  border-top: 2px solid #dedbd2;
  border-left: 2px solid #dedbd2;
}
.area-shousai .sec-shousai .box-allergy .list-allergy li {
  width: 14.285%;
  padding: 10px 0;
  border-right: 2px solid #dedbd2;
  border-bottom: 2px solid #dedbd2;
  font-size: 16px;
  text-align: center;
  float: left;
}
.area-shousai .sec-shousai .box-allergy .list-allergy li.is_check {
  background: rgba(245, 0, 0, 0.44);
  border-bottom-color: #dedbd2;
  color: #150a07;
}
.area-shousai .sec-shousai .box-allergy .list-allergy li.is-2row {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1;
}
.area-shousai .sec-shousai .box-allergy .txt-info {
  clear: both;
  color: #65562d;
  font-size: 13px;
}
.area-shousai .sec-shousai .box-allergy .txt-info span{
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  width: 23px;
  height: 12px;
  background-color: #fb8f8f;
  margin: 0px 3px 0 3px;
  vertical-align: middle;
  color: #4f4017;
}
@media only screen and (max-width: 640px) {
  .area-shousai .sec-shousai .box-allergy {
    margin: 0 -20px 25px;
    padding: 0 20px 25px;
    border-bottom: 1px solid #dadada;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .area-shousai .sec-shousai .box-allergy .ttl-01 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .area-shousai .sec-shousai .box-allergy .ttl-01 img {
    height: 21px;
    vertical-align: bottom;
  }
  .area-shousai .sec-shousai .box-allergy .list-allergy {
    margin-bottom: 10px;
    border-top: 1px solid #dedbd2;
    border-left: 1px solid #dedbd2;
  }
  .area-shousai .sec-shousai .box-allergy .list-allergy li {
    width: 33.3333%;
    border-right: 1px solid #dedbd2;
    border-bottom: 1px solid #dedbd2;
    font-size: 13px;
  }
  .area-shousai .sec-shousai .box-allergy .list-allergy li.is_check {
    background-size: 13px auto;
  }
  .area-shousai .sec-shousai .box-allergy .list-allergy li.is-2row {
    font-size: 12px;
  }
  .area-shousai .sec-shousai .box-allergy .txt-info {
    font-size: 12px;
  }
}

/* lineup */
.area-shousai .sec-shousai .box-lineup {
  margin-bottom: 95px;
}
.area-shousai .sec-shousai .box-lineup .ttl-01 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #918c8a;
  font-size: 20px;
  font-weight: bold;
}
.area-shousai .sec-shousai .box-lineup .ttl-01 img {
  margin-right: 5px;
}
.area-shousai .sec-shousai .box-lineup .list-lineup li {
  float: left;
  width: 18.4%;
  margin-right: 2%;
  padding: 8px 10px 10px;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  text-align: center;
}
.area-shousai .sec-shousai .box-lineup .list-lineup li:nth-child(5n) {
  margin-right: 0;
}
.area-shousai .sec-shousai .box-lineup .list-lineup li img {
  margin-right: 5px;
  vertical-align: bottom;
  width:100%;
  height:auto;
}
.area-shousai .sec-shousai .box-lineup .list-lineup li p {
  font-size: 13px;
  text-align: left;
  line-height: 1.3;
}
.area-shousai .sec-shousai .box-lineup .list-lineup li span {
  text-align: right;
  line-height: 2;
  display: none;
}
.area-shousai .sec-shousai .box-lineup .list-lineup li a {
  text-decoration: underline;
  color: #e10000;
}
.area-shousai .sec-shousai .box-lineup .list-lineup li a:hover {
  text-decoration: none;
}

.box-title-01 .ttl-back{
  position: absolute;
  top: 5px;
  right: 20px;
  padding-right: 20px;
  background: url("/shared/img/svg/cur02.svg")no-repeat center right;
  background-size:12px 19px ;
}
.box-title-01 .ttl-back span{
  font-weight: bold;
}
.area-product.under-line{
  border-bottom: 1px solid #c9c3b5;
  padding-bottom: 80px;
  margin-bottom: 0;
}

@media only screen and (min-width: 641px) {
  .area-shousai .sec-shousai .box-lineup .list-lineup li a:hover {
    color: #65562d;
  }
}
@media only screen and (max-width: 640px) {
  .area-shousai .sec-shousai .box-lineup {
    ;margin-bottom: 0;
    padding: 0 0 25px;
  }
  .area-shousai .sec-shousai .box-lineup .ttl-01 {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 15px;
  }
  .area-shousai .sec-shousai .box-lineup .ttl-01 img {
    height: 21px;
    vertical-align: bottom;
  }
  .area-shousai .sec-shousai .box-lineup .list-lineup li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    padding: 8px 10px 10px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
    text-align: center;
  }
  .area-shousai .sec-shousai .box-lineup .list-lineup li:nth-child(5n) {
    margin-right: 4%;
  }
  .area-shousai .sec-shousai .box-lineup .list-lineup li:nth-child(2n) {
    margin-right: 0;
  }
  .area-shousai .sec-shousai .box-lineup .list-lineup li p{
    padding: 8px 0 10px;
  }
  .area-shousai .sec-shousai .box-lineup .list-lineup li span {
    line-height: 1.5;
  }
.box-title-01 .ttl-back{
    font-size: 14px;
    top: 0;
    padding-right: 13px;
    background-size: 7px 14px;
  }

  .box-title-01 .ttl-back a span{

  }
}

/* recipe */
.area-recipe {
  background-color: #eeede9;
  padding-bottom: 100px;
}
.ico-h3 {
    padding-top: 95px;
    padding-bottom: 47px;
    text-align: center;
}
.ico-h3 h3 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
}
.ico-h3 h3.ico-01:after {
    content: "";
    width: 40px;
    height: 35px;
    background: url(/shared/img/svg/ico_recommend.svg)no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
}
.area-recipe .list-recipe li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
}
.area-recipe .list-recipe li:nth-child(4n) {
  margin-right: 0;
}
.area-recipe .list-recipe li a{
  text-decoration: none;
}
.area-recipe .list-recipe li a figure{
  overflow: hidden;
}
.area-recipe .list-recipe li a figure img {
  width: 100%;
}
.area-recipe .list-recipe li dl {
  padding: 15px;
}
.area-recipe .list-recipe li dd {
  color: #65562d;
  font-size: 13px;
}
.area-recipe .list-recipe li dd.text {
  margin-top: 5px;
}
.area-recipe .list-recipe li dd.supplement {
  margin-top: 1em;
  padding-top: 8px;
  border-top: 1px solid #d5d5d5;
}
.area-recipe .list-recipe li dd.supplement p {
  display: inline;
  margin-right: 5px;
}
.area-recipe .list-recipe li dd.supplement p.salt {
  display: block;
  margin-top: 3px;
}
.area-recipe .list-recipe li dd.supplement p.protein {
  display: block;
  margin-top: 3px;
}
.area-recipe .list-recipe li dd.supplement p img {
  margin-right: 3px;
}
.area-recipe .btn-recipe-01 {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .area-recipe .list-recipe li:hover {
    background: rgba(146, 135, 105, 0.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .area-recipe .list-recipe li:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.4;
  }
}
@media only screen and (max-width: 640px) {
  .area-recipe {
    padding: 30px 0;
  }
  .area-recipe .ttl-01 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .area-recipe .ttl-01 img {
    height: 21px;
  }
  .area-recipe .list-recipe {
    padding: 0;
  }
  .area-recipe .list-recipe li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .area-recipe .list-recipe li dl {
    padding: 20px 15px;
  }
  .area-recipe .list-recipe li dt {
    font-size: 17px;
  }
  .area-recipe .list-recipe li dd {
    font-size: 14px;
  }
  .area-recipe .list-recipe li dd.supplement {
    padding-top: 0;
    border-top: none;
  }
  .area-recipe .list-recipe li dd.supplement p {
    display: inline;
    font-size: 13px;
  }
  .area-recipe .list-recipe li dd.supplement p.salt {
    display: inline;
    margin-top: 0;
  }
  .area-recipe .list-recipe li dd.supplement p.protein {
    display: inline;
    margin-top: 0;
  }
  .area-recipe .list-recipe li dd.supplement p img {
    margin-right: 3px;
  }
  .area-recipe .btn-recipe-01 {
    margin-top: 30px;
  }
  .area-recipe .btn-recipe-01 a.btn-01 {
    font-size: 13px;
  }
  .ico-h3 h3{
    font-size: 20px;
  }
  .ico-h3 h3.ico-01:after {
    bottom: 55px;
  }
}



/*add 202006*/
.sp-main-area {
    margin-top: 5px;
    float: left;
    width: 23%;
    margin-right: 2.6%;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
}
.sp-main-area:hover {
    background: rgba(146, 135, 105, 0.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sp-main-area:nth-child(4n) {
  margin-right: 0;
}
.sp-main-area a {
    display: block;
    height: 100%;
    text-decoration: none;
}
.sp-main-area figure {
    background-color: #fff;
}
.sp-main-area img {
    width: 100%;
}
.box-sp-list {
    padding: 12px 20px 0;
}
.ttl-arrow {
    background: url(/shared/img/svg/ar01.svg) no-repeat center right;
    display: table;
    width: 100%;
}
p.ttl-sp {
    font-size: 16px;
    font-weight: bold;
    color: #df0000;
    display: table-cell;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    vertical-align: middle;
    padding-right: 20px;
}
p.txt-sp {
    margin: 8px 0 0;
    font-size: 13px;
    color: #65562d;
    padding: 0 20px 14px;
}
.area-product {
  margin-bottom: 20px;
}
.area-brand.area-product .box-title-brand .ttl-01 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 640px) {
  .sp-main-area, .sp-main-area:nth-child(4n) {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .area-brand.area-product .box-title-brand {
    text-align: left;
  }
  .area-brand.area-product .box-title-brand .ttl-01 {
    padding-top: 30px;
    margin-bottom: 15px;
  }
}
/*
.area-product .box-new .list-new li a.new.new_nolink {
  pointer-events: none;
}*/


#itemset.no_links .area-recipe .btn-recipe-01 {
  display: none;
}

#itemset + .btn-recipe-01 {
  text-align: center;
  margin-bottom: 20px;
}


/* ラインナップ */
.list-lineup {
  display: flex;
  flex-wrap: wrap;
}
.area-shousai .sec-shousai .box-lineup .list-lineup li {
  float: none;
}

.order_210 {
  order: 1;
}
.order_360 {
  order: 2;
}
.order_480 {
  order: 3;
}
.order_590 {
  order: 4;
}

@media (max-width: 640px) {
  /* .list-lineup {
    float: left;
  } */
  .area-shousai .sec-shousai .box-lineup .list-lineup li {
    margin: 0;
    padding: 5px;
    box-shadow: none;
  }
  .area-shousai .sec-shousai .box-lineup .list-lineup li .lineup_inner {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
  }
  .area-shousai .sec-shousai .box-lineup .list-lineup li p {
    padding: 8px 10px 10px;
  }
  .btn-recipe-01 {
    margin-top: 20px;
  }
}


@media only screen and (max-width: 640px) {
  .area-product .link-01 {
    bottom: -68px;
  }
  .area-product {
    margin-bottom: 90px;
  }
  .area-brand {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  #breadcrumb,.contents-inner > #breadcrumb{
    display: block;
    position: absolute;
    top: 55px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
  #breadcrumb li {
    font-size: 12px;
  }
  #breadcrumb li a {
    color: #e10000;
    text-decoration: underline;
  }
  #breadcrumb .ttle-page-name {
    display: none;
  }
  main.contents-main {
    position: relative;
  }
  /* .box-title-01 {
    margin-bottom: 50px!important;
  } */
  .sec-shousai .name {
    margin-top: 50px;
  }
  .box-title-01 + .ttl-02 {
    padding-top: 50px;
  }
  .area-product .box-new .ttl-01-box .ttl-01 {
    padding-top: 50px;
  }
}

/* ブランドページ項目改修 */

.btn-sp-01{
  margin-bottom: 25px;
}

.btn-sp-01 .btn-01{
  padding: 15px 32px 15px 15px;
  display: inline-block;
  text-align: center;
  background-color: #e10000;
  color: #fff;
  background-image: url(/shared/img/svg/icon_window03.svg);
  width: 247px;
  /* box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2); */
  border: 0px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  border: 1px solid #e10000;
  border-radius: 50px;
}

.btn-sp-01 .btn-01:hover {
  background-color: #fff;
  color: #e10000;
  background-image: url(/shared/img/svg/icon_window.svg);
}

@media (max-width: 640px) {
  .btn-sp-01 {
    text-align: center;
  }
}

@media (min-width: 641px) and (max-width: 1010px) {
  .area-shousai .area-info {
    margin-top: 65px;
  }
}

/* アレルギー項目改修 */
.box-allergy .txt-info {
  padding-left: 1em;
  text-indent: -1em;
}
.box-allergy .txt-info a {
  text-decoration: underline;
  color: #65562d;
}
.box-allergy .txt-info a:hover {
  text-decoration: none;
}

.area-shousai .sec-shousai .box-allergy .list-allergy {
  display: block;
  border: none;
  padding: 10px 0;
}
.area-shousai .sec-shousai .box-allergy .list-allergy li {
  width: auto;
  float: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  padding: 0;
}
.area-shousai .sec-shousai .box-allergy .list-allergy li + li:before {
  content: "、";
}
@media (max-width: 640px) {
  .area-shousai .sec-shousai .box-allergy .list-allergy li {
    font-size: 13px;
  }
}

/* レシピ掲載 */
.list_products_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.list_products_recipe {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.list_products_recipe li {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
.list_products_recipe li a {
  text-decoration: none;
}
.list_products_recipe li a p {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.list_products_recipe li img {
  transition: transform 0.2s linear;
}
.list_products_recipe li figure {
  overflow: hidden;

}
.list_products_recipe li a:hover img {
  opacity: 1;
  transform: scale(1.1);
  opacity: 0.4;
}
.btn-recipe-01.btn-recipe-center {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .list_products_ttl {
    font-size: 18px;
  }
  .list_products_recipe {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .list_products_recipe li {
    width: 100%;
  }
}

.btn-recipe-01.btn-recipe-center a {
  padding: 15px 32px 15px 15px;
  text-align: center;
  background-color: #e10000;
  color: #fff;
  border: 0px;
  background-position: center right 15px;
  border: 1px solid #e10000;
  background-image: url(/shared/img/svg/ar02.svg);
  border-radius: 50px;
}
.btn-recipe-01.btn-recipe-center a:hover {
  background-color: #fff;
  color: #e10000;
  background-image: url(/shared/img/svg/ar01.svg);
}

/* おすすめエリア改修 */
.prd_shop_wrap {
  padding: 50px 0 90px;
}
.prd_shop_title h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.prd_shop_list {
  display: flex;
  justify-content: left;
  gap: 20px 2.66%;
}
.prd_shop_list li {
  width: 23%;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
}
.prd_shop_list li a {
  display: block;
}
.prd_shop_list li img {
  width: 100%;
}
@media (max-width: 640px) {
  .prd_shop_wrap {
    padding: 50px 20px 20px;
  }
  .prd_shop_title h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .prd_shop_list {
    flex-direction: column;
  }
  .prd_shop_list li {
    width: 100%;
  }
}





.nutrition-table {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.nutrition-table dl {
  width: calc(100% / 3);
  text-align: center;
}
.nutrition-table dl dt {
  padding: 13px 0;
  border-right: 2px solid #fff;
  background-color: #dedbd2;
  font-weight: bold;
}
.nutrition-table dl dd {
  padding: 13px 0;
  border-right: 2px solid #dedbd2;
  border-bottom: 2px solid #dedbd2;
}

.nutrition-table dl:nth-child(3) dt,
.nutrition-table dl:nth-child(5) dt {
  border-right: 0;
}
.nutrition-table dl:nth-child(3) dd,
.nutrition-table dl:nth-child(5) dd {
  border-right: 0;
}

@media  (max-width: 640px) {
  .nutrition-table {
    margin-bottom: 0;
  }
  .nutrition-table dl {
    font-size: 13px;
  }
}