@charset "utf-8";
/* CSS Document */
/* - wanfoogourmet.css - */
.wfg {
  padding-bottom: calc(60 / 750 * 100%);
}
.productlist__link--hasic {
  margin-bottom: 0;
}
.productlist__linkic {
  display: block;
  width: var(--fs-50);
  height: auto;
  margin-right: .4em;
}
.productlist__linkitem .productlist__linkic:after {
  content: none;
}
#fixbtn .productlist__linkic {
  display: none;
}
/* -------------------------------------------- */
@media screen and (min-width:1000px){
  .productlist__link--hasic .productlist__linkitem {
    width: 200px;
    margin: 0 20px;
  }
.productlist__linkic {
    display: block;
    width: 40px;
    height: auto;
    margin-right: .4em;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
}
  .productlist__linkic + span {
    display: inline-block;
    padding: 10px 40px;
  }
  
#fixbtn.textfloating--ic .productlist__linkic {
  display: block;
  width: 40px;
}
   
  #fixbtn.textfloating--ic {
    width: 150px;
  }
  #fixbtn.textfloating--ic .productlist__linkic + span {
    width: calc(100% - 40px);
    padding: 0 0 0 10px;
    font-size: var(--fs-12);
  }
  
}


/* -------------------------------------------- */

.wfgbox {
  position: relative;
  display: block;
  width: calc(670 / 750 * 100%);
  margin: 0 auto calc(60 / 750 * 100%);
}
.wfgbox__img {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 2;
  padding-bottom: calc(120 / 670 * 100%);
}
.wfgbox__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  box-sizing: border-box;
  padding: calc(40 / 670 * 100%) calc(10 / 670 * 100%);
  transform: translate3d(-50%,0,0);
  background-color: rgba(247,252,235,0.7);
  font-size: var(--fs-26);
  font-weight: 700;
  line-height: calc(40 / 26 * 1em);
  width: calc(600 / 670 * 100%);
  z-index: 3;
}

.wfgbox--02 {
  margin: calc(120 / 750 * 100%) auto;
}

/* -------------------------------------------- */
@media screen and (min-width:1000px){
  .wfgbox {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto 60px;
  }
  .wfgbox__img {
    padding-bottom: 0;
  }
  .wfgbox__text {
    bottom: auto;
    top: 50%;
    left: auto;
    transform: translate3d(0,-50%,0);
    width: calc(460 / 1200 * 100%);
    max-width: 460px;
    font-size: var(--fs-20);
    line-height: calc(30 / 20 * 1em);
  }
  .wfgbox--01 .wfgbox__text {
    left: clamp(50px,calc(100 / 1200 * 100% ),100px);
  }
  .wfgbox--02 .wfgbox__text {
    right: clamp(50px,calc(100 / 1200 * 100% ),100px);
  }
.wfgbox--02 {
  margin:120px auto;
}
}





