@charset "UTF-8";

/* compiled by /dev/css/chefly/entry.scss */
html,
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "メイリオ" sans-serif;
  font-weight: 400;
}

/* SP用のCTAモーダル */

.Entry {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.Entry * {
  box-sizing: border-box;
}

.Entry img {
  display: block;
  width: 100%;
}

.Entry .Entry__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Entry .Entry__step01 {
  width: 100%;
  height: 100%;
}

.Step01 {
  position: relative;
  background: #53a530;
}

.Step01 .Step01__displayArea {
  z-index: 5;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 310px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.Step01 .Step01__display {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vw;
}

.Step01 .Step01__display.-frequency {
  display: none;
}

.Step01 .Step01__uiArea {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: calc(100% - 80vw);
}

.Step01 .Step01__uiPanel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

.Step01 .Step01__uiPanel>p {
  font-size: clamp(10px, 3.125vw, 12px);
  text-align: center;
  line-height: 1.5;
  padding-bottom: 5%;
}

.Step01 .Step01__uiPanel.-frequency {
  top: 8vw;
  top: 100%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

@media (min-width: 560px) {
  .Step01 .Step01__display {
    height: 50%;
  }

  .Step01 .Step01__uiArea {
    height: 50%;
  }

  .Step01 .Step01__uiPanel {
    padding-top: 70px;
  }
}

.DefaultDisplay {
  position: relative;
}

.DefaultDisplay .DefaultDisplay__textArea {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 0;
}

.DefaultDisplay .DefaultDisplay__title {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 5vw;
  letter-spacing: .02em;
  font-weight: 500;
  margin-bottom: 2vw;
}

.DefaultDisplay .DefaultDisplay__text {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  letter-spacing: .02em;
  font-size: 3.7vw;
  font-weight: 500;
}

.DefaultDisplay .DefaultDisplay__text.small {
  font-size: 3vw;
  margin-bottom: 7px;
}


.DefaultDisplay .DefaultDisplay__labelArea {
  display: inline-block;
  background: #eff7ec;
  border-radius: 3px;
}

.DefaultDisplay .DefaultDisplay__imageArea {
  width: 81%;
  margin: 7vw auto 0;
}

@media (min-width: 560px) {
  .DefaultDisplay .DefaultDisplay__title {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }

  .DefaultDisplay .DefaultDisplay__text {
    font-size: 2rem;
  }

  .DefaultDisplay .DefaultDisplay__text.small {
    font-size: 1.6rem;
  }

  .DefaultDisplay .DefaultDisplay__imageArea {
    width: 60%;
    max-width: 460px;
    margin: 40px auto 0;
  }
}

.PlanDisplay {
  position: relative;
}

.PlanDisplay .PlanDisplay__plan {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.PlanDisplay .PlanDisplay__plan.-active {
  display: block;
}

.PlanDisplay .PlanDisplay__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.PlanDisplay .PlanDisplay__bgItem {
  position: absolute;
  display: block;
}

.PlanDisplay .PlanDisplay__bgItem.-item01 {
  top: 14%;
  left: 6%;
  transform: translate(-50%, -50%);
  width: 56.72vw;
}

.PlanDisplay .PlanDisplay__bgItem.-item02 {
  top: 14%;
  right: 10.5%;
  transform: translate(50%, -50%);
  width: 39vw;
}

.PlanDisplay .PlanDisplay__bgItem.-item03 {
  right: 0;
  bottom: 10%;
  transform: translate(50%, 50%);
  width: 35.15vw;
}

.PlanDisplay .PlanDisplay__bgItem.-item04 {
  left: 5%;
  bottom: 24%;
  transform: translate(-50%, 50%);
  width: 29.21vw;
}

.PlanDisplay .PlanDisplay__content {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.PlanDisplay .PlanDisplay__title {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: center;
  color: #fff;
  font-size: 7vw;
  margin-bottom: 5vw;
}

.PlanDisplay .PlanDisplay__title span {
  display: inline-block;
  font-size: 260%;
  line-height: 1em;
  letter-spacing: -.02em;
  padding-right: .1em;
  font-weight: 500;
  transform-origin: center bottom;
}

.PlanDisplay .PlanDisplay__price {
  position: relative;
  width: 50vw;
  height: 10vw;
  margin: 0 auto;
  background: #fff;
  color: #53a530;
  border-radius: 5vw;
}

.PlanDisplay .PlanDisplay__price .PlanDisplay__priceInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  line-height: 1em;
  font-size: 3.4vw;
  font-weight: 500;
  padding: 0 0 .1em 5%;
}

.PlanDisplay .PlanDisplay__price .PlanDisplay__priceInner span {
  margin: 0 -.15em -.1em .2em;
  font-size: 160%;
  line-height: 1em;
  font-weight: 500;
}

.PlanDisplay .PlanDisplay__caption {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 5vw;
  color: #fff;
  font-size: 3.8vw;
  font-weight: 500;
  line-height: 1em;
}

.PlanDisplay .PlanDisplay__caption img {
  display: block;
  width: 6vw;
  margin: 0 1.5vw -1vw 0;
}

@media (min-width: 560px) {
  .PlanDisplay .PlanDisplay__title {
    font-size: 3.9rem;
    margin-bottom: 28px;
  }

  .PlanDisplay .PlanDisplay__bgItem.-item01 {
    width: 317px;
  }

  .PlanDisplay .PlanDisplay__bgItem.-item02 {
    width: 218px;
  }

  .PlanDisplay .PlanDisplay__bgItem.-item03 {
    width: 197px;
  }

  .PlanDisplay .PlanDisplay__bgItem.-item04 {
    width: 163px;
  }

  .PlanDisplay .PlanDisplay__price {
    width: 280px;
    height: 56px;
    border-radius: 28px;
  }

  .PlanDisplay .PlanDisplay__price .PlanDisplay__priceInner {
    font-size: 1.9rem;
  }

  .PlanDisplay .PlanDisplay__caption {
    font-size: 2.1rem;
    margin-top: 28px;
  }

  .PlanDisplay .PlanDisplay__caption img {
    width: 34px;
    margin: 0 8px -5px 0;
  }
}

.Label-01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  color: #53a530;
  line-height: 1em;
  padding: 1.2vw 3vw;
  font-size: 3vw;
  font-weight: 700;
}

.Label-01 .Label-01__price {
  margin-left: .2em;
  font-size: 110%;
  font-weight: 700;
}

@media (min-width: 560px) {
  .Label-01 {
    font-size: 1.68rem;
    padding: 7px 17px;
  }
}

.Parts-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}

.Parts-price .Parts-price__unit {
  font-size: 90%;
  font-weight: 700;
  line-height: 1em;
}

.Parts-price .Parts-price__price {
  font-weight: 700;
  line-height: 1em;
}

.Label-01__inner .Label-01__price {
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
}

.Label-01__inner .Label-01__price span {
  font-weight: inherit;
  line-height: 1em;
  display: inline-block;
}

.UiPanel {
  padding: 10vw 0;
}

.UiPanel.-frequency {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  padding-top: 12vw;
}

.UiPanel .UiPanel__title {
  display: block;
  text-align: center;
  font-size: 4.3vw;
  color: #4a4a4a;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.4em;
  margin-bottom: 3vw;
}

.UiPanel .UiPanel__flickableIcon {
  display: block;
  position: absolute;
  top: 4vw;
  left: 50%;
  transform: translateX(-50%);
  width: 12vw;
  height: 1.6vw;
  border-radius: .8vw;
  background: #cfcfcf;
}

.UiPanel .UiPanel__closeBtn {
  position: absolute;
  top: 3vw;
  left: 3vw;
  display: block;
  width: 8vw;
  border-radius: 50%;
  overflow: hidden;
}

.UiPanel .UiPanel__closeBtn:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.UiPanel .UiPanel__closeBtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.UiPanel .UiPanel__closeBtn span:before,
.UiPanel .UiPanel__closeBtn span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 3px;
  background: #133120;
  border-radius: 1.5px;
  width: 60%;
}

.UiPanel .UiPanel__closeBtn span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.UiPanel .UiPanel__closeBtn span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 560px) {
  .UiPanel {
    padding: 56px 0;
  }

  .UiPanel.-frequency {
    padding-top: 70px;
  }

  .UiPanel .UiPanel__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .UiPanel>p {
    padding-bottom: 33px;
  }

  .UiPanel .UiPanel__flickableIcon {
    top: 22px;
    width: 67px;
    height: 9px;
  }

  .UiPanel .UiPanel__closeBtn {
    top: 16px;
    left: 16px;
    width: 45px;
  }
}

