@charset "UTF-8";

.has-border2 {
  position: relative;
  padding-left: 30px;
  line-height: 1.2;
}
.has-border2::before{
  position: absolute;
  bottom: 40%;
  left: 10px;
  width: 8px;
  height: 8px;
  background: url(/common/img/module/common-title_bg01.png) repeat;
  content: "";
}

.m-products-cat-shoppingcenter-section .m-anchor-list {
    padding: 10px;
    margin: 10px;
    width: calc(100% - 40px);
}
.m-anchor-list > ul.shoppingcenter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px 40px;
    flex-wrap: nowrap;
}
.m-anchor-list > ul.shoppingcenter > li a {
    font-weight: normal;
}

.clm_contents_box {
    text-align: left;
    width: 80%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    margin: 20px auto 0;
}
.clm_contents_box p {
    padding-left: 10px;
    font-size: 1.4em;
    margin-bottom: 0px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.clm_contents_box ul {
    background-color: rgb(242, 242, 242);
    margin: 0;
}
.clm_contents_box ul li {
    padding: 0px;
    font-size: 1.9em;
    position: relative;
    color: rgb(51, 51, 51);
    display: block;
    border-bottom: 1px solid rgb(204, 204, 204);
    font-weight: bold;
}
.clm_contents_box ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-left-color: initial;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -6px;
    transform: rotate(-45deg);
    margin-left: 20px;
    border-width: 0px 2px 2px 0px;
    border-image: initial;
    border-bottom: 2px solid rgb(51, 51, 51);
    border-right: 2px solid rgb(51, 51, 51);
}
.clm_contents_box ul li:last-child {
    border-bottom: none;
}
.clm_contents_box ul li a {
    display: block;
    text-decoration: none;
    padding: 5px 20px 5px 50px;
}
.clm_contents_box ul li a:hover {
    color:#ccc;
    opacity: 1;
    transition: .4s;
    transition-delay: .3s;
}
.m-products-cat-shoppingcenter-head{
  position:relative;
  margin-bottom:30px;
  margin-top:-15px;
}
.m-products-cat-shoppingcenter-head > img{
  display:block;
  width:480px;
  margin-left:auto;
  height:auto;
}
.m-products-cat-shoppingcenter-head .m-products-cat-shoppingcenter-head-title{
  position:absolute;
  background:#fff;
  left:0;
  width:458px;
  box-sizing:border-box;
  padding: 20px 20px 10px 20px;
  display:flex;
  flex-direction:column;
  min-height:240px;
  justify-content:center;
  background-color: #e3eff7;
}
.m-products-cat-shoppingcenter-head .m-products-cat-shoppingcenter-head-title .m-title1{
  line-height:1.3;
}