/* -------------------------------------------- */
.wfgoyatsu {
  background-color:var(--c-lor);
  display: block;
  box-sizing: border-box;
  padding: calc(100 / 750 * 100%) calc(60 / 750 * 100%);
  margin: 0 auto 0;
}
.wfgoyatsu__title {
  text-align: center;
  background: var(--c-br);
  color: #fff;
  font-size: var(--fs-36);
  font-weight: 700;
  border-radius: var(--fs-20);
  padding: calc(20 / 630 * 100%) 0;
    
}
.wfgoyatsu__title h3 {
  font-size: var(--fs-36);
}
 .wfgoyatsu__item {
   margin: calc(60 / 630 * 100%) auto;
  box-sizing: border-box;
   position: relative;
}
.wfgoyatsu__box .wfgoyatsu__item {
  padding-bottom: calc(61 / 630 * 100%);
}
.wfgoyatsu__box .wfgoyatsu__item:after {
  content: "";
  background: url(../shared/img/dot_line_gray_700.svg) no-repeat bottom left;
  -webkit-background-size: auto 2px;
  background-size: auto 2px;
  height: 2px;
  width: calc(688 / 630 * 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%,0,0);
}
.wfgoyatsu__img {
  width: 100%;
  display: block;
  margin: calc(40 / 630 * 100%) auto;
}
.wfgoyatsu__subtitle {
  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;
  margin-bottom: calc(20 / 630 * 100%);
}
.wfgoyatsu__subtitile__num {
  display: block;
  width: calc(110 / 630 * 100%);
}
.wfgoyatsu__subtitile__num img {
  width: auto;
  height: clamp(26px,calc(52 / 750 * 100vw),56px);
  display: block;
  margin: 0 auto 0 0;
}
.wfgoyatsu__subtitle__text {
  width: calc(520 / 630 * 100%);
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: calc(40 / 30 * 1em);
  box-sizing: border-box;
}
.wfgoyatsu__textbox p {
  font-size: var(--fs-26);
  font-weight: 500;
  line-height: calc(40 / 26 * 1em);
  text-align: justify;
}
.wfgoyatsu__textbox p + p {
  margin-top: 1.5em;
}
/* -------------------------------------------- */
@media screen and (min-width:1000px){


  .wfgoyatsu {
    background-color:var(--c-lor);
    display: block;
    box-sizing: border-box;
    padding: 100px;
    margin: 0 auto 0;
    max-width: 1100px;
  }
  .wfgoyatsu__title {
    font-size: var(--fs-26);
    border-radius:20px;
    padding: 20px 0;
  }
  .wfgoyatsu__title h3 {
    font-size: var(--fs-26);
  }
  .wfgoyatsu__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../shared/img/dot_line_gray_700.svg) repeat-x bottom center;
    -webkit-background-size: auto 3px;
    background-size: auto 3px;
  }
   .wfgoyatsu__item {
     margin: 60px auto;
    box-sizing: border-box;
     position: relative;
  }
  .wfgoyatsu__box .wfgoyatsu__item {
    padding-bottom: 0;
    width: calc(400 / 900 * 100%);
    margin: 0;
  }
  .wfgoyatsu__box .wfgoyatsu__item + .wfgoyatsu__item:before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -50px;
    background: url(../shared/img/dot_line_v.svg) repeat-y top left;
    -webkit-background-size: 3px auto;
    background-size: 3px auto;
  } 
  .wfgoyatsu__box .wfgoyatsu__item:after {
    content: none;
  }
  .wfgoyatsu__img {
    width: 100%;
    display: block;
    margin: 0 auto 40px;
  }
  .wfgoyatsu__subtitle {
    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;
    margin-bottom: calc(20 / 630 * 100%);
  }
  .wfgoyatsu__subtitile__num {
    display: block;
    width: 100px;
  }
  .wfgoyatsu__subtitile__num img {
    width: auto;
    height: 52px;
    display: block;
    margin: 0 auto 0 0;
  }
  .wfgoyatsu__subtitle__text {
    width: calc(100% - 100px);
    font-size: var(--fs-20);
    font-weight: 700;
    line-height: calc(30 / 20 * 1em);
    box-sizing: border-box;
  }
  .wfgoyatsu__textbox p {
    font-size: var(--fs-16);
    font-weight: 500;
    line-height: calc(26 / 16 * 1em);
    text-align: justify;
  }  
  .wfgoyatsu__box2 .wfgoyatsu__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    margin: 60px 0 0;
  }
  .wfgoyatsu__box2 .wfgoyatsu__img  {
    width: calc(400 / 900 * 100%);
    margin: 0;
  }
  .wfgoyatsu__box2 .wfgoyatsu__textbox {
    width: calc(500 / 900 * 100%);
    box-sizing: border-box;
    padding-left: 50px;
  }
}
/* -------------------------------------------- */
.wfglineup__subtitle {
  text-align: center;
  margin: calc(60 / 750 * 100%) auto;
}
.wfglineup__subtitle h3 {
  font-size: var(--fs-34);
  font-weight: 700;
}
.wfglineup__subtitle span {
  font-size: var(--fs-30);
  font-weight: 500;
  display: block;
  margin: 0 auto;
}
.wfglineup__list {
}
.wfgitem {
  background: #fff;
  border-radius: var(--fs-60);
  overflow: hidden;
  width: calc(670 / 750 * 100%);
  margin: calc(40 / 750 * 100%) auto;
  box-sizing: border-box;
  padding: calc(40 / 750 * 100%);
}
.wfgitem__title {
  text-align: center;
  font-size: var(--fs-38);
  font-weight: 700;
  font-feature-settings: 'palt'1 ;
  margin: calc(30 / 750 * 100%) auto;
}
.wfgitem__title:before {
  content: "●";
  color: var(--c-or);
  font-size: var(--fs-20);
  vertical-align: middle;
}
.wfgitem__title span {
  font-size: var(--fs-28);
}
.wfgitem__img {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: calc(340 / 590 * 100%);
  border-radius: var(--fs-40);
  overflow: hidden;
  margin: calc(30 / 750 * 100%) auto;
}
.wfgitem__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}
.wfgitem__text {
  font-size: var(--fs-24);
  line-height: calc(34 / 24 * 1em);
}
.wfgitem__text p + p {
  margin-top: 1em;
}

 .wfgitem__btn {
  margin: calc(60 / 590 * 100%) auto calc(40 / 590 * 100%);
}
.wfgitem__more {
  display: block;
  box-sizing: border-box;
  padding-bottom: calc(20 / 590 * 100%);
}
.wfgitem__more .acd__btn {
  text-align: center;
  font-size: var(--fs-24);
  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;
}
.wfgitem__more .acd__btn:before,
.wfgitem__more .acd__btn:after {
  content: "";
  display: block;
  width: calc(136 / 590 * 100%);
  height: 2px;
  background: url(../shared/img/dot_line_or.svg) no-repeat bottom center;
  -webkit-background-size: auto 2px;
  background-size: auto 2px;
}
.wfgitem__more .acd__btn span {
  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;
  cursor: pointer;
  gap: 1.2em;
}
.wfgitem__more .acd__btn span:before ,
.wfgitem__more .acd__btn span:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../shared/img/ic_ar_min_or.svg) no-repeat 50% 50%;
  -webkit-background-size: auto 0.8em;
  background-size: auto 0.7em;
  transition: all .5s ease;
  transform: rotate(90deg);
}
.wfgitem__more .acd__btn--open span:before ,
.wfgitem__more .acd__btn--open span:after {
  content: "";
  transform: rotate(270deg);
}
.wfglineup__list .wfgitem__ingr p {
  font-size: var(--fs-22);
  line-height: calc(32 / 22 * 1em);
  padding-top: 1em;
}
.wfglineup__list .ic--sq {
  padding-top: 1px;
  padding-bottom: 1px;
}
.wfglineup__list .product__contentkcal {
  width: calc(500 / 590 * 100%);
}
/* -------------------------------------------- */
@media screen and (min-width:1000px){
  .wfglineup__subtitle {
  text-align: center;
  margin: 60px auto;
}
.wfglineup__subtitle h3 {
  font-size: var(--fs-24);
}
.wfglineup__subtitle span {
  font-size: var(--fs-20);
}
.wfglineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
}
.wfgitem {
  border-radius: 60px;
  overflow: hidden;
  width: calc((100% - 40px) / 2);
  margin: 0;
  box-sizing: border-box;
  padding: 40px;
}
.wfgitem__title {
  font-size: var(--fs-24);
  margin: 30px auto;
}
.wfgitem__title:before {
  content: "●";
  color: var(--c-or);
  font-size: var(--fs-10);
  vertical-align: middle;
}
.wfgitem__title span {
  font-size: var(--fs-18);
}
.wfgitem__img {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: calc(220 / 380 * 100%);
  border-radius: 40px;
  overflow: hidden;
  margin: 30px auto;
}
.wfgitem__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}
.wfgitem__text {
  font-size: var(--fs-14);
  line-height: calc(24 / 14 * 1em);
}
.wfgitem__text p + p {
  margin-top: 1em;
}

 .wfgitem__btn {
  margin: 40px auto;
}
  .wfgitem__btn .btn--noic {
    padding: 10px;
  }