.Selector-01 {
  text-align: center;
}

.Step01 .Step01__uiPanel p.club {
  text-align: center;
  padding: 15px 0 0 0;
}

.Step01 .Step01__uiPanel p.club a {
  padding: 2px 0 2px 30px;
  font-size: 1.2rem;
  color: #1F3D06;
  background:
    url(https://img.nosh.jp/images/chefly/club/i_club.png) center left / 18px no-repeat;
}

.Selector-01 .Selector-01__list {
  display: inline-flex;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.Selector-01 .Selector-01__item {
  display: inline-block;
  border-right: 1px solid #cfcfcf;
}

.Selector-01 .Selector-01__item:last-child {
  border-right: none;
}

.Selector-01 .Selector-01__item:first-child:nth-last-child(2),
.Selector-01 .Selector-01__item:first-child:nth-last-child(2)~.Selector-01__item {
  width: 33vw;
}

.Selector-01 .Selector-01__item:first-child:nth-last-child(3),
.Selector-01 .Selector-01__item:first-child:nth-last-child(3)~.Selector-01__item {
  width: 26.6666vw;
}

.Selector-01 .Selector-01__item:first-child:nth-last-child(4),
.Selector-01 .Selector-01__item:first-child:nth-last-child(4)~.Selector-01__item {
  width: 23.5vw;
}

@media (min-width: 560px) {

  .Selector-01 .Selector-01__item:first-child:nth-last-child(2),
  .Selector-01 .Selector-01__item:first-child:nth-last-child(2)~.Selector-01__item {
    width: 130px;
  }

  .Selector-01 .Selector-01__item:first-child:nth-last-child(3),
  .Selector-01 .Selector-01__item:first-child:nth-last-child(3)~.Selector-01__item {
    width: 130px;
  }

  .Selector-01 .Selector-01__item:first-child:nth-last-child(4),
  .Selector-01 .Selector-01__item:first-child:nth-last-child(4)~.Selector-01__item {
    width: 130px;
  }
}

.Btn-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #666666;
  padding-bottom: 3vw;
  position: relative;
}

.Btn-01[data-for-popular-plan="158"]::before,
.Btn-01[data-for-popular-plan="163"]::before,
.Btn-01[data-for-popular-frequency="2"]::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-image: url('https://img.nosh.jp/images/chefly/plan/form_icon_popular_01--20220818.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.Btn-01 .Btn-01__title {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding: 3vw 0 3vw 0;
  justify-content: center;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1em;
  font-size: 3.7vw;
}

.Btn-01 .Btn-01__title span {
  display: inline-block;
  font-size: 280%;
  font-weight: 500;
  margin-bottom: -.1em;
  padding: 0 .05em;
  line-height: 1em;
  letter-spacing: -.03em;
  margin-right: .05em;
}

.Btn-01 .Btn-01__text {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1.4em;
  font-size: 2vw;
  font-weight: 500;
}

.Btn-01 .Btn-01__text span {
  margin: 0 -.3em .2em .2em;
  font-size: 145%;
  line-height: 1.4em;
  font-weight: 500;
}

.Btn-01 .Btn-01__caption {
  font-size: 3.8vw;
  line-height: 1.4em;
}

.Btn-01 .Btn-01__caption span {
  font-size: 80%;
  padding-right: .1em;
}

.Btn-01 .Btn-01__caption em {
  color: #808080;
  display: block;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.5;
}

.Btn-01 .Btn-01__caption span.default {
  display: inline-flex;
  font-size: 1.4rem;
  line-height: 1;
  color: #666666;
  text-decoration-color: #8c8c8c;
}

.Btn-01 .Btn-01__caption span.default span {
  font-size: inherit;
  position: relative;
  display: inline-flex;
}

.Btn-01 .Btn-01__caption span.default span::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #8c8c8c;
}

