@charset "UTF-8";
:root {
  --color-base: #38393F;
  --color-base02: #4F4C4B;
  --color-base03: #A6AAAC;
  --color-base04: #EFF8FE;
  --color-base05: #595757;
  --color-accent01: #DE367A;
  --color-accent02: #CD9965;
  --color-accent03: #718BC6;
  --color-accent04: #FFAB35;
  --color-vivid: #E4302F;
  --color-milky: #54C2F0;
  --color-beige: #fbf9ea;
  --color-gray: #1a1a1a;
  --color-key: #ffe600;
  --color-yellow: #FFF117;
  --color-yellow02: #F2B100;
  --color-pink: #d35b7c;
  --color-pink02: #DF276A;
  --color-pink03: #F19EC2;
  --color-violet: #734390;
  --color-purple: #F088FF;
  --color-purple02: #8463A1;
  --color-blue: #1b519a;
  --color-blue02: #008CCF;
  --color-green2: #00a555;
  --color-black: #414142;
  --color-black02: #231815;
  --color-red: #E72325;
  --color-white: #fff;
  --color-nuance: #B85988;
  --color-lgreen: #6EA84B;
  --color-agreen: #75D928;
  --color-nred: #761E1F;
  --color-amethyst: #473668;
  --color-wine: #AC373C;
  --color-sunred: #E93F29;
  --color-morange: #E37852;
  --color-prpink: #D71F91;
  --color-anpink: #E2978E;
  --color-ablue: #7990BC;
  --color-eblue: #7DADA4;
  --f-size-30: 3.0rem;
  --f-size-24: 2.4rem;
  --f-size-22: 2.2rem;
  --f-size-20: 2rem;
  --f-size-16: 1.6rem;
  --f-size-14: 1.4rem;
  --f-size-12: 1.2rem;
  --f-size-10: 1.0rem;
  --f-weight-400: 400;
  --f-weight-600: 600;
  --f-weight-700: 700;
}

#recipe .l-contents {
  background-color: var(--color-base);
}
#recipe .l-header {
  color: var(--color-white);
  margin-bottom: 46px;
}
#recipe .l-header::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 390/30;
  background-color: var(--color-base02);
  -webkit-mask-image: url(/quisquis_devilstrick_lp/assets2025/img/header-bottom.svg);
          mask-image: url(/quisquis_devilstrick_lp/assets2025/img/header-bottom.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: absolute;
  bottom: -30px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 3;
}
#recipe .c-pageTile {
  margin-bottom: 20px;
}
#recipe .c-pageTile-head {
  font-size: var(--f-size-20);
  line-height: 2;
}
#recipe .c-pageTile-head span {
  color: #E4302F;
}
#recipe .pageRead {
  color: var(--color-white);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}
#recipe .loop {
  overflow: hidden;
  width: 100%;
  height: 141px;
  margin-bottom: 60px;
}
#recipe .loop-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  width: 1680px;
  /* 画像2枚分の幅 */
}
#recipe .loop-img img {
  width: 1680px;
  height: 141px;
}
#recipe .basic {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(/quisquis_devilstrick_lp/assets2025/img/recipe/basic-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
#recipe .basic::after {
  content: "";
  display: block;
  width: 142px;
  height: 137px;
  background-image: url(/quisquis_devilstrick_lp/assets2025/img/recipe/basic-chara.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 50px;
  right: 20px;
}
#recipe .basic-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 36px;
}
#recipe .advanced {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(/quisquis_devilstrick_lp/assets2025/img/recipe/advanced-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#recipe .advanced-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 36px;
}
#recipe .recipe {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #recipe .recipe {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#recipe .recipe-list {
  display: -ms-grid;
  display: grid;
  row-gap: 35px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(169px, 1fr));
  justify-items: center;
}
#recipe .recipe-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  #recipe .recipe-list-item {
    cursor: pointer;
  }
}
#recipe .recipe-list-item::before {
  content: "";
  display: block;
  width: 141px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -19px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
