@charset "utf-8";
/* CSS Document */
/* - top.css - */
#mv {
  position: relative;
  display: block;
  margin: 0 auto;
}
.mv__item {
  display: block;
  position: relative;
  --mvbtm: 30;
  --mvleft: 125;
  --mvbtmpc: 40;
  --mvleftpc: 990;
}
.mv__itemlink {
  box-sizing: border-box;
  background-color: var(--c-or);
  background-image: url(../shared/img/ic_ar_min.svg);
  background-repeat: no-repeat;
  -webkit-background-size: auto calc(19 / 24 * 1em);
  background-size: auto calc(19 / 24 * 1em);
  background-position: calc(100% - 1.5em) 50%;
  color: #fff;
  display: block;
  font-size: var(--fs-24);
  font-weight: 500;
  text-align: center;
  padding: .2em;
  position: absolute;
  bottom: calc( var(--mvbtm) / 1200 * 100%);
  left:  calc( var(--mvleft) / 750 * 100%);
  width: calc(500 / 750 * 100%);
  transition: all .5s ease;
}
.mv__itemlink:hover {
  background-color: var(--c-br);
}
#mv .owl-dots {
  position: absolute;
  width: 1px;
  height: 1px;
}
.mv__progressbar {
  position: relative;
  width: calc(600 / 750 * 100%);
  margin: calc(60 / 750 * 100%) auto;
  display: block;
  background: #fcf6e9;
  border-radius: 5px;
  overflow: hidden;
  height: 0;
  padding-bottom: calc(10 / 750 * 100%);
}
.mv__progressbar span {
  background: var(--c-or);
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease;
  height: 100%;
  width: calc((100% / var(--dotnumtotal)) * var(--dotnum));
}
#mv .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: calc(20 / 750 * 100%);
  background-color: var(--c-green);
  background-image: url(../shared/img/ic_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: clamp(13px,calc(25 / 750 * 100vw),25px);
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  width: clamp(30px,calc(60 / 750 * 100vw),60px);
  height: clamp(30px,calc(60 / 750 * 100vw),60px);
  transform: translate3d(0,-50%,0) rotate(180deg) scale(1);
  overflow: hidden;
  text-indent: -999px;
  transition: all .5s ease;
}
#mv .owl-carousel .owl-nav button.owl-prev:hover {
  transform: translate3d(0,-50%,0) rotate(180deg) scale(1.1);
}
#mv .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: calc(20 / 750 * 100%);
  background-color: var(--c-green);
  background-image: url(../shared/img/ic_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: clamp(13px,calc(25 / 750 * 100vw),25px);
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  width: clamp(30px,calc(60 / 750 * 100vw),60px);
  height: clamp(30px,calc(60 / 750 * 100vw),60px);
  overflow: hidden;
  transform: translate3d(0,-50%,0) rotate(0deg);
  text-indent: -999px;
  transition: all .5s ease;
}
#mv .owl-carousel .owl-nav button.owl-next:hover {
  transform: translate3d(0,-50%,0) rotate(0deg) scale(1.1);
}

/* -------------------------------------------- */
@media screen and (min-width:1000px){
.mv__itemlink {
  box-sizing: border-box;
  background-color: var(--c-or);
  background-image: url(../shared/img/ic_ar_min.svg);
  background-repeat: no-repeat;
  -webkit-background-size: auto 10px;
  background-size: auto  10px;
  background-position: calc(100% - 20px) 50%;
  color: #fff;
  display: block;
  font-size: clamp(12px,calc(16 / 1600 * 100vw),32px);
  font-weight: 500;
  text-align: center;
  padding: .2em 30px;
  position: absolute;
  bottom: calc( var(--mvbtmpc) / 700 * 100%);
  left:  calc( var(--mvleftpc) / 1600 * 100%);
  width: calc(280  / 1600 * 100%);
  transition: all .5s ease;
}
  
.mv__progressbar {
  position: relative;
  width: 600px;
  margin:  20px auto;
  border-radius: 5px;
  padding-bottom: 10px;
}
#mv .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  background-color: var(--c-green);
  background-image: url(../shared/img/ic_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 25px;
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
  width: 60px;
  height: 60px;
  transform: translate3d(0,-50%,0) rotate(180deg) scale(1);
  overflow: hidden;
  text-indent: -999px;
  transition: all .5s ease;
}
#mv .owl-carousel .owl-nav button.owl-prev:hover {
  transform: translate3d(0,-50%,0) rotate(180deg) scale(1.1);
}
#mv .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 30px;
  background-color: var(--c-green);
  background-image: url(../shared/img/ic_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 25px;
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
  width: 60px;
  height: 60px;
  overflow: hidden;
  transform: translate3d(0,-50%,0) rotate(0deg);
  text-indent: -999px;
  transition: all .5s ease;
}
#mv .owl-carousel .owl-nav button.owl-next:hover {
  transform: translate3d(0,-50%,0) rotate(0deg) scale(1.1);
}
  
}