.Btn-01 .Btn-01__caption span.discout-without-tax {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #b90e0e;
}

.Btn-01 .Btn-01__caption span.discout-without-tax::first-letter {
  font-size: 0.75em;
}

.Btn-01 .Btn-01__caption span.discout {
  display: block;
  font-size: 10px;
  line-height: 1.2;
}

.Btn-01 .Btn-01__caption span.discout .decimal{
  font-size: 8px;
  vertical-align: baseline;
}

.Btn-01 .Btn-01__caption span.title {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin: 10px 0;
  color: #f9e38b;
  background-color: #b90e0e;
  line-height: 1.4;
}

.Btn-01 .Btn-01__caption span.title.--4-plans {
  font-size: 1rem;
}

.Btn-01 .Btn-01__caption span.club {
  display: block;
  padding: 12px 0px;
}

.Btn-01 .Btn-01__caption span.club span.tit {
  font-size: 0.9rem;
  margin: 0 0 2px 0;
  padding: 4px 4px;
  line-height: 1;
  display: block;
  color: #FFFFFF;
  background-color: #1F3D06;
}

.Btn-01 .Btn-01__caption span.club span:nth-child(2) {
  line-height: 1.8;
  font-size: 1.4rem;
  color: #1F3D06;
}

.Btn-01 .Btn-01__caption span.club span:nth-child(3) {
  display: block;
  line-height: 0.8;
  font-size: 1.2rem;
  color: #1F3D06;
}