#recipe .recipe-list-item.is-item01::before {
  background-image: url("/quisquis_devilstrick_lp/assets2025/img/recipe/label-01.png");
}
#recipe .recipe-list-item.is-item02::before {
  background-image: url("/quisquis_devilstrick_lp/assets2025/img/recipe/label-02.png");
}
#recipe .recipe-list-item.is-item03::before {
  background-image: url("/quisquis_devilstrick_lp/assets2025/img/recipe/label-03.png");
}
#recipe .recipe-list-item.is-item04::before {
  background-image: url("/quisquis_devilstrick_lp/assets2025/img/recipe/label-04.png");
}
#recipe .recipe-list-item.is-item05::before {
  background-image: url("/quisquis_devilstrick_lp/assets2025/img/recipe/label-05.png");
}
#recipe .recipe-list-item.is-item06::before {
  background-image: url("/quisquis_devilstrick_lp/assets2025/img/recipe/label-06.png");
}
#recipe .recipe-list-item.is-item07::before {
  background-image: url("/quisquis_devilstrick_lp/assets2025/img/recipe/label-07.png");
}
#recipe .recipe-list-item.is-item06::before {
  background-image: url("/quisquis_devilstrick_lp/assets2025/img/recipe/label-06.png");
}
#recipe .recipe-list-item.is-item08::before {
  background-image: url("/quisquis_devilstrick_lp/assets2025/img/recipe/label-08.png");
}
#recipe .recipe-list-item.is-item09::before {
  background-image: url("/quisquis_devilstrick_lp/assets2025/img/recipe/label-09.png");
}
#recipe .recipe-list-item.is-item10::before {
  background-image: url("/quisquis_devilstrick_lp/assets2025/img/recipe/label-10.png");
}
#recipe .recipe-list-item.is-item11::before {
  background-image: url("/quisquis_devilstrick_lp/assets2025/img/recipe/label-11.png");
}
#recipe .others {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
#recipe .others-title {
  margin-bottom: 40px;
  text-align: center;
}
#recipe .others .pagelinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recipe .others .pagelinks-item {
  position: relative;
}
#recipe .others .pagelinks-item.is-vivid::before {
  content: "";
  width: 138px;
  height: 81px;
  background-image: url(/quisquis_devilstrick_lp/assets2025/img/home/link-banner-vivid_ttl.png);
  background-size: 100%;
  position: absolute;
  top: -29px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
#recipe .others .pagelinks-item.is-nuance::before {
  content: "";
  width: 139px;
  height: 36px;
  background-image: url(/quisquis_devilstrick_lp/assets2025/img/link-banner-nuance-ttl.png);
  background-size: 100%;
  position: absolute;
  top: -12px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
#recipe .others .pagelinks-item.is-milky::before {
  content: "";
  width: 129px;
  height: 63px;
  background-image: url(/quisquis_devilstrick_lp/assets2025/img/home/link-banner-milky-ttl.png);
  background-size: 100%;
  position: absolute;
  top: -17px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
#recipe .viewer {
  position: fixed;
  width: 100%;
  background: rgba(173, 161, 165, 0.85);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}
#recipe .viewer.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: imgFadein 0.5s ease-out forwards;
          animation: imgFadein 0.5s ease-out forwards;
}
#recipe .viewer-content {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
#recipe .viewer ul .viewer-item {
  display: none;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: var(--color-white);
  border-radius: 40px 40px 0 0;
  max-height: 90vh;
  overflow: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  color: #595757;
}
#recipe .viewer ul .viewer-item::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  #recipe .viewer ul .viewer-item {
    margin-right: auto;
    margin-left: auto;
    max-height: 80vh;
    overflow: scroll;
  }
}
#recipe .viewer ul .viewer-item.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: imgFadein 0.5s ease-out forwards;
          animation: imgFadein 0.5s ease-out forwards;
}
#recipe .viewer ul .viewer-item .viewer-head {
  color: var(--color-base05);
  text-align: center;
}
#recipe .viewer ul .viewer-item .viewer-head-text01 {
  font-size: var(--f-size-30);
  line-height: 1;
  font-weight: 600;
}
#recipe .viewer ul .viewer-item .commnet {
  font-size: var(--f-size-10);
  width: 320px;
  padding-bottom: 10px;
  text-align: end;
}
#recipe .viewer ul .viewer-item .viewer-text {
  font-size: var(--f-size-16);
  color: var(--color-base05);
  font-weight: 700;
  line-height: 1.8;
  width: 290px;
  text-align: center;
}
#recipe .viewer ul .viewer-item .how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#recipe .viewer ul .viewer-item .how-details {
  padding-top: 30px;
}
#recipe .viewer ul .viewer-item .how-details-head {
  font-size: var(--f-size-20);
  line-height: 1.5;
  margin-bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