.m-products-cat-shoppingcenter-bloc{
  padding-top:30px;
}
.m-products-cat-shoppingcenter-list{
  display:grid;
  gap: 20px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom:50px;
  margin-top: 10px;
  position:relative;
  overflow: hidden;
  transition: max-height 0.3s;
  padding: 30px;
  background-color: rgb(242, 242, 242);
}
.m-products-cat-shoppingcenter-list2{
  display:grid;
  gap: 60px 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom:50px;
  margin-top: 10px;
  position:relative;
  overflow: hidden;
  transition: max-height 0.3s;
  padding: 30px;
  background-color: rgb(242, 242, 242);
}
.m-products-cat-shoppingcenter-list3{
  display:grid;
  gap: 60px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom:50px;
  margin-top: 10px;
  position:relative;
  overflow: hidden;
  transition: max-height 0.3s;
  padding: 30px;
  background-color: rgb(242, 242, 242);
}
.m-products-cat-shoppingcenter-list > div{
  text-decoration:none;
  display:flex;
  flex-direction:column;
  gap:15px 0;
  padding: 10px;
}
.m-products-cat-shoppingcenter-list2 > div{
  text-decoration:none;
  display:flex;
  flex-direction:column;
  gap:15px 0;
  background: #fff;
  padding: 30px 30px 20px;
  border-radius: 10px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.m-products-cat-shoppingcenter-list3 > div{
  text-decoration:none;
  display:flex;
  flex-direction:column;
  gap:15px 0;
  background: #fff;
  padding: 30px 30px 20px;
  border-radius: 10px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.m-products-cat-shoppingcenter-list > div .m-search-result-title{
  margin-bottom: 0;
}
.m-products-cat-shoppingcenter-list2 > div .m-search-result-title{
  margin-bottom: 0;
}
.m-products-cat-shoppingcenter-list3 > div .m-search-result-title{
  margin-bottom: 0;
}
.m-products-cat-shoppingcenter-list .is-new a .m-circle-arrow-link::after{
  content:'NEW';
  font-size:1.2rem;
  color:var(--sub-red);
  color:var(--main-red);
  border:solid 1px #E20000;
  border:solid 1px var(--main-red);
  text-decoration:none;
  display:inline-block;
  text-align:center;
  line-height:15px;
  align-items:center;
  justify-content:center;
  width:54px;
  height:20px;
  padding-top:3px;
  font-weight:bold;
  box-sizing:border-box;
  margin-left:10px;
}
/* .m-products-cat-shoppingcenter-list > div:nth-of-type(n+10) ~ .m-products-cat-shoppingcenter-list-more{
  display:inherit;
} */
.m-products-cat-shoppingcenter-list{
  counter-reset: product-counter;
  position:relative;
}
.m-products-cat-shoppingcenter-list2{
  counter-reset: product-counter;
  position:relative;
}
.m-products-cat-shoppingcenter-list3{
  counter-reset: product-counter;
  position:relative;
}
/* .m-products-cat-shoppingcenter-list > div:nth-of-type(n+10){
  counter-increment: product-counter;
  position: absolute;
  bottom: -100%;
} */
.m-products-cat-shoppingcenter-list > .m-products-cat-shoppingcenter-list-more{
  grid-column-start:1;
  grid-column-end:4;
  display:none;
  background:#fff;
  transition: opacity 0.28s 0.02s;
}
/* .m-products-cat-shoppingcenter-list > .m-products-cat-shoppingcenter-list-more span i::after{
  content: counter(product-counter);
}
.m-products-cat-shoppingcenter-list.is-opened > div:nth-of-type(n+10) ~ .m-products-cat-shoppingcenter-list-more{
  opacity:0;
}
.m-products-cat-shoppingcenter-list.is-finished > div:nth-of-type(n+10) ~ .m-products-cat-shoppingcenter-list-more{
  display:none;
}
.m-products-cat-shoppingcenter-list.is-opened > div:nth-of-type(n+10){
  position:relative;
  bottom:inherit;
}
.m-products-cat-shoppingcenter-list.is-opened > div:nth-of-type(n+10) ~ .m-products-cat-shoppingcenter-list-more{
  position:absolute;
  left:0;
  bottom:-1px;
  width: 100%;
  padding-top:2px;
  padding-bottom:2px;
} */
.m-products-cat-shoppingcenter-list > div > a{
  text-decoration:none;
  display:flex;
  flex-direction:column;
  gap:15px 0;
}
.m-products-cat-shoppingcenter-list2 > div > a{
  text-decoration:none;
  display:flex;
  flex-direction:column;
  gap:15px 0;
}
.m-products-cat-shoppingcenter-list3 > div > a{
  text-decoration:none;
  display:flex;
  flex-direction:column;
  gap:15px 0;
}
.m-products-cat-shoppingcenter-list > div > a img{
  width:100%;
  height:auto;
  display:block;
}
.m-products-cat-shoppingcenter-list2 > div > a img{
  width:100%;
  height:auto;
  display:block;
}
.m-products-cat-shoppingcenter-list3 > div > a img{
  width:100%;
  height:auto;
  display:block;
}
.m-products-cat-shoppingcenter-list > div > p{
  display:flex;
  flex-direction:column;
  gap:4px 0;
  margin:0;
}
.m-products-cat-shoppingcenter-list2 > div > p{
  display:flex;
  flex-direction:column;
  gap:4px 0;
  margin:0;
}
.m-products-cat-shoppingcenter-list3 > div > p{
  display:flex;
  flex-direction:column;
  gap:4px 0;
  margin:0;
}
p.cate {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    top: 5px;
    margin-top: 0;
}
p.cate span {
    padding: 7px 10px 5px;
    background: #fff;
    border: 1px solid #666;
    color: #666;
    margin-right: 5px;
    font-size: 90%;
    line-height: 1;
    color: #000;
}
p.cate span.new-icon {
    padding: 7px 10px 5px;
    background: #fff;
    border: 1px solid #cc0000;
    color: #666;
    margin-right: 0;
    font-size: 90%;
    line-height: 1;
    color: #cc0000;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 767px) {
    .m-anchor-list > ul.shoppingcenter {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .m-anchor-list > ul.shoppingcenter > li {
        border-bottom: solid 2px #fff;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        overflow: hidden;
    }
    .m-anchor-list > ul.shoppingcenter > li > a{
      display:block;
      padding-top:15px;
      padding-bottom:15px;
    }
    .m-anchor-list > ul.shoppingcenter > li > a.m-arrow-link::before{
      top:16.5px;
    }

    .clm_contents_box {
        width: 100%;
    }
    .clm_contents_box p {
        font-size:1.4em;
    }
    .clm_contents_box ul li {
	    font-size: 1.4em;
	    line-height: 1.2;
	    padding: 10px 10px 10px 10px;
	}
	.clm_contents_box ul li::before {
	    margin-left: 15px;
	}
	
	.clm_contents_box ul li a {
	    padding: 5px 3px 5px 30px;
	}
	.m-products-cat-shoppingcenter-list{
      display:block;
    }
	.m-products-cat-shoppingcenter-list2{
      display:block;
      padding: 20px;
    }
	.m-products-cat-shoppingcenter-list3{
      display:block;
      padding: 20px;
    }
    .m-products-cat-shoppingcenter-head{
      position:relative;
      margin-bottom:20px;
      margin-top:-5px;
    }
  .m-products-cat-shoppingcenter-head > img{
    display:block;
    width:100%;
    margin-left:auto;
  }
  .m-products-cat-shoppingcenter-head .m-products-cat-shoppingcenter-head-title{
    position:relative;
    left:inherit;
    top:inherit;
    width:100%;
    padding: 10px;
    min-height:inherit;
  }
  .m-products-cat-shoppingcenter-list > .m-products-cat-shoppingcenter-list-more{
    padding-top:30px;
    transition: none;
  }
  .m-products-cat-shoppingcenter-list > div {
    padding:15px 0;
    border-bottom:solid 1px var(--main-grey-light);
  }
  .m-products-cat-shoppingcenter-list2 > div {
    padding: 20px;
    border-bottom:solid 1px var(--main-grey-light);
    margin-bottom: 20px;
  }
  .m-products-cat-shoppingcenter-list3 > div {
    padding: 20px;
    border-bottom:solid 1px var(--main-grey-light);
    margin-bottom: 20px;
  }
  .m-products-cat-shoppingcenter-list > div:first-of-type {
    border-top:solid 1px var(--main-grey-light);
  }
  .m-products-cat-shoppingcenter-list2 > div:first-of-type {
    border-top:solid 1px var(--main-grey-light);
  }
  .m-products-cat-shoppingcenter-list3 > div:first-of-type {
    border-top:solid 1px var(--main-grey-light);
  }
  .m-products-cat-shoppingcenter-list > div > a{
    flex-direction: row;
    gap: 0;
    justify-content:space-between;
  }
  .m-products-cat-shoppingcenter-list2 > div > a{
    /* flex-direction: row; */
    gap: 0;
    justify-content:space-between;
  }
  .m-products-cat-shoppingcenter-list3 > div > a{
    /* flex-direction: row; */
    gap: 0;
    justify-content:space-between;
  }
  .m-products-cat-shoppingcenter-list > div > a .m-image-link{
    width:120px;
  }
  .m-products-cat-shoppingcenter-list2 > div > a .m-image-link{
    width: 100%;
  }
  .m-products-cat-shoppingcenter-list3 > div > a .m-image-link{
    width: 100%;
  }
  .m-products-cat-shoppingcenter-list > div > a .m-search-result-title{
    width:calc(100% - (120px + 10px));
    box-sizing:border-box;
  }
  .m-products-cat-shoppingcenter-list2 > div > a .m-search-result-title{
    width:calc(100% - (120px + 10px));
    box-sizing:border-box;
  }
  .m-products-cat-shoppingcenter-list3 > div > a .m-search-result-title{
    width:calc(100% - (120px + 10px));
    box-sizing:border-box;
  }
  .m-products-cat-shoppingcenter-list > div > p{
    display:none;
  }
  .m-products-cat-shoppingcenter-list2 > div > p{
    display:none;
  }
  .m-products-cat-shoppingcenter-list3 > div > p{
    display:none;
  }
}


/* IE11 SUPPORT */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .m-products-cat-shoppingcenter-list{
    display:flex;
    flex-wrap:wrap;
  }
  .m-products-cat-shoppingcenter-list > div{
    width:33.3333%;
    max-width:300px;
    margin-top:60px;
    margin-right:20px;
    display:block;
    flex:0 0 auto;
  }
  .m-products-cat-shoppingcenter-list > div > a{
    margin-bottom:15px;
  }
  .m-products-cat-shoppingcenter-list > div:nth-of-type(-n+3){
    margin-top:0;
  }
  .m-products-cat-shoppingcenter-list > div:nth-of-type(3n){
    margin-right:0;
  }
  .m-products-cat-shoppingcenter-list > div .m-image-link{
    margin-bottom:15px;
  }
  .m-products-cat-shoppingcenter-list > .m-products-cat-shoppingcenter-list-more{
    width:100%;
    margin-top:50px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 767px) {
  .m-products-cat-shoppingcenter-list{
    display:block;
  }
  .m-products-cat-shoppingcenter-list > div{
    margin-right:0;
    width:100%;
    max-width:100%;
    margin-top:0;
  }
  .m-products-cat-shoppingcenter-list > div > a .m-image-link{
    margin-right:15px;
  }
}

/* -----------------------------------------------------------
download.html Selector
----------------------------------------------------------- */
.download_area{
  padding: 40px 55px;
  box-shadow: rgba(99,99,99,0.2) 0px 2px 8px 0px;
}
.download_area h3{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom:1px solid #C9CACA;
  color: #231815;
  font-size: 24px;
  font-weight: normal;
}
.download_area h3 span{
  color: #231815;
  font-size: 16px;
  font-weight: bold;
}
.download_area .download_box{
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.download_area .download_box .txt{
  width: 500px;
}
.download_area .download_box .txt p{
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
}
.download_area .download_box .txt div.detail{
  margin: 60px 0 0;
  padding: 10px 15px;
  border: 1px solid #727171;
  font-size: 16px;
}
.download_area .download_box .txt h4{
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  color: #EF8563;
  font-size: 16px;
}
.download_area .download_box .txt h4 span{
  display: block;
  margin-right: 10px;
  white-space: nowrap
}
.download_area .download_box .txt h4::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #898989;
}
.download_area .download_box .txt ul{
  font-size: 12px;
}
.download_area .download_box .txt ul li{
  margin: 0 0 10px;
  line-height: 1.4;
}
.download_area .download_box .img_btn{
  width: 300px;
  text-align: center;
}
.download_area .download_box .img_btn div.btn{
  position: relative;
  margin: 30px 0 0;
}
.download_area .download_box .img_btn div.btn::before {
    right: 15px;
    font-size: 12px;
    z-index: 4;
    transition: .4s;
    transition-delay: .3s;
    display: block;
    width: 30px;
    height: 30px;
    content: "\f054";
    position: absolute;
    top: calc(50% + 5px);
    transform: translateY(-50%);
    font-family: FontAwesome;

}
.download_area .download_box .img_btn div.btn:before{
    color: #FFF;
}
.download_area .download_box .img_btn div.btn:hover:before{
    color: #231815;
    transition: .4s;
    transition-delay: .3s;
}
.download_area .download_box .img_btn div.btn a{
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    background: #EF8563;
    border: 2px solid #EF8563;
    color: #FFF;
    padding: 10px 0 9px;
    text-align: center;
    transition: .4s;
    transition-delay: .3s;
    font-size: 16px;
    text-decoration:none;
}
/*ボタン内spanの形状*/
.download_area .download_box .img_btn div.btn a span {
    position: relative;
    z-index: 3;
}
.download_area .download_box .img_btn div.btn a:hover span{
    color: #231815;
    transition: .4s;
    transition-delay: .3s;
}
/*== 背景が流れる（左から右） */
.download_area .download_box .img_btn div.btn a.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#FFF;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
/*hoverした際の形状*/
.download_area .download_box .img_btn div.btn a.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
@media screen and (max-width: 767px) {
  .download_area{
    width: 80%;
    margin: 0 auto;
    padding: 30px 30px;
  }
  .download_area h3{
    flex-wrap: wrap;
    font-size: 17px;
  }
  .download_area h3 span{
    width: 100%;
    font-size: 11px;
  }
  .download_area .download_box{
    flex-wrap: wrap;
  }
  .download_area .download_box .txt{
    order: 2;
    width: 100%;
  }
  .download_area .download_box .txt p{
    margin: 15px 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .download_area .download_box .txt div.detail{
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 12px;
  }
  .download_area .download_box .txt h4{
    margin: 0 0 10px;
    color: #EF8563;
    font-size: 14px;
  }
  .download_area .download_box .txt h4 span{
    margin-right: 8px;
  }
  .download_area .download_box .txt ul{
    font-size: 11px;
  }
  .download_area .download_box .txt ul li{
    margin: 0 0 7px;
    line-height: 1.4;
  }
  .download_area .download_box .img_btn{
    order: 1;
    width: 100%;
  }
  .download_area .download_box .img_btn div.btn{
    position: relative;
    margin: 10px 0 10px;
  }
}
@media screen and (max-width: 375px) {
  .download_area{
    padding: 20px 20px;
  }
}
.download_plus{
  width: 940px;
  margin: 50px auto 150px;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  box-shadow: rgba(99,99,99,0.2) 0px 2px 8px 0px;
}
@media screen and (max-width: 767px) {
  .download_plus{
    width: 90%;
    margin: 30px auto 50px;
    padding: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
  }
}

/* お役立ちコラムパート */

.m-products-cat-shoppingcenter-list.oyakudachi > div{
    position: relative;
    padding: 10px 10px 50px 10px;
}
.m-products-cat-shoppingcenter-list > div > a {
    padding-bottom: 30px;
}


.s10title {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}
p.s10txt {
    font-size: 1.4em;
    margin-top: 0;
}
p.c-name {
    font-size: 1.4em;
    font-weight: bold;
}
.oyakudachi .btn_next {
    font-weight: 700;
    border: 2px solid #000;
    margin: 5px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 10%;
    bottom: 15px;
    border-radius: 20px;
}
.oyakudachi .btn_next a {
    color: #333;
    padding: 5px 70px;
    display: block;
    border-radius: 20px;
    text-decoration: none;
}
.oyakudachi .btn_next a::before {
    display: block;
    width: 30px;
    height: 30px;
    left: 45px;
    content: "\f054";
    position: absolute;
    top: calc(50% + 5px);
    transform: translateY(-50%);
    font-family: FontAwesome;
    color: #E61E1E;
}

.oyakudachi .btn_next a:hover {
    background-color: #0064b2;
    color:#fff;
    opacity: 1;
}
@media screen and (max-width: 767px) {
  .m-products-cat-shoppingcenter-list.oyakudachi > div{
    margin-bottom: 5px;
  }
  .m-products-cat-shoppingcenter-list.oyakudachi > div > a{
    flex-direction: column;
    gap: 0;
    justify-content:space-between;
  }
   .m-products-cat-shoppingcenter-list.oyakudachi > div > a .m-image-link {
        width: 100%;
    }
}

/* 展示会・イベント情報エリア */
.event_area{
    margin-bottom: 50px;
    overflow: hidden;
    transition: max-height 0.3s;
    padding: 30px;
    background-color: rgb(242, 242, 242);
}
.exp-red {
    color: #f00;
}

h3.exhibition-title {
    font-size: 1.6rem;
}
.private h3.exhibition-title {
    display: inline-block;
}
.private p {
    display: inline-block;
    padding-right: 30px;
    width: 140px;
}
.private h3.exhibition-title {
    position: relative;
}
.private h3.exhibition-title a::before {
    content: '';
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    background-image: var(--circle-arrow);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px;
    transform: translateY(2.5px);
    position: absolute;
    left: -20px;
    top: 0;
}

@media screen and (max-width: 767px) {
	.event_area .mod-media.opt-media-left {
	    display: flex;
	    flex-direction: column;

	}
	.event_area .mod-media.opt-media-left .mod-media_object{
	    float: none;
	    margin-right: 0;
	    width: 100%;
	    display: block;
	    margin-bottom: 15px;
	    padding-top: 5px;
	    padding-bottom: 10px;
	}

	.event_area img {
	    margin: 0 auto;
	    display: block;
	    max-width: 100%;
	    height: auto;
	}
	.event_area .mod-media_body p {
	    font-size: 1.4rem;
	}
	h3.exhibition-title {
	    font-size: 1.6rem;
	    margin: 8px 0 4px 0;
	    background-position: left 3px;
	}
	p.exhibition-place {
	    margin-top: 0px;
	}
	.private h3.exhibition-title a {
	    padding-left: 20px;
	}
	.private h3.exhibition-title a::before {
	    left: 0px;
	}
}

.mod-outline:hover {
    border-color: #fff!important;
}

/* 飲食店向けセルフオーダーソリューションエリア */
.md-outline {
    background-color: #fff;
}
.movieArea {
    max-width: 660px;
    margin: 0px auto 0px;
    padding: 0px;
}
.movieArea img {
    width: 100%;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
}
.movieArea a {
    text-decoration: none;
}
.movieArea a:hover {
    opacity: 0.6;
}