.Btn-01.-active {
  background: #edf6ea;
}

.Btn-01.-active .Btn-01__title {
  color: #53a530;
}

.Btn-01.-active .Btn-01__text {
  color: #53a530;
}

@media (min-width: 560px) {
  .Btn-01 {
    padding-bottom: 22px;
  }

  .Btn-01 .Btn-01__title {
    padding: 28px 0;
    font-size: 2rem;
  }

  .Btn-01 .Btn-01__caption {
    font-size: 2.1rem;
  }

  .Btn-01 .Btn-01__text {
    font-size: 1.2rem;
  }
}

/* PC用のCTAモーダル */

.PlanChoiceArea .PlanChoiceArea__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.PlanChoiceArea .PlanChoiceArea__openArea {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.PlanChoiceArea .PlanChoiceArea__openBtn {
  display: block;
  width: 100%;
  box-shadow: 0px -7px 6px -1px rgba(0, 0, 0, 0.3);
}

.PlanChoiceArea .PlanChoiceArea__closeBtn {
  display: none;
  position: absolute;
  top: 3vw;
  left: 3vw;
  z-index: 999;
  width: 8vw;
  border-radius: 50%;
  overflow: hidden;
}

.PlanChoiceArea .PlanChoiceArea__main {
  position: fixed;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  height: calc(100vh - 18vw);
  overflow: hidden;
}

.PlanChoiceArea.-open .PlanChoiceArea__closeBtn {
  display: block;
}

@media (max-width: 559px) {
  .PlanChoiceArea .Step01 .Step01__display {
    height: 65vw;
  }

  .PlanChoiceArea .Step01 .Step01__uiArea {
    height: calc(100% - 65vw);
  }

  .PlanChoiceArea .DefaultDisplay .DefaultDisplay__imageArea {
    width: 55%;
  }

  .PlanChoiceArea .PlanDisplay .PlanDisplay__bg {
    top: 50%;
    transform: translateY(-50%);
    height: 120%;
  }
}

@media (max-width: 559px) and (max-height: 550px) {
  .PlanChoiceArea .Step01 .Step01__display {
    height: 60vw;
  }

  .PlanChoiceArea .Step01 .Step01__uiArea {
    height: calc(100% - 60vw);
  }

  .PlanChoiceArea .DefaultDisplay .DefaultDisplay__imageArea {
    width: 40%;
  }
}

@media (min-width: 560px) {
  .PlanChoiceArea .PlanChoiceArea__closeBtn {
    width: 44px;
    top: 16px;
    left: 16px;
  }
}

.PcPlanChoiceArea .PcPlanChoiceArea__opener {
  position: fixed;
  z-index: 8;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 640px;
  background: none;
  border: none;
  padding: 0;
}

.PcPlanChoiceArea .PcPlanChoiceArea__opener img {
  position: relative;
  display: block;
  z-index: 1;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.54));
}

