.p-recipe {
  padding: 201px 0 150px;
}

.p-recipe__topic {
  margin-bottom: 121px;
}

.p-recipe__topic:last-child {
  margin-bottom: 53px;
}

.p-recipe__topic-ttl {
  position: relative;
  margin: 0 auto;
  margin-bottom: 21px;
  padding-bottom: 30px;
  padding-bottom: min(6.933vw, 46.8px);
  width: 433px;
}

.p-recipe__topic-ttl::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(20px);
  transform: translateX(-50%) translateY(20px);
  -webkit-mask-image: radial-gradient(circle at center, #000000 0, #000000 50%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(circle at center, #000000 0, #000000 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-position: 50%;
  mask-position: 50%;
  -webkit-mask-size: 0;
  mask-size: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: url(../img/deco_ttl.png) no-repeat bottom center;
  background-size: contain;
  width: 65%;
  height: 5.067vw;
  max-height: 34.2px;
  content: "";
}

.is-active .p-recipe__topic-ttl::before {
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  -webkit-mask-size: 250%;
  mask-size: 250%;
  -webkit-transition: -webkit-mask-size 1.9s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-mask-size 1.9s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: mask-size 1.9s cubic-bezier(0.61, 1, 0.88, 1), transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: mask-size 1.9s cubic-bezier(0.61, 1, 0.88, 1), transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-mask-size 1.9s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-recipe__note {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 1.9s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.9s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.9s cubic-bezier(0.61, 1, 0.88, 1), transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.9s cubic-bezier(0.61, 1, 0.88, 1), transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 36px;
  font-size: 16px;
  text-align: center;
}

.is-active .p-recipe__note {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.p-recipe__note span {
  vertical-align: baseline;
}

.p-recipe__note a {
  color: #69a066;
  text-decoration: none;
}

.p-recipe_data {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.61, 1, 0.88, 1), transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.61, 1, 0.88, 1), transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
}

.p-recipe_data.is-active {
  -webkit-transform: translate(0px);
  transform: translate(0px);
  opacity: 1;
}

.p-recipe_data + .p-recipe_data {
  margin-top: 73px;
}

.p-recipe_data__ttl {
  display: inline-block;
  position: relative;
  margin-bottom: 29px;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
}

.p-recipe_data__ttl::before, .p-recipe_data__ttl::after {
  position: absolute;
  top: 50%;
  right: -49px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-clip-path 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.95s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: url(../img/recipe/deco_cap.svg) center center no-repeat;
  background-size: contain;
  width: 41px;
  height: 100%;
  content: "";
}

.p-recipe_data.is-active .p-recipe_data__ttl::before, .p-recipe_data.is-active .p-recipe_data__ttl::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-recipe_data__ttl::before {
  right: auto;
  left: -49px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.p-recipe_data__frame {
  position: relative;
  padding-top: 1.35%;
  width: 100%;
}

.p-recipe_data__frame-inner {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/frame_pc_1clm-edge.png) top center no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}

.p-recipe_data__frame-inner.--btm {
  -webkit-transform: scale(-1);
  transform: scale(-1);
  background-position: top right;
  background-size: 99.99%;
}

.p-recipe_data__wrap {
  position: relative;
  background: url(../img/frame_pc_1clm-repeat.png) center center repeat-y;
  background-size: contain;
}

.p-recipe_data__wrap::before {
  position: absolute;
  z-index: 1;
  background: url(../img/illust01.png) center center no-repeat;
  background-size: contain;
  content: "";
}

.p-recipe_data__wrap.-chara1::before {
  top: -108px;
  left: -18px;
  -webkit-animation: yurayura 3.8s infinite alternate cubic-bezier(0.65, 0, 0.35, 1);
  animation: yurayura 3.8s infinite alternate cubic-bezier(0.65, 0, 0.35, 1);
  width: 127px;
  height: 170px;
}

.p-recipe_data__wrap.-chara2::before {
  top: -93px;
  right: -4px;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation: yurayura2 3.8s infinite alternate cubic-bezier(0.65, 0, 0.35, 1);
  animation: yurayura2 3.8s infinite alternate cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url(../img/illust02.png);
  width: 127px;
  height: 170px;
}