.wfgitem__more {
  display: block;
  box-sizing: border-box;
  padding-bottom: calc(20 / 590 * 100%);
}
.wfgitem__more .acd__btn {
  text-align: center;
  font-size: var(--fs-14);
  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;
}
.wfgitem__more .acd__btn:before,
.wfgitem__more .acd__btn:after {
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  background: url(../shared/img/dot_line_or.svg) no-repeat bottom center;
  -webkit-background-size: auto 3px;
  background-size: auto 3px;
}
.wfgitem__more .acd__btn span {
  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;
  cursor: pointer;
  gap: 2.5em;
}
.wfgitem__more .acd__btn span:before ,
.wfgitem__more .acd__btn span:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../shared/img/ic_ar_min_or.svg) no-repeat 50% 50%;
  -webkit-background-size: auto 0.8em;
  background-size: auto 0.7em;
  transition: all .5s ease;
  transform: rotate(90deg);
}
.wfgitem__more .acd__btn--open span:before ,
.wfgitem__more .acd__btn--open span:after {
  content: "";
  transform: rotate(270deg);
}
.wfglineup__list .wfgitem__ingr p {
  font-size: var(--fs-14);
  line-height: calc(24 / 14 * 1em);
  padding-top: 1em;
}
.wfglineup__list .ic--sq {
  padding-top: 1px;
  padding-bottom: 1px;
}
.wfglineup__list .product__contentkcal {
  width:340px;
}
  .wfglineup + .wfglineup {
    margin-top: 120px;
  }
  
  
}
/* -------------------------------------------- */
@media screen and (min-width:1000px){
}
/* -------------------------------------------- */
@media screen and (min-width:1000px){
}