.PcPlanChoiceArea .PcPlanChoiceArea__opener span.choice {
  display: block;
  width: 100%;
  font-size: 2.4rem;
  line-height: 2em;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 53%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.PcPlanChoiceArea .PcPlanChoiceArea__opener span.price {
  display: inline-block;
  font-size: 1.4rem;
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 2;
  padding: 5px 8px 3px 8px;
  border-radius: 3px;
  background-color: #ff4000;
  box-shadow: 0px 0px 3px 0px #133106;
  animation: voice 1.5s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
}

@keyframes voice {
  0% {
    transform: translateY(-5px)
  }

  50% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(-5px)
  }
}

.PcPlanChoiceArea .PcPlanChoiceArea__opener span.price em {
  padding: 0 2px;
  font-size: 2.0rem;
  font-style: normal;
  vertical-align: baseline;
}

.PcPlanChoiceArea .PcPlanChoiceArea__opener span.price:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 60%;
  margin-left: -15px;
  border: 6px solid transparent;
  border-top: 12px solid #ff4000;
  transform: translateX(0px) translateY(0px) rotate(-20deg);
}

.PcPlanChoiceArea .PcPlanChoiceArea__opener:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 100%;
  background: #fff;
  padding-top: 13.125%;
  border-radius: 42px;
}

.PcPlanChoiceArea .PcPlanChoiceArea__opener:focus {
  outline: none;
}

.PcPlanChoiceArea .PcPlanChoiceArea__opener:hover img {
  opacity: .8;
}

.PcPlanChoiceArea .PcPlanChoiceArea__modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background: #f5f7f8;
}

.PcPlanChoiceArea .PcPlanChoiceArea__mainWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 960px;
}

.PcPlanChoiceArea .PcPlanChoiceArea__main {
  width: 100%;
  min-height: 600px;
}

.PcPlanChoiceArea .PcPlanChoiceArea__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 60px;
  background: #fff;
}

.PcPlanChoiceArea .PcPlanChoiceArea__footer:hover {
  opacity: .7;
  cursor: pointer;
}

.PcPlanChoiceArea .PcPlanChoiceArea__closeBtn {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  padding: 0;
  color: #53a530;
  font-size: 1.6rem;
  padding: 10px;
}

.PcPlanChoiceArea .PcPlanChoiceArea__closeBtn:focus {
  outline: none;
}

.PcPlanChoiceArea .PcPlanChoiceArea__closeBtnIcon {
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 40px;
}

.PcPlanChoiceArea .PcPlanChoiceArea__closeBtnIcon:before,
.PcPlanChoiceArea .PcPlanChoiceArea__closeBtnIcon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background: #53a530;
  border-radius: 1px;
}

.PcPlanChoiceArea .PcPlanChoiceArea__closeBtnIcon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.PcPlanChoiceArea .PcPlanChoiceArea__closeBtnIcon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.PlanChoice .PlanChoice__submitBtn {
  display: block;
  width: 240px;
  margin: 0 auto;
}

.PlanChoicePanel {
  display: flex;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.1);
}

.PlanChoicePanel .PlanChoicePanel__PlanChoice {
  width: 100%;
}

.PlanChoicePanel .PlanChoicePanel__coverLabel {
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 8%;
  z-index: 2;
  font-size: 1.4rem;
  color: #FFFFFF;
  padding: 0px 8px 0px 8px;
  background-color: #ff4000;
  border-radius: 0px 3px 3px 0px;
}

.PlanChoicePanel .PlanChoicePanel__coverLabel:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 10px rgb(219, 55, 0);
}

.PlanChoicePanel .PlanChoicePanel__coverLabel em {
  padding: 0 2px;
  font-size: 2.0rem;
  font-style: normal;
  vertical-align: baseline;
}