.p-recipe_data__wrap.-chara3::before {
  top: -89px;
  left: -59px;
  -webkit-animation: ponpon 3s infinite linear;
  animation: ponpon 3s infinite linear;
  background-image: url(../img/recipe/illust_assam.png);
  width: 238px;
  height: 240px;
}

.p-recipe_data__wrap.-chara4::before {
  top: -94px;
  right: -50px;
  -webkit-animation: yurayura2 3.8s infinite alternate cubic-bezier(0.65, 0, 0.35, 1);
  animation: yurayura2 3.8s infinite alternate cubic-bezier(0.65, 0, 0.35, 1);
  background-image: url(../img/recipe/illust_earlgrey.png);
  width: 243px;
  height: 240px;
}

.p-recipe_data__wrap.-chara5::before {
  top: -89px;
  left: -42px;
  -webkit-animation: ponpon 3s infinite linear;
  animation: ponpon 3s infinite linear;
  background-image: url(../img/recipe/illust_ceylon.png);
  width: 238px;
  height: 240px;
}

.p-recipe_data__inner {
  position: relative;
  margin: 0 1.35%;
  padding: 40px 4.3%;
  text-align: left;
}

.p-recipe_data__list + .p-recipe_data__list {
  margin-top: 35px;
}

.p-recipe_data__list-ttl {
  margin-bottom: 23px;
  background: #41210f;
  padding: 8px 0 8px 2.6%;
  color: #fffdff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.28px;
  letter-spacing: 0.08rem;
}

.p-recipe_data__list-text {
  font-size: 16px;
  line-height: 2;
}

.p-recipe_data__lead {
  margin-bottom: 32px;
}

.p-recipe_data__lead .p-in-img {
  margin: 10px auto 37px;
  width: 72%;
  max-width: 338px;
}

.p-recipe_data__lead .p-in-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
}

.p-recipe_data__howto {
  margin-top: 12px;
}

.p-recipe_data__howto-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 12px;
}

.p-recipe_data__howto-item:not(:last-child) {
  padding-bottom: 16px;
}

.p-recipe_data__howto-item .p-in-num {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.p-recipe_data__howto-item .p-in-text span {
  display: block;
  padding-left: 1em;
  font-size: 12px;
  text-indent: -1em;
}

.p-recipe_data__howto-item:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px dotted rgba(65, 33, 15, 0.3);
  width: 100%;
  height: 1px;
  content: "";
}

.p-recipe_data__detail-item {
  position: relative;
}

.p-recipe_data__detail-item:not(:first-child) {
  padding-top: 31px;
}

.p-recipe_data__detail-item:not(:last-child) {
  padding-bottom: 37px;
}

.p-recipe_data__detail-item:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px dotted rgba(65, 33, 15, 0.3);
  width: 100%;
  height: 1px;
  content: "";
}

.p-recipe_data__detail-header .p-in-ttl {
  margin-bottom: 6px;
  font-weight: 700;
}

.p-recipe_data__detail-header .p-in-text {
  line-height: 1.8;
}

.p-recipe_data__detail-inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-recipe_data__detail-inner .p-in-btn .c-btn {
  height: 50px;
}

.p-recipe_data__detail-inner .p-in-btn .c-btn__bg::after {
  right: 4px;
}

