@charset "utf-8";

/***************************************************
  top.css
***************************************************/


/* TOPページコンテンツエリア
------------------------------------------------------------ */
body {
  -webkit-text-size-adjust: 100%;
}
a.btn-01{
  display: block;
  width: 300px;
  height: 56px;
  border: 1px solid #707070;
  text-align: center;
  line-height: 53px;
  margin: 45px auto 98px;
  background-image: url("/shared/img/svg/ar08.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
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");
}
a.btn-02{
  margin: 0 auto 30px;
}
@media only screen and (max-width: 640px) {
  a.btn-01{
    width: 240px;
    height: 45px;
    line-height: 43px;
    background-position: center right 4px;
    font-size: 13px;
    margin: 35px auto 49px;
  }
}
.mainvisual a{
  display: block;
  position: relative;
}
.mainvisual img.only-pc{
  width: 100%;
}
.mainvisual {
  overflow: hidden;
}
.box-buttan {
  padding-top: 34px;
  padding-bottom: 50px;
}
.cm-border{
  border-top: 1px solid #918769;
}
.box-cm {
  margin-bottom: 150px;
  padding-top: 53px;
  text-align: center;
}
.box-chuka {
  margin: 20px 0 0;
  text-align: center;
  line-height: 35px;
}
.box-chuka p {
  font-size: 18px;
}
.box-chuka p span.main-txt-red {
  font-size: 21px;
  color: #e10000;
}
.products-area {
  border-top: 3px solid #e10000;
  padding-top: 50px;
}
.products-image {
  float: left;
  width: 20%;
  text-align: center;
}
/* カルーセル */
ul.carousel{
  width: 100%;
  padding: 0 30px;
  max-width: 1162px;
  margin: 70px auto 90px;
}
.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;
}
.carousel li p.carousel-text-red{
  display: block;
  text-align: center;
  color: #e10000;
  font-weight: bold;
  padding: 17px 30px;
  background: url(/shared/img/svg/ar_down_red.svg)no-repeat center right 10px;
  background-size: 18px 8px;
}
.carousel li p.carousel-text-yellow{
  color: #65562d;
  display: block;
  font-size: 13px;
  padding: 0 28px 20px;
  text-align: left;
}
.carousel li a{
  -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);
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=145, Strength=2);
  text-align: center;
}
.carousel.carousel-4col.list-anchor.products-slider li a {
  -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);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=145, Strength=2);
  text-align: center;
}
.carousel.carousel-4col.list-anchor.products-slider li {
  padding: 2px 9px;
}
.carousel li{
  padding: 2px 9px ;
}
.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;
  display: none!important;
}
.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;
}
#anchor1 {
  margin-top:-20px;
  padding-top:80px;
}
#anchor2 {
  margin-top:-20px;
  padding-top:80px;
}
#anchor3 {
  margin-top:-20px;
  padding-top:80px;
}
@media only screen and (max-width: 640px) {
  #anchor1 {
      margin-top:0px;
      padding-top:45px;
  }
  #anchor2 {
      margin-top:0px;
      padding-top:45px;
  }
  #anchor3 {
      margin-top:0px;
      padding-top:45px;
  }
}
@media only screen and (max-width: 640px) {
  .mainvisual a:after{
    top: inherit;
    right: inherit;
    bottom: 10px;
    left: 0px;
  }
  .mainvisual a:hover img{
    opacity: 1.0;
  }
  ul.carousel{
    padding: 0;
    margin: 30px 0 34px;
  }
  .carousel li p.carousel-text-yellow {
    padding: 0 15px 22px;
    font-size: 14px;
  }
  .carousel li p.carousel-text-red{
    font-size: 15px;
    padding: 0 27px 0 5px;
    background: url(/shared/img/svg/ar_down_red.svg)no-repeat center right 10px;
    margin: 16px 0 10px 0;
  }
  .carousel li a{
    padding-bottom: 8px;
  }
}