.PlanChoicePanel .PlanChoicePanel__coverArea {
  position: relative;
  width: 31.25%;
  background-size: cover;
  background-position: center center;
}

.PlanChoicePanel .PlanChoicePanel__main {
  width: 68.75%;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0 6.25%;
  align-items: center;
  align-content: center;
}

.PlanChoicePanel .PlanChoicePanel__coverContent {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 10%;
}

.PlanChoicePanel .PlanChoicePanel__subCatch {
  display: block;
  width: 122px;
  margin-bottom: 26px;
}

.PlanChoicePanel .PlanChoicePanel__catch {
  font-size: 2.4rem;
  line-height: 1.4em;
  color: #fff;
  letter-spacing: .02em;
  font-weight: 700;
}

@media (min-width: 981px) {
  .PlanChoicePanel .PlanChoicePanel__coverArea {
    width: 41.66667%;
  }

  .PlanChoicePanel .PlanChoicePanel__main {
    width: 58.33333%;
  }

  .PlanChoicePanel .PlanChoicePanel__catch {
    font-size: 2.8rem;
  }

  .PlanChoicePanel .PlanChoicePanel__coverContent {
    padding-left: 80px;
  }
}

.Parts-btn-planChoiceOpen {
  position: relative;
  display: block;
  padding: 0;
  height: 18vw;
  border: none;
  border-radius: 15px 15px 0 0;
  background: #fff;
  transition: color .5s;
}

.Parts-btn-planChoiceOpen .Parts-btn-planChoiceOpen__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
  background: #63a351;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #63a351 0%, #5fbc36 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: opacity .5s;
}

.Parts-btn-planChoiceOpen .Parts-btn-planChoiceOpen__label {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: -15%;
  z-index: 2;
  font-size: 1.2rem;
  color: #FFFFFF;
  padding: 3px 8px 3px 8px;
  background-color: #ff4000;
  border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0px 0px 3px 0px #133106;
  animation: voice 1.5s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
}

@keyframes voice {
  0% {
    transform: translateY(-10px)
  }

  50% {
    transform: translateY(-15px)
  }

  100% {
    transform: translateY(-10px)
  }
}

.Parts-btn-planChoiceOpen .Parts-btn-planChoiceOpen__label:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 60%;
  margin-left: -15px;
  border: 6px solid transparent;
  border-top: 12px solid #ff4000;
}

.Parts-btn-planChoiceOpen .Parts-btn-planChoiceOpen__label em {
  font-size: 1.5rem;
  font-style: normal;
  vertical-align: baseline;
}

.Parts-btn-planChoiceOpen .Parts-btn-planChoiceOpen__text {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 4.4vw;
  transition: opacity .5s;
}

.Parts-btn-planChoiceOpen .Parts-btn-planChoiceOpen__text.-default {
  opacity: 1;
}

.Parts-btn-planChoiceOpen .Parts-btn-planChoiceOpen__text.-active {
  opacity: 0;
}

.Parts-btn-planChoiceOpen:before {
  content: '';
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  display: block;
  width: 12.5vw;
  height: 4px;
  border-radius: 2px;
  background: #104000;
}

.Parts-btn-planChoiceOpen:focus {
  outline: none;
}

.Parts-btn-planChoiceOpen.-active {
  color: #53a530;
  pointer-events: none;
}

.Parts-btn-planChoiceOpen.-active .Parts-btn-planChoiceOpen__bg {
  opacity: 0;
}

.Parts-btn-planChoiceOpen.-active .Parts-btn-planChoiceOpen__text.-default {
  opacity: 0;
}

.Parts-btn-planChoiceOpen.-active .Parts-btn-planChoiceOpen__text.-active {
  opacity: 1;
}

.Parts-btn-planChoiceOpen.-active .Parts-btn-planChoiceOpen__label {
  left: -100%;
}

@media (min-width: 560px) {
  .Parts-btn-planChoiceOpen {
    height: 100px;
  }

  .Parts-btn-planChoiceOpen .Parts-btn-planChoiceOpen__text {
    font-size: 2.4rem;
  }

  .Parts-btn-planChoiceOpen .Parts-btn-planChoiceOpen__label {
    width: 106px;
    top: -14px;
  }

  .Parts-btn-planChoiceOpen:before {
    width: 70px;
  }
}