@media screen and (max-width: 900px) {
  .p-recipe {
    padding: 99px 0 80px;
  }
  .p-recipe__topic {
    margin-bottom: 57px;
  }
  .p-recipe__topic:last-child {
    margin-bottom: 43px;
  }
  .p-recipe__topic-ttl {
    margin-bottom: 26px;
    width: 82%;
    max-width: 400px;
  }
  .-howto .p-recipe__topic-ttl {
    margin-bottom: 14px;
    width: 75%;
    max-width: 380px;
  }
  .p-recipe__note {
    margin-bottom: 25px;
    font-size: 13px;
  }
  .p-recipe_data + .p-recipe_data {
    margin-top: 31px;
  }
  .p-recipe_data__ttl {
    margin-bottom: 11px;
    font-size: 18px;
  }
  .p-recipe_data__ttl::before, .p-recipe_data__ttl::after {
    right: -35px;
    width: 27px;
  }
  .p-recipe_data__ttl::before {
    left: -35px;
  }
  .p-recipe_data__wrap.-chara1::before {
    top: -55px;
    left: -8px;
    width: 70px;
    height: 87px;
  }
  .p-recipe_data__wrap.-chara2::before {
    top: -52px;
    right: -1px;
    width: 64px;
    height: 86px;
  }
  .p-recipe_data__wrap.-chara3::before {
    top: -48px;
    left: -27px;
    width: 108px;
    height: 111px;
  }
  .p-recipe_data__wrap.-chara4::before {
    top: -50px;
    right: -30px;
    width: 108px;
    height: 111px;
  }
  .p-recipe_data__wrap.-chara5::before {
    top: -38px;
    left: -32px;
    width: 108px;
    height: 111px;
  }
  .p-recipe_data__inner {
    padding: 20px 5% 26px;
  }
  .p-recipe_data__list + .p-recipe_data__list {
    margin-top: 20px;
  }
  .p-recipe_data__list-ttl {
    margin-bottom: 15px;
    padding: 6px 0 6px 3.4%;
    font-size: 13px;
    letter-spacing: 0.1rem;
  }
  .p-recipe_data__list-text {
    font-size: 13px;
    line-height: 1.85;
  }
  .p-recipe_data__lead {
    margin-bottom: 21px;
  }
  .p-recipe_data__lead .p-in-img {
    margin: 0 auto 25px;
  }
  .p-recipe_data__lead .p-in-text {
    font-size: 12.5px;
    line-height: 1.9;
  }
  .p-recipe_data__howto {
    margin-top: 9px;
  }
  .p-recipe_data__howto-item {
    padding-top: 12px;
  }
  .p-recipe_data__howto-item:not(:last-child) {
    padding-bottom: 10px;
  }
  .p-recipe_data__howto-item .p-in-num {
    margin-right: 5px;
    margin-left: 0px;
    font-size: 12px;
  }
  .p-recipe_data__howto-item .p-in-text {
    font-size: 12px;
    line-height: 2;
  }
  .p-recipe_data__howto-item .p-in-text span {
    font-size: 10px;
  }
  .p-recipe_data__detail-item:not(:first-child) {
    padding-top: 20px;
  }
  .p-recipe_data__detail-item:not(:last-child) {
    padding-bottom: 26px;
  }
  .p-recipe_data__detail-header {
    margin-bottom: 11px;
  }
  .p-recipe_data__detail-header .p-in-ttl {
    margin-bottom: 2px;
  }
  .p-recipe_data__detail-header .p-in-text {
    font-size: 12.5px;
    line-height: 1.85;
  }
  .p-recipe_data__detail-inner .p-in-btn {
    width: 56%;
  }
  .p-recipe_data__detail-inner .p-in-btn .c-btn {
    height: 40px;
  }
  .p-recipe_data__detail-inner .p-in-btn .c-btn__text {
    font-size: 11px;
  }
}

@media not all and (max-width: 900px) {
  .p-recipe__topic-ttl {
    margin-bottom: 62px;
    padding-bottom: 56px;
  }
  .-howto .p-recipe__topic-ttl {
    margin-bottom: 25px;
    width: 400px;
  }
  .p-recipe__topic-ttl::before {
    width: 320px;
    height: 33px;
  }
  .p-recipe__note a {
    -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .p-recipe__note a:hover {
    opacity: 0.5;
  }
  .p-recipe_data__detail-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-recipe_data__detail-header {
    margin-right: 5%;
    width: 68.5%;
  }
  .p-recipe_data__detail-inner .p-in-btn .c-btn {
    padding: 8px 26px;
  }
  .p-recipe_data__detail-inner .p-in-btn .c-btn__text {
    font-size: 13px;
  }
}