#recipe .viewer ul .viewer-item .how-details-head .f-small {
  font-size: var(--f-size-14);
}
#recipe .viewer ul .viewer-item .how ul {
  background: rgba(62, 177, 132, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#recipe .viewer ul .viewer-item .how ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
#recipe .viewer ul .viewer-item .how ul li p {
  font-size: var(--f-size-16);
  font-weight: 700;
}
#recipe .viewer ul .viewer-item .how ul li .sample {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
}
#recipe .viewer ul .viewer-item .how ul li .sample.m-blue {
  background-color: #008CCF;
}
#recipe .viewer ul .viewer-item .how ul li .sample.s-yellow {
  background-color: #FFED00;
}
#recipe .viewer ul .viewer-item .how ul li .sample.milky {
  background-color: #FFF;
}
#recipe .viewer ul .viewer-item .how ul li .sample.w-red {
  background-color: #E4302F;
}
#recipe .viewer ul .viewer-item .how ul li .sample.c-pink {
  background-color: #DF276A;
}
#recipe .viewer ul .viewer-item .how ul li .sample.k-black {
  background-color: #231815;
}
#recipe .viewer ul .viewer-item .how ul li .sample.m-violet {
  background-color: #8463A1;
}
#recipe .viewer ul .viewer-item .how .closeBtn {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  width: 160px;
  height: 32px;
}
#recipe .viewer ul .viewer-item .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
#recipe .viewer ul .viewer-item.viewer-item01 {
  border: 4px solid var(--color-lgreen);
}
#recipe .viewer ul .viewer-item.viewer-item02 {
  border: 4px solid var(--color-agreen);
}
#recipe .viewer ul .viewer-item.viewer-item02 .how ul {
  background: rgba(62, 177, 132, 0.2);
}
#recipe .viewer ul .viewer-item.viewer-item03 {
  border: 4px solid var(--color-nred);
}
#recipe .viewer ul .viewer-item.viewer-item03 .how ul {
  background: rgba(118, 30, 31, 0.2);
}
#recipe .viewer ul .viewer-item.viewer-item04 {
  border: 4px solid var(--color-amethyst);
}
#recipe .viewer ul .viewer-item.viewer-item04 .how ul {
  background: rgba(71, 54, 104, 0.2);
}
#recipe .viewer ul .viewer-item.viewer-item05 {
  border: 4px solid var(--color-wine);
}
#recipe .viewer ul .viewer-item.viewer-item05 .how ul {
  background: rgba(172, 55, 60, 0.2);
}
#recipe .viewer ul .viewer-item.viewer-item06 {
  border: 4px solid var(--color-sunred);
}
#recipe .viewer ul .viewer-item.viewer-item06 .how ul {
  background: rgba(233, 63, 41, 0.2);
}
#recipe .viewer ul .viewer-item.viewer-item07 {
  border: 4px solid var(--color-morange);
}
#recipe .viewer ul .viewer-item.viewer-item07 .how ul {
  background: rgba(227, 120, 82, 0.2);
}
#recipe .viewer ul .viewer-item.viewer-item08 {
  border: 4px solid var(--color-prpink);
}
#recipe .viewer ul .viewer-item.viewer-item08 .how ul {
  background: rgba(172, 64, 134, 0.2);
}
#recipe .viewer ul .viewer-item.viewer-item09 {
  border: 4px solid var(--color-anpink);
}
#recipe .viewer ul .viewer-item.viewer-item09 .how ul {
  background: rgba(201, 112, 101, 0.2);
}
#recipe .viewer ul .viewer-item.viewer-item10 {
  border: 4px solid var(--color-ablue);
}
#recipe .viewer ul .viewer-item.viewer-item10 .how ul {
  background: rgba(121, 144, 188, 0.2);
}
#recipe .viewer ul .viewer-item.viewer-item11 {
  border: 4px solid var(--color-eblue);
}
#recipe .viewer ul .viewer-item.viewer-item11 .how ul {
  background: rgba(121, 144, 188, 0.2);
}
#recipe .viewer .closeBtn {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-bottom: 10px;
  background-image: url("/quisquis_devilstrick_lp/assets2024/images/home/closebtn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #recipe .viewer .closeBtn {
    width: 30px;
    height: 30px;
  }
}

.filter {
  margin-top: 80px;
}

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.filter-list-item {
  cursor: pointer;
  min-width: 180px;
  border: 1px solid #328c74;
  border-radius: 20px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.filter-list-item.is-active {
  color: red;
}

.category {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.category-item {
  display: none;
  cursor: pointer;
  text-align: center;
}
.category-item.is-show {
  display: block;
}
/*# sourceMappingURL=recipe.css.map */