.Parts-btn-planChoiceClose {
  position: absolute;
  top: 3vw;
  left: 3vw;
  display: block;
  width: 8vw;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  border: none;
  background: none;
}

.Parts-btn-planChoiceClose:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.Parts-btn-planChoiceClose span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.Parts-btn-planChoiceClose span:before,
.Parts-btn-planChoiceClose span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 3px;
  background: #133120;
  border-radius: 1.5px;
  width: 60%;
}

.Parts-btn-planChoiceClose span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.Parts-btn-planChoiceClose span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.Parts-btn-planChoiceClose:focus {
  outline: none;
}

.ChoiceBox .ChoiceBox__title {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -.02em;
  margin-bottom: 6vw;
}

.ChoiceBox .ChoiceBox__title span {
  display: inline-block;
  font-weight: inherit;
  font-size: 125%;
  line-height: 1em;
  color: #619f51;
  margin-right: .3em;
}

.ChoiceBox .ChoiceBox__choices {
  box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}

.ChoiceBox .ChoiceBox__choiceList {
  display: flex;
  width: 100%;
}

.ChoiceBox .ChoiceBox__choice {
  width: 100%;
  border-right: 1px solid #cfcfcf;
}

.ChoiceBox .ChoiceBox__choice input {
  display: none !important;
}

.ChoiceBox .ChoiceBox__choice input:checked+.ChoiceBox__choiceBox {
  background: #edf6ea;
}

.ChoiceBox .ChoiceBox__choice input:checked+.ChoiceBox__choiceBox span {
  color: #619f51;
}

.ChoiceBox .ChoiceBox__choice:first-child:nth-last-child(3),
.ChoiceBox .ChoiceBox__choice:first-child:nth-last-child(3)~.ChoiceBox__choice {
  width: 50%;
}

.ChoiceBox .ChoiceBox__choice:first-child:nth-last-child(3),
.ChoiceBox .ChoiceBox__choice:first-child:nth-last-child(3)~.ChoiceBox__choice {
  width: 33.3333%;
}

.ChoiceBox .ChoiceBox__choice:first-child:nth-last-child(4),
.ChoiceBox .ChoiceBox__choice:first-child:nth-last-child(4)~.ChoiceBox__choice {
  width: 25%;
}

.ChoiceBox .ChoiceBox__choice:last-child {
  border-right: none;
}

@media (min-width: 768px) {
  .ChoiceBox .ChoiceBox__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 1.6rem;
    line-height: 1.8em;
    margin-bottom: 16px;
  }
}

.Parts-choiceBox {
  display: block;
  padding: 4vw 0;
}

.Parts-choiceBox .Parts-choiceBox__main {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  font-size: 4vw;
  font-weight: 700;
  color: #666;
  margin-bottom: 1.5vw;
  margin-bottom: 10px;
}

.Parts-choiceBox .Parts-choiceBox__main span {
  display: inline-block;
  font-size: 220%;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -.03em;
  color: #666;
  margin: 0 .07em .07em 0;
}

.Parts-choiceBox .Parts-choiceBox__text {
  display: block;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.4em;
  color: #666;
}

@media (min-width: 768px) {
  .Parts-choiceBox {
    padding: 0;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  .Parts-choiceBox .Parts-choiceBox__main {
    width: 100%;
    font-size: 1.6rem;
  }

  .Parts-choiceBox .Parts-choiceBox__main span {
    font-size: 200%;
  }

  .Parts-choiceBox .Parts-choiceBox__text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4em;
  }

  .Parts-choiceBox:hover {
    opacity: .7;
    cursor: pointer;
  }
}

.Parts-choiceBox {
  padding: 10px 0;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
}

.Parts-choiceBox[data-for-popular-plan="158"]::before,
.Parts-choiceBox[data-for-popular-plan="174"]::before,
.Parts-choiceBox[data-for-popular-plan="163"]::before,
.Parts-choiceBox[data-for-popular-frequency="2"]::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url('https://img.nosh.jp/images/chefly/plan/form_icon_popular_01--20220818.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.Parts-choiceBox.week {
  height: 120px;
}