.info-area {
  float: right;
  width: 80%;
}
.col-2 {
  width: 100%!important;
}
.col-3 {
  width: 100%!important;
}
.info-area-bottom {
  width: 100%;
  clear: both;
  padding-top: 0px;
  margin: 0 auto;
}
.col-2 .slick-track {
  margin: 0 auto;
}
.info-area-bottom .column ul {
  margin: 30px auto 20px;
}
.info-area-bottom ul li p.carousel-text-ttl {
  text-align: left;
  padding: 10px 28px;
  font-size: 20px;
  font-weight: bold;
}
.ttl-01 {
  font-size: 42px;
  font-weight: bold;
}
p.prducts-sub-txt {
  margin: 5px 0 17px;
  color: #E10000;
  font-size: 24px;
  font-weight: bold;
}
:not[header] .col2 {
  float: left;
  width: 48%;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  margin-right: 4%;
}
:not[header] .col2:last-child {
  margin-right: 0;
}

.pic-ttl {
  font-weight: bold;
 font-size: 18px;
 line-height: 22px;
 display: block;
 padding: 28px 28px 13px;
}
p.pic-des {
  color: #65562D;
    color: #65562d;
    display: block;
    font-size: 13px;
    padding: 0 28px 28px;
}
p.prducts-txt-info {
  margin-bottom: 32px;
  font-size: 16px;
}
p.info-link{
  display: inline-block;
  font-size: 16px;
  margin-bottom: 45px;
  padding-right: 14px;
  background: url("/shared/img/svg/ar08.svg")no-repeat center right;
}
p.info-link a{
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .box-chuka p.main-txt {
    font-size: 14px;
    color: #65562d;
    line-height: 20px;
  }
  /*.box-chuka p span {
    font-size: 14px;
  }*/
  .box-chuka {
    margin: 15px 0 0;
    text-align: left;
    line-height: 27px;
  }
  .info-area,.products-image{
    float: none;
  }
  .info-area{
    width: 100%;
  }
  .info-area-bottom {
      width: 100%;
  }
  .contents-inner.top-line{
    padding: 0;
  }
  .products-area{
    padding: 12px 20px 0;
  }
  .ttl-01{
    font-size: 19px;
  }
  p.prducts-sub-txt{
    font-size: 14px;
  }
  p.prducts-txt-info{
    font-size: 14px;
    color: #65562d;
    margin-bottom: 16px;
  }
  .products-image{
    margin: 0 auto;
    width: 65%;
  }
  .products-image img {
      width: 100%;
  }
  p.info-link{
    font-size: 12px;
    text-align: right;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .column .col2{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .pic-ttl{
    padding: 15px 14px 10px;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
  }
  p.pic-des{
    font-size: 14px;
  }
 .info-area-bottom ul li p.carousel-text-ttl {
    padding: 10px 15px;
    font-size: 18px;
 } 
}


/* CM情報 */
.move-left{
  width: 48%;
  display: inline-block;
  margin-right: 1.7%;
}
.move-right{
  width: 48%;
  display: inline-block;
  margin-left: 1.7%;
}
.move-inner {
  max-width: 472px;
  max-height: 265px;
  width: 100%;
  margin: 0 auto;
}
.move-inner img{
  cursor: pointer;
}
.box-cm p.ttl-02{
  font-size: 20px;
  margin-bottom: 17px;
}
.box-cm p.text-yellow{
  font-size: 13px;
  color: #65562d;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .move-left,.move-right{
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .box-cm{
    padding-top: 30px;
    margin-bottom: 50px;
  }
  .box-cm p.ttl-02{
    margin-bottom: 10px;
  }
  .box-cm p.text-yellow{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

.column .col2 a,.column .col2 a:link{
  text-decoration: none;
}
@media only screen and (min-width: 640px) {
  .info-area-bottom .slick-slide as figure{
    overflow: hidden;
  }
  .info-area-bottom .slick-slide a: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;
  }
  .info-area-bottom .slick-slide a:hover 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;
  }
}
.socialWrap{
  float: right;
}
@media only screen and (max-width: 640px) {
  .socialWrap{
    float: none;
    text-align: center;
  }
}

ul.col1 {
  width: 398px;
}

@media only screen and (max-width: 640px) {
  ul.col1 {
    width: 100%;
  }
  ul.carousel.col1 a:hover {
    background: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
ul.carousel.col1 a:hover figure img {
      -webkit-transform: inherit;
      -moz-transform: inherit;
      -o-transform: inherit;
      -ms-transform: inherit;
      transform: inherit;
      opacity: inherit;
  }
}

ul.carousel.col1 a: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;
}
ul.carousel.col1 a: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;
}
ul.carousel.col1 li figure{
 overflow: hidden;
}
a.btn-01.tablink {
  background-image: none;
}
a.btn-01.tablink img{
  margin-left: 20px;
}
.bnr-cp {
  margin-top: 50px;
}
.bnr-cp a{
  display: block;
  margin: 0 auto;
  width: 600px;
}
@media only screen and (max-width: 640px) {
  .bnr-cp {
    margin-top: 30px;
  }
  .bnr-cp a,.bnr-cp img{
    width: 100%;
  }
}

body{
  position: relative;
}
.mordal-bg{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}
.mordal-conts{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 48%;
  display: none;
}
.box-move {
  width: 48%;
  margin: 0 auto;
  z-index: 1001;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  padding-top: 56.27%;
}
.box-move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.mordal-conts01,.mordal-conts02,.mordal-conts03{
  display: none;
}
.mordal-conts span{
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  position: absolute;
  top: -19px;
  right: -19px;
  z-index: 1002;
}
@media only screen and (max-width: 640px) {
  .mordal-conts{
    width: 80%;
  }
  .mordal-conts span{
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
  }
}
/* slick */
.mainvisual .slick-slide img.only-sp{
  display: none;
}
@media only screen and (max-width: 640px) {
  .mainvisual .slick-slide img.only-pc{
    display: none;
  }
  .mainvisual .slick-slide img.only-sp{
    display: block;
  }
}
/* newcm */
.slick-prev, .slick-next{
  height: 0;
  width: 0;
}
.slick-prev:before,.slick-next:before{
  content: none;
}
.mainvisual + .cm-border{
  border-top: none;
}
.mainvisual + .cm-border .box-cm{
  margin-bottom: 70px;
}
.mainvisual + .cm-border .box-cm p.ttl-02{
  margin-top: 10px;
  margin-bottom: 0;
}
.area-bland-col6 p.ttl-col6{
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.area-bland-col6 p.ttl-col6 span{
  font-size: 15px;
}
.box-cm p.ttl-new-cm{
  font-size: 20px;
  margin-bottom: 20px;
}
.box-cm p.ttl-new-cm span{
  font-size: 15px;
}
ul.box-cm6 li{
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-bottom: 30px;
}
ul.box-cm6 li:nth-child(3n){
  margin-right: 0;
}
ul.box-cm6 li a {
  display: block;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  background-color: #FFFFFF;
  -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);
}
ul.box-cm6 li figure {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
ul.box-cm6 li figure img {
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
ul.box-cm6 li p.ttl-box-cm6 {
  text-align: left;
  padding: 10px 28px;
  font-size: 20px;
  font-weight: bold;
}
ul.box-cm6 li p.txt-box-cm6 {
  color: #65562d;
  display: block;
  font-size: 13px;
  padding: 0 28px 20px;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  ul.box-cm6 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;
  }
  ul.box-cm6 li:hover a {
    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;
  }
}
@media only screen and (max-width: 640px) {
  .box-cm p.ttl-new-cm{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .box-cm p.ttl-new-cm span{
    font-size: 13px;
  }
  .mainvisual + .cm-border .box-cm p.ttl-02{
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 40px;
  }
  .mainvisual + .cm-border .box-cm{
    margin-bottom: 0;
  }
  .area-bland-col6 p.ttl-col6{
    font-size: 16px;
  }
  .area-bland-col6 p.ttl-col6 span{
    font-size: 13px;
  }
  ul.box-cm6 li{
    width: 100%;
    margin-right: 0;
    float: none;
  }
  ul.box-cm6 li p.ttl-box-cm6{
    padding: 10px 15px;
    font-size: 18px;
  }
  ul.box-cm6 li p.txt-box-cm6{
    padding: 0 15px 22px;
    font-size: 14px;
  }
}

/* ARエリア
------------------------------------------------------------ */
.area-ar{
  background-color: #f4f3f0;
  padding: 40px 35px 35px;
}
.area-ar p.ttl-ar{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.area-ar .box-link-ar{
  background-color: #fff;
  -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-ar .box-link-ar a{
  text-decoration: none;
}
.area-ar .box-link-ar a > img{
  width: 100%;
}
.area-ar .box-link-ar ul{
  display: table;
  padding: 17px 0 20px 8%;
}
.area-ar .box-link-ar li{
  display: table-cell;
  vertical-align: bottom;
}
.area-ar .box-link-ar li:nth-child(1){
  width: 28%;
  padding-right: 2.5%;
}
.area-ar .box-link-ar li:nth-child(2){
  width: 28%;
  padding-right: 1.5%;
  font-weight: bold;
  padding-bottom: 5px;
}
.area-ar .box-link-ar li:nth-child(3){
  width: 16%;
  padding-right: 4%;
  background: url(/shared/img/svg/icon_window.svg)no-repeat top 57% right 15px;
}
.area-ar .box-link-ar li:nth-child(4){
  width: 16%;
  padding-right: 4%;
  background: url(/shared/img/svg/icon_window.svg)no-repeat top 57% right 15px;
}
.area-ar .list-ar-step{
  max-width: 890px;
  margin: 38px auto 0;
}
.area-ar .list-ar-step li{
  float: left;
  width: 30%;
  margin-right: 5%;
  position: relative;
}
.area-ar .list-ar-step li:after{
  content: "";
  width: 13px;
  height: 27px;
  background: url(/sp/asaduke/img/img_ar_05.jpg)no-repeat;
  position: absolute;
  top: 115px;
  right: 106%;
}
.area-ar .list-ar-step li:nth-child(3n){
  margin-right: 0;
}
.area-ar .list-ar-step li:nth-child(3n-2):after{
  content: none;
}
.area-ar .list-ar-step li p.ttl-ar-step{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #e10000;
  display: inline-block;
  padding: 2px 10px 3px;
  margin-bottom: 12px;
}
.area-ar .list-ar-step li .sp-right{
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .area-ar{
    padding: 30px 20px 35px;
  }
  .area-ar p.ttl-ar{
    font-size: 15px;
    margin-bottom: 15px;
  }
  .area-ar .box-link-ar ul{
    display: block;
    padding: 15px 33px;
    background-size: 12px 11px;
  }
  .area-ar .box-link-ar li{
    display: block;
    float: left;
  }
  .area-ar .box-link-ar li:nth-child(1){
    width: 100%;
    padding: 0 10%;
  }
  .area-ar .box-link-ar li:nth-child(2){
    width: 100%;
    padding: 0 10%;
    font-size: 12px;
    margin: 10px 0 7px;
  }
  .area-ar .box-link-ar li:nth-child(3){
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    padding: 0 35px 0 0;
    background-position: center right 0;
  }
  .area-ar .box-link-ar li:nth-child(4){
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    padding: 0 35px 0 0;
    background-position: center right 0;
  }
  .area-ar .list-ar-step{
    width: 100%;
    margin-top: 15px;
  }
  .area-ar .list-ar-step li{
    float: none;
    width: 100%;
    margin-right: 0;
    display: table;
    padding-top: 35px;
  }
  .area-ar .list-ar-step li:first-child{
    margin-top: 0;
  }
  .area-ar .list-ar-step li:after{
    width: 27px;
    height: 13px;
    background: url(/sp/asaduke/img/img_ar_05_sp.jpg)no-repeat;
    background-size: 27px 13px;
    left: 0;
    right: 0;
    top: 13px;
    margin: auto;
  }
  .area-ar .list-ar-step li .sp-left{
    width: 50%;
    display: table-cell;
    padding-right: 3%;
    vertical-align: top;
  }
  .area-ar .list-ar-step li .sp-right{
    width: 50%;
    display: table-cell;
    padding-left: 3%;
    font-size: 13px;
    margin-top: 0;
    vertical-align: top;
    padding-top: 31px;
  }
  .area-ar .list-ar-step li p.ttl-ar-step{
    font-size: 12px;
    padding: 2px 5px 3px;
  }
}
.return-top {
  display: table;
  padding-bottom: 12px;
  width: 100%;
}
.return-top span {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.return-top span a {
  padding-right: 10px;
  background: url(/shared/img/svg/cur02.svg)no-repeat center right;
  background-size: 7px 13px;
  font-weight: bold;
  font-size: 14px;
}

/* ダメだ、鍋だサイト用のポップアップバナー */

.popup-container {
  width: 345px;
  padding: 15px;
  position: fixed;
  z-index: 2000000;
  right: 75px;
  bottom: 65px;
  height: 352px;
  background: #fafafa;
  border: 1px solid #000000;
  display: none;
  opacity: 0;            /* 完全に透明 */
  transform: translateY(-20px); /* 少し上から始まる */
  transition: opacity 0.5s ease, transform 0.5s ease; /* アニメーションの設定 */
}

.popup-container.show {
  display: block;        /* 表示する */
  opacity: 1;            /* 完全に表示 */
  transform: translateY(0); /* 元の位置に */
}

.popup-title {
  text-align: center;
  font-size: 23px;
  margin-top: 10px;
}

.popup-description {
  padding: 8px;
}

.popup-campaign {
  padding: 10px;
  color: #e10000;
  text-align: center;
}

/* ボタンの共通スタイル */
a.popup-button, .popup-button {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
}

a.popup-button:not(p) {
  color: #fff;
  background: #e10000 url(/shared/img/svg/icon_window03.svg) no-repeat center right 15px;
  border: solid 1px #e10000;
  box-shadow: 5px 5px 10px 0px rgba(29, 29, 29, 0.16);
  width: 100%;
  max-width: 414px;
  margin-bottom: 0;
  height: 63px;
  line-height: 60px;
}

/* ホバー時の共通スタイル */

.popup-button:hover {
  background-color: #fff;
  color: #e10000;
  background-image: url(/shared/img/svg/icon_window.svg);
}

/* メディアクエリによるスタイル変更 */
@media only screen and (min-width: 641px) {
  .popup-button {
    width: 414px;
    margin-bottom: 0;
    height: 63px;
    line-height: 60px;
}
  .popup-button:hover {
      background-color: #fff;
      color: #e10000;
      background-image: url(/shared/img/svg/icon_window.svg);
  }
}

@media only screen and (max-width: 640px) {
  .popup-container {
      width: 200px; 
      padding: 6px; 
      height: 217px; 
      bottom: 154px;
      right: 34px;
  }

  .popup-title {
      font-size: 15px; 
      margin-top: 5px;
  }

  .popup-description,
  .popup-campaign {
      font-size: 12px; 
      padding: 5px;
  }

  .text-right {
      font-size: 14px; 
  }

  a.popup-button:not(p) {
      padding: 0; 
      height: 42px; 
      line-height: 38px; 
  }
}

/* 閉じるボタンのスタイル */
.close-button {
  position: absolute;
  top: -15px; 
  right: -15px; 
  background-color: black; 
  color: white; 
  border: none; 
  border-radius: 50%; 
  width: 40px; 
  height: 40px; 
  font-size: 18px; 
  cursor: pointer; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  z-index: 200000000;
}

.close-button:hover {
  background-color: #555; 
}

/* ダメだ、鍋だサイト用のポップアップバナー ここまで*/

/* 中華料理のたれの商品画像スライダーの設置の調整 */
.center-box .slick-list {
  display: flex;
  justify-content: center; 
}

@media only screen and (max-width: 640px) {
  .center-box .slick-list {
    display: block;
  }
}
/* 中華料理のたれの商品画像スライダーの設置の調整 ここまで*/