/* -------------------------------------------- */
.importantnotice {
  border-radius: var(--fs-30);
  border: 1px solid var(--c-br);
  box-sizing: border-box;
  margin: calc(80 / 750 * 100% ) auto calc(30 / 750 * 100% );
  width: calc(670 / 750 * 100%);
  padding: calc(40 / 750 * 100%) calc(30 / 750 * 100%) calc(30 / 750 * 100%);
  position: relative;
}
.importantnotice__title {
  font-size: var(--fs-36);
  font-weight: 700;
  text-align: center;
  transform: translate3d(0,-50%,0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.importantnotice__title span {
  display: inline-block;
  background: #fff;
  color: var(--c-or);
  padding: 0 0.5em;
}
.importantnotice__item a {
  display: block;
}
.importantnotice__date {
  display: inline-block;
  background: var(--c-lor);
  border-radius: var(--fs-10);
  color: var(--c-or);
  font-weight: 500;
  padding: 0 0.5em;
  margin-bottom: .5em;
}
.importantnotice__subtitle {
  display: block;
  font-weight: 500;
  line-height: calc(40 / 26 * 1em);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.importantnotice__item + .importantnotice__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: url(img/dot_line_gray_700.svg) no-repeat top center;
  -webkit-background-size: auto 3px;
  background-size: auto 3px;
  margin: 1em auto;
}
/* -------------------------------------------- */
@media screen and (min-width:1000px){
.importantnotice {
  border-radius: 30px;
  margin:120px auto 80px;
  width: 800px;
  padding: 40px 50px;
  position: relative;
}
.importantnotice__title {
  font-size: var(--fs-36);
  font-weight: 700;
  text-align: center;
  transform: translate3d(0,-50%,0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.importantnotice__title span {
  display: inline-block;
  background: #fff;
  color: var(--c-or);
  padding: 0 0.5em;
}
.importantnotice__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 20px;
}
  .importantnotice__item a:hover {
    color: var(--c-or);
  }
.importantnotice__date {
  display: inline-block;
  background: var(--c-lor);
  border-radius: var(--fs-10);
  color: var(--c-or);
  font-weight: 500;
  padding: 0 0.5em;
  margin-bottom: 0;
  width: 120px;
  box-sizing: border-box;
}
.importantnotice__subtitle {
  display: block;
  font-weight: 500;
  line-height: calc(40 / 26 * 1em);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  width: calc(100% - 140px);
}
.importantnotice__item + .importantnotice__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: url(img/dot_line_gray_700.svg) no-repeat top center;
  -webkit-background-size: auto 3px;
  background-size: auto 3px;
  margin: 1em auto;
}  
  
}

/* -------------------------------------------- */
.topbanner {
  box-sizing: border-box;
  display: block;
  margin: calc(120 / 750 * 100%) auto;
  width: calc(670 / 750 * 100%);
}
.topbanner__item {
  box-sizing: border-box;
  padding: 2px;
  display: block;
  background: var(--c-br);
  margin: calc(80 / 670 * 100%) auto;
}
.topbanner__inner {
  display: block;
  background: #fff;
  box-sizing: border-box;
  padding: calc(40 / 670 * 100%);
  border-radius: var(--fs-40) 0 var(--fs-40) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.topbanner__box {
  display: block;
  width: calc(360 / 590 * 100% );
  font-size: var(--fs-26);
  line-height: calc(40 / 26 * 1em);
  font-feature-settings: 'palt' 1;
  letter-spacing: 0;
  white-space: nowrap;
  word-break: break-all;
}
.topbanner__logo {
  display: block;
  margin-bottom: .5em;
}
.topbanner__btn {
  background-image: url(../shared/img/ic_ar_min.svg);
  background-color: var(--c-or);
  background-repeat: no-repeat;
  -webkit-background-size: auto 0.8em;
  background-size: auto 0.8em;
  background-position: calc(100% - 1em) 50%;
  font-size: calc(--fs-26);
  color: #fff;
  font-weight: 500;
  padding: .5em .3em;
  display: block;
  width: calc(500 / 590 * 100%);
  text-align: center;
  margin: 1.5em auto 0;
  transition: all .5s ease;
}
.topbanner__btn.pcitem {
  display: none;
}
.topbanner__item--green {
  background: var(--c-green);
}
.topbanner__item--orange{
  background: var(--c-or);
}
.topbanner__item--green .topbanner__logo {
  width: calc(334 / 360 * 100%);
  margin: 0 auto 1em;
}
.topbanner__item--green .topbanner__box {
  text-align: center;
}
.topbanner .topbanner__img {
  width: calc(200 / 590 * 100%);
  margin: 0;
  overflow: hidden;
  display: block;
  border-radius: var(--fs-60);
}
.topbanner a:hover .topbanner__btn {
  background-color: var(--c-br);
}
.topbanner__badge {
  position: absolute;
  top: 0.5em;
  right: calc(155 / 590 * 100%);
  width: calc(80 / 590 * 100%);
  z-index: 5;
}
/* -------------------------------------------- */
@media screen and (min-width:1000px){
  .topbanner {
    margin: 80px auto 120px;
    width: auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap:40px;
  }
  .topbanner__item {
    padding: 3px;
    margin: 0;
    width: 580px;
  }
  .topbanner__inner {
    padding: 20px 40px;
    border-radius:40px 0 40px 0;
  }
  .topbanner__box {
    display: block;
    width: 280px;
    font-size: var(--fs-16);
    text-align: center;
    line-height: calc(40 / 26 * 1em);
    font-feature-settings: 'palt' 1;
    letter-spacing: 0;
    white-space: nowrap;
    word-break: break-all;
    font-weight: 500;
  }
  .topbanner__logo {
    display: block;
    margin-bottom: .5em;
  }
  .topbanner__btn.pcitem {
    background-image: url(../shared/img/ic_ar_min.svg);
    background-color: var(--c-or);
    background-repeat: no-repeat;
    -webkit-background-size: auto 0.8em;
    background-size: auto 0.8em;
    background-position: calc(100% - 1em) 50%;
    font-size: calc(--fs-26);
    color: #fff;
    font-weight: 500;
    padding: .5em .3em;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px auto 0;
    transition: all .5s ease;
  }
  .topbanner__btn.spitem {
    display: none;
  }
  .topbanner__item--green {
    background: var(--c-green);
  }
  .topbanner__item--orange{
    background: var(--c-or);
  }
  .topbanner__item--green .topbanner__logo {
    width: 184px;
    margin: 0 auto 10px;
  }
  .topbanner__item--orange .topbanner__logo {
    width: 278px;
    margin: 0 auto 10px;
  }
  .topbanner__item--green .topbanner__box {
    text-align: center;
  }
  .topbanner .topbanner__img {
    width: 180px;
    margin: 0;
    overflow: hidden;
    display: block;
    border-radius: var(--fs-60);
  }
  .topbanner a:hover .topbanner__btn {
    background-color: var(--c-br);
  }
.topbanner__badge {
  position: absolute;
  top: 15px;
  right: 170px;
  width: 80px;
  z-index: 5;
}
  
}


/* -------------------------------------------- */

.topcolumn {
  position: relative;
  display: block;
  /*
  margin: clamp(-120px,calc(120 / 750 * 100% * -1),-60px) auto;
  */
  margin: clamp(30px,calc(60 / 750 * 100% ),60px) auto;
  padding: clamp(60px,calc(120 / 750 * 100%),120px) 0;
  box-sizing: border-box;
  background-image: url(../shared/img/footprints.svg), url(../shared/img/footprints.svg);
  background-position: top right , bottom left;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.topcolumn .topcolumn__area {
  background-image: url(img/column_flame_dot_sp.svg),url(img/column_flame_sp.svg);
  -webkit-background-size: calc(713 / 750 * 100%) auto ,100% auto;
  background-size: calc(713 / 750 * 100%) auto , 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: clamp(100px,calc(1470 / 750 * 100vw ),1470px);
  box-sizing: border-box;
  padding: calc(120 / 750 * 100%) 0 calc(120 / 750 * 100%);
}
.topcolumn .topcolumn__box {
}
.topcolumn .topcolumn__list {
  display: block;
  margin: calc(60 / 750 * 100%) auto;
}
.topcolumn .topcolumn__item {
  box-sizing: border-box;
  background: #fff;
  border-radius: var(--fs-10);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: calc(20 / 750 * 100%);
  margin: calc(20 / 750 * 100%) auto;
  width: calc(670 / 750 * 100%);
}
.topcolumn .topcolumn__item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: var(--fs-20);
  right: calc(20 / 750 * 100%);
  background-image: url(../shared/img/ic_arrow.svg);
  background-color: var(--c-or);
  background-repeat: no-repeat;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  background-position: 50% 50%;
  border-radius: var(--fs-40);
  width: var(--fs-40);
  height: var(--fs-40);
}
.topcolumn .topcolumn__imgbox {
  display: block;
  box-sizing: border-box;
  width: calc(280 / 650 * 100%);
  padding-bottom: calc(40 / 650 * 100%);
}
.topcolumn .topcolumn__img {
  display: block;
  overflow: hidden;
  background-color: #000;
  position: relative;
  height: 0;
  padding-bottom: calc(210 / 280 * 100%);
  width: 100%;
}
.topcolumn img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topcolumn .topcolumn__category {
  position: absolute;
  display: block;
  background: var(--c-lor);
  color: var(--c-or);
  width: calc(310 / 650 * 100%);
  bottom: var(--fs-20);
  left: 0;
  box-sizing: border-box;
  padding: 0 calc(10 / 310 * 100%);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  border-radius: 0 2em 2em 0; 
  
}
.topcolumn .topcolumn__textbox {
  width: calc(330 / 650 * 100%);
}
.topcolumn .topcolumn__date {
  display: block;
  line-height: calc(40 / 26 * 1em);
  font-weight: 500;
}
.topcolumn .topcolumn__title {
  display: block;
  line-height: calc(40 / 26 * 1em);
  font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* -------------------------------------------- */
@media screen and (min-width:1000px){

.topcolumn {
  position: relative;
  display: block;
  margin: 120px auto 120px;
  padding: 60px 0 0;
  box-sizing: border-box;
  background-image: url(../shared/img/footprints.svg), url(../shared/img/footprints.svg);
  background-position: top right , bottom left;
  background-repeat: no-repeat;
  -webkit-background-size: 800px auto;
  background-size: 800px auto;
}
.topcolumn .topcolumn__area {
  background-image: url(img/column_flame_dot.svg),url(img/column_flame.svg);
  -webkit-background-size: calc(1163 / 1200 * 100%) auto ,100% auto;
  background-size: calc(1163 / 1200 * 100%) auto , 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1200px;
  min-height: 800px;
  box-sizing: border-box;
  padding: 100px 0;
  margin: 0 auto;
}
.topcolumn .topcolumn__box {
  
}
.topcolumn .topcolumn__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  gap: 80px;
  margin: 60px auto;
}
.topcolumn .topcolumn__item {
  box-sizing: border-box;
  background: #fff;
  border-radius: var(--fs-10);
  position: relative;
  display: block;
  padding: 20px 20px 40px;
  margin: 0;
  width: clamp(100px,calc((100% - 160px) / 3),280px);
}
.topcolumn .topcolumn__item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url(../shared/img/ic_arrow.svg);
  background-color: var(--c-or);
  background-repeat: no-repeat;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  background-position: 50% 50%;
  border-radius: var(--fs-20);
  width: var(--fs-20);
  height: var(--fs-20);
}
.topcolumn .topcolumn__imgbox {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-bottom:40px;
  position: relative;
}
.topcolumn .topcolumn__img {
  display: block;
  overflow: hidden;
  background-color: #000;
  position: relative;
  height: 0;
  padding-bottom: calc(210 / 280 * 100%);
  width: 100%;
}
.topcolumn img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topcolumn .topcolumn__category {
  position: absolute;
  display: block;
  background: var(--c-lor);
  color: var(--c-or);
  width: calc(210 / 240 * 100%);
  bottom: var(--fs-20);
  left: -20px;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  border-radius: 0 2em 2em 0; 
  
}
.topcolumn .topcolumn__textbox {
  width: calc(330 / 650 * 100%);
}
.topcolumn .topcolumn__date {
  display: block;
  line-height: calc(40 / 26 * 1em);
  font-weight: 500;
}
.topcolumn .topcolumn__title {
  display: block;
  line-height: calc(26 / 16 * 1em);
  font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

  
}

/* -------------------------------------------- */
.newsbox {
  position: relative;
}
.newsbox  + .newsbox:before  {
  content: "";
  display: block;
  background: var(--c-lgr);
  width: calc(680 / 750 * 100%);
  height: 1px;
  margin: calc(120 / 750 * 100%) auto;
}

@media screen and (min-width:1000px){
  .newsbox {
  position: relative;
    padding: 40px 0;
    box-sizing: border-box;
    width: 50%;
}
.newsbox  + .newsbox:before  {
  content: "";
  display: block;
  background: var(--c-lgr);
  width: 1px;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

}

/* -------------------------------------------- */

.youtube {
  position: relative;
  display: block;
  width: calc(640 / 750 * 100%);
  height: 0;
  overflow: hidden;
  padding-bottom: calc(360 / 750 * 100%);
  margin: 0 auto calc(120 / 750 * 100%) ;
}

.youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width:1000px){
  .youtube {
    width: 640px;
    padding-bottom: 360px;
    margin: 120px auto;
  }
}
/* -------------------------------------------- */
.concept {
  margin: calc(120 / 750 * 100%) auto;
  position: relative;
  display: block;
}
.concept__area {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 0 calc(60 / 750 * 100%);
}
.concept__area:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(1150 / 1485 * 100%);
  background: var(--c-lor);
}
.concept__box {
  position: relative;
  z-index: 3;
  display: block;
  margin: calc(60 / 750 * 100%) auto;
  padding: 0;
}
.concept__image {
  display: block;
  width: calc(700 / 750 * 100%);
  margin: 0 auto calc(60 / 750 * 100%);
}
.concept__title {
  display: block;
  box-sizing: border-box;
  padding: 0 0 calc(20 / 670 * 100%);
  background: url(img/dot_line_or.svg) no-repeat bottom left;
  -webkit-background-size: 100% auto;
  background-size:100% auto;
  width: calc(670 / 750 * 100%);
  margin: 0 auto;
  font-size: var(--fs-36);
  font-weight: 700;
}
 .concept__text {
  width: calc(670 / 750 * 100%);
  margin: calc(20 / 670 * 100%) auto calc(60 / 670 * 100%) ;
  line-height: calc(40 / 26 * 1em);
  text-align: justify;
}
.concept__text p + p {
  margin-top: 2em;
}

.wanfoogourmet .concept__image {
  margin: 0 auto 0;
  box-sizing: border-box;
  padding-top: calc(30 / 750 * 100%)
}
.wanfoogourmet .concept__area:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--c-lgreen);
}
.wanfoogourmet .concept__title {
  display: block;
  box-sizing: border-box;
  padding: 0 0 calc(20 / 670 * 100%);
  background: url(img/dot_line_green.svg) no-repeat bottom left;
  -webkit-background-size: 100% auto;
  background-size:100% auto;
  width: calc(670 / 750 * 100%);
  margin: 0 auto;
  font-size: var(--fs-36);
  font-weight: 700;
}
.btn--foot {
  display: block;
  width: calc(500 / 750 * 100%);
  background: var(--c-green);
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: var(--fs-26);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 0.5em;
  box-sizing: border-box;
  padding: .6em;
  transition: all .5s ease;
}
.btn--foot:before ,
.btn--foot:after {
  content: "";
  display: block;
  width: var(--fs-20);
  height: var(--fs-20);
  background: url(../shared/img/ic_foot.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
}
.btn--foot:hover {
  background: var(--c-or);
}

@media screen and (min-width:1000px){
  .concept {
    margin: 120px auto;
    position: relative;
    display: block;
  }
  .concept__area {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .concept__area:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--c-lor);
  }
  .concept__box {
    position: relative;
    z-index: 3;
    display: block;
    margin: 60px auto;
    padding: 0;
    max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
  .concept__image {
    display: block;
    width: calc(700 / 1600 * 100%);
    max-width: 700px;
    margin: 0;
  }
  .concept__textbox {
    display: block;
    width: calc(900 / 1600 * 100%);
    max-width: 900px;
    margin: 0;
    box-sizing: border-box;
    padding: 40px clamp(20px,calc(100 / 1600 * 100%),100px);
  }
  .concept__title {
    display: block;
    box-sizing: border-box;
    padding: 0 0 calc(20 / 670 * 100%);
    background: url(img/dot_line_or.svg) no-repeat bottom left;
    -webkit-background-size: auto 3px;
    background-size:auto 3px;
    width: calc(670 / 750 * 100%);
    margin: 0 0 20px;
    font-size: var(--fs-26);
    font-weight: 700;
    max-width: 460px;
  }
   .concept__text {
    width: calc(670 / 750 * 100%);
    font-size: var(--fs-16);
    max-width: 460px;
    margin: 0;
    line-height: calc(40 / 26 * 1em);
    text-align: justify;
  }
  .concept__text p + p {
    margin-top: 2em;
  }
  .concept .btnbox {
    margin: 60px 0 0 auto;
  }
  .concept .btnbox .btn--ar {
    margin: 0;
  }
  .wanfoogourmet .concept__box{
    flex-flow: row-reverse;
  }
  .wanfoogourmet .concept__image {
    margin: 0;
    margin-left: -30px;
    margin-bottom: -10px;
    box-sizing: border-box;
    padding-top: 45px;
    width: calc(690 / 1600 * 100%);
    max-width: 690px;
    
  }
  .wanfoogourmet .concept__textbox{
    box-sizing: border-box;
    max-width: 520px;
    padding: 60px;
    padding-right: 0px;
  }
  .wanfoogourmet .concept__area:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(50% + 200px);
    height: 100%;
    background: var(--c-lgreen);
  }
  .wanfoogourmet .concept__title {
    background: url(img/dot_line_green.svg) no-repeat bottom left;
    -webkit-background-size: auto 3px;
    background-size: auto 3px;
    margin: 0;
    margin-bottom: 20px;
    font-size: var(--fs-26);
  }
  
  
  .btn--foot {
    display: block;
    width: 360px;
    box-sizing: border-box;
    background: var(--c-green);
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: var(--fs-16);
    margin: 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 1em;
    box-sizing: border-box;
    padding: 0.9em;
  }
  .btn--foot:before ,
  .btn--foot:after {
    content: "";
    display: block;
    width: var(--fs-20);
    height: var(--fs-20);
    background: url(../shared/img/ic_foot.svg) no-repeat 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
  }  
  
}

/* -------------------------------------------- */



@media screen and (min-width:1000px){
}

/* -------------------------------------------- */
@media screen and (min-width:1000px){
}

/* -------------------------------------------- */
@media screen and (min-width:1000px){
}


/* -------------------------------------------- */

/* -------------------------------------------- */
@media screen and (min-width:1000px){
}