.Parts-choiceBox .Parts-choiceBox__main {
  width: 100%;
  font-size: 1.6rem;
}

.Parts-choiceBox .Parts-choiceBox__main span {
  font-size: 200%;
}

.Parts-choiceBox .Parts-choiceBox__text {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4em;
}

.Parts-choiceBox .Parts-choiceBox__text em {
  color: #666;
  display: block;
  font-size: 1.2rem;
  font-style: normal;
  padding: 0px 0 0 0;
}

.Parts-choiceBox .Parts-choiceBox__text span {
  color: #666;
  font-size: 1.4rem;
}

.Parts-choiceBox .Parts-choiceBox__text span span {
  font-size: inherit;
  position: relative;
  display: inline-block;
}

.Parts-choiceBox .Parts-choiceBox__text span span::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #8c8c8c;
}

.Parts-choiceBox .Parts-choiceBox__text span.price-without-tax {
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  color: #b90e0e !important;
}

.Parts-choiceBox .Parts-choiceBox__text span.price-without-tax::first-letter {
  font-size: 0.8em;
}

.Parts-choiceBox .Parts-choiceBox__text span.price {
  display: block;
  font-size: 10px;
  text-decoration: none;
}

.Parts-choiceBox .Parts-choiceBox__text span.price span.decimal {
  font-size: 8px;
  text-decoration: none;
  vertical-align: baseline;
}

.Parts-choiceBox .Parts-choiceBox__text span.price span.decimal::before {
  content: none;
}

.Parts-choiceBox .Parts-choiceBox__text span.title {
  display: block;
  width: 70%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 7.5px;
  margin: 10px auto;
  color: #f9e38b !important;
  background-color: #b90e0e;
  line-height: 1.4;
}

.Parts-choiceBox .Parts-choiceBox__text span.title.--4-plans {
  width: 90%;
}

.Parts-choiceBox .club {
  display: block;
  padding: 4px 0px;
  text-align: center;
}

.Parts-choiceBox .club span.tit {
  font-size: 0.9rem;
  padding: 4px 8px;
  line-height: 1;
  display: block;
  color: #FFFFFF;
  background-color: #1F3D06;
}

.Parts-choiceBox .club span:nth-child(2) {
  line-height: 2;
  font-size: 1.3rem;
  color: #1F3D06;
}

.Parts-choiceBox .club span:nth-child(3) {
  font-size: 1.0rem;
  color: #1F3D06;
}

.Parts-choiceBox:hover {
  opacity: .7;
  cursor: pointer;
}


.Parts-btn01.-disabled {
  background: #ddd;
  pointer-events: none;
}

.Parts-btn01:focus {
  outline: none;
}

.Parts-btn01:hover {
  cursor: pointer;
  opacity: .7;
}

.PlanChoice .PlanChoice__box {
  margin-bottom: 20px;
}

.PlanChoice p.club {
  text-align: center;
  padding: 0 0 15px 0;
}

.PlanChoice p.club a {
  padding: 2px 0 2px 30px;
  font-size: 1.2rem;
  color: #1F3D06;
  background:
    url(https://img.nosh.jp/images/chefly/club/i_club.png) center left / 18px no-repeat;
}

.PlanChoice .PlanChoice__submitBtn {
  display: block;
  width: 240px;
  margin: 0 auto;
}

.PlanChoicePanel {
  display: flex;
  border-radius: 8px;
  /* overflow: hidden;*/
  background: #fff;
  box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.1);
}

.Parts-btn01 {
  padding: 0;
  height: 50px;
  border-radius: 25px;
  background: #53a530;
  font-size: 1.6rem;
  border: none;
}

.Parts-btn01.-disabled {
  background: #ddd;
  pointer-events: none;
}

.PlanChoice .PlanChoice__submitBtn {
  display: block;
  width: 240px;
  margin: 0 auto;
}

.PlanChoice__box>p {
  font-size: clamp(10px, 3.125vw, 12px);
  padding-top: 20px;
  text-align: center;
  line-height: 1.5;
}
