@charset "UTF-8";

:root {
  --coop-blue: #1bbbcc;
  --coop-blue-h: #0fa1b1;

  --coop-orange: #ff7626;
  --coop-orange-h: #e25f12;

  --coop-green: #51b837;
  --coop-green-h: #249708;

  --coop-pink: #ff5697;

  --text: #4e2121;
  --b-text: #f7e7e7;
  --neutral: #333333;

  --b-pink: #fdedf2;
  --b-blue: #b9efff;
  --b-yellow: #fffbc7;
  --b-orange: #ffd1a9;

  --price: #ff2b6a;
  --price-accent: #fff046;

  --width: min(100%, 1000px);
  --width-sp: calc(100% - 20px);

  --ja: "Noto Sans JP";
  --mincho: "Noto Serif JP";
  --num: "Oswald";
  --trans: 0.2s ease-in-out;
}
html {
  scroll-behavior: smooth;
}
#contents {
  width: 100% !important;
  padding: 0;
  padding-top: 0;
  padding-bottom: 7.5rem;
  border-radius: 2rem;
  background-color: #fff !important;
}
#contents * {
  box-sizing: border-box;
  line-height: 1;
  font-feature-settings: "palt";
}
#contents section {
  width: var(--width);
  margin-left: auto;
  margin-right: auto;
  font-family: var(--ja);
}
#contents span {
  display: inline-block;
}
#contents img {
  display: block;
  user-select: none;
  pointer-events: none;
}
#contents img.coop {
  display: inline-block !important;
  margin-bottom: 0.25rem;
}
h1 {
  width: var(--width);
  margin: 0 auto;
  text-align: left;
  background-color: transparent !important;
}
h2 {
  width: stretch;
  margin: 0 !important;
  margin-bottom: 1rem !important;
  padding: 0.25rem 0 !important;
  border: none !important;
  border-radius: 5rem;
  font-weight: 600;
  color: var(--neutral) !important;
  background-color: var(--b-orange);
}
p {
  color: var(--neutral);
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

/* span */
span.cold1,
span.cold2,
span.allergy,
span.limit {
  margin-left: 0.5rem;
  padding: 0.25rem 0.3rem;
  border-radius: 0.25rem;
  line-height: 1;
  font-size: 0.85rem;
  color: #fff;
}
span.cold1 {
  background-color: #358310;
}
span.cold2 {
  background-color: #1a92f5;
}
span.allergy {
  background-color: #aaa;
}
span.limit {
  color: #0b3881;
  border: solid 1px #0b3881;
  margin: 0;
  margin-left: 0.35rem;
  background-color: #fff;
}
span.company {
  font-size: 0.7em;
  font-weight: normal;
}
span.reddish {
  font-weight: 600;
  color: var(--price);
}
span.underline {
  padding: 0 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 8px var(--price-accent);
}
p.price {
  padding: 0.5rem 3.5rem;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  border-radius: 6rem;
  color: #fff;
  background-color: var(--price);
}
p.price span.big {
  margin-right: 0.25rem;
  font-weight: 900;
  font-size: 2.5em;
  color: var(--price-accent);
}
span.num {
  font-family: var(--num) !important;
}
.big {
  font-size: 2em;
  vertical-align: -0.2rem;
}
.small {
  font-size: 0.8em;
}
.smallest {
  line-height: 1.3 !important;
  font-size: 0.7em;
}
span.exclamation {
  font-size: 1.2em;
  rotate: 15deg;
}
span.allergyBox {
  margin-left: 0.75rem;
  padding: 0.1rem 1rem;
  border: solid 1px #000;
}

@media screen and (max-width: 679px) {
  span.underline {
    padding-bottom: 0;
    border-bottom: solid 4px var(--price-accent);
  }
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

/* fv */
section:has(.fv) {
  margin-bottom: 5rem;
}
.fv-bg {
  margin-bottom: 2rem;
  padding: 2rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./images/fv-bg.webp);
}
.fv-title {
  width: fit-content;
  margin: 0 auto;
}
.fv-title img {
  width: 80%;
  margin: 0 auto;
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

/* item */
.item {
  padding-bottom: 2rem;
}
.item_card:has(+ .item_card) {
  margin-bottom: 7rem;
}
.item_card .main {
  margin-bottom: 2rem;
  padding: 2rem 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.item_card:nth-of-type(1) .main {
  background-image: url(./images/f-bg_01.webp);
}
.item_card:nth-of-type(2) .main {
  background-image: url(./images/f-bg_02.webp);
}
.item_card:nth-of-type(3) .main {
  background-image: url(./images/f-bg_03.webp);
}
.item_card:nth-of-type(4) .main {
  background-image: url(./images/f-bg_04.webp);
}
.item_card + p span {
  line-height: 1.4 !important;
}

.sub {
  position: relative;
}
.sub img:not(.pac) {
  border-radius: 1rem;
}
.sub img.pac {
  position: absolute;
  content: "";
  bottom: 0.5rem;
  right: 0.75rem;
  width: 5rem;
  filter: drop-shadow(0 0 4px rgb(0 0 0 / 0.4));
}

p:has(.itemName) {
  line-height: 1.5 !important;
}
.itemName {
  width: 100%;
  margin-bottom: 0.25rem;
  padding-bottom: 0.35rem;
  border-bottom: solid 1px #555;
  font-size: 1.15rem;
  font-weight: 700;
}
.itemName img {
  width: 2.5rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.itemName .small {
  font-size: 0.8em;
}
.item_intro .heavy {
  font-size: 0.95rem;
}
.sentence {
  font-size: 0.85em;
  line-height: 1.6 !important;
  text-align: left;
}

.item_title {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 1.4 !important;
  letter-spacing: 0.035em;
  font-size: 1.75rem;
  font-family: var(--mincho);
  font-weight: 700;
}
.item_title .underColor {
  padding: 0 0.5rem;
  padding-bottom: 0.25rem;
  background: linear-gradient(to bottom, transparent 55%, #fdf95c 55%);
}
.item_title.octo {
  font-size: 1.5rem;
}

.campaign-limit {
  margin-top: 3rem;
  text-align: center;
  font-size: 2.5rem;
}
.campaign-limit p {
  line-height: 1;
}
.campaign-limit p:has(+ p) {
  margin-bottom: 2.5rem;
}
.campaign-limit a {
  position: relative;
  padding: 0.75rem 6rem;
  border-radius: 5rem;
  font-size: 1.75rem;
  color: #fff;
  background-color: var(--coop-blue);
  transition: var(--trans);
}
.campaign-limit a::before {
  position: absolute;
  content: "";
  top: calc(50% - (1.1rem / 2));
  right: calc(50% - (22rem / 2));
  width: 0.7rem;
  height: 1.1rem;
  background-color: #fff;
  transition: var(--trans);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 680px) {
  .campaign-limit a:hover {
    background-color: var(--coop-blue-h);
  }
  .campaign-limit a:hover::before {
    right: calc(50% - (23rem / 2));
  }
}

.attention {
  width: var(--width-sp);
  margin: 0 auto;
  margin-top: 4rem;
}
.attention p {
  width: calc(80% + 2rem);
  margin: 0 auto;
  line-height: 1.7 !important;
  font-size: 0.95em;
}
.attention .allergyBox {
  margin: 0;
}
.attention sup {
  font-size: 0.6em;
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

/* delivery */
section:has(.delivery) {
  margin-top: 6.5rem;
  margin-bottom: 5rem;
  padding-top: 5.5rem;
  border-top: dotted 5px #ccc;
}
.delivery div:has(.copy) {
  margin-top: 1.5rem;
}
.delivery p.copy {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.75rem;
  text-align: center;
}
.delivery p.copy .num {
  line-height: 1.5 !important;
}
.delivery .marker {
  background: linear-gradient(to bottom, transparent 70%, #fdf95c 70%);
  margin: 0 0.1em;
  padding: 0 0.15em;
  padding-bottom: 0.15em;
  font-weight: 600;
}
.delivery_img {
  width: 80%;
  margin: 3rem auto;
  margin-bottom: 6rem;
  /* filter: drop-shadow(3px 3px 5px rgb(0 0 0 / 0.2)); */
}

h3.delivery_obi {
  margin-bottom: 1.5rem !important;
  padding: 0.25rem 0 !important;
  border: none !important;
  border-radius: 5rem;
  font-weight: 500;
  text-align: center;
  color: var(--neutral) !important;
  background-color: var(--b-orange);
}
.line {
  position: relative;
  overflow: hidden;
}
.line::before,
.line::after,
.line .abs {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(50% - (1000px / 2));
  background-image: url(./images/line.webp);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 0 0;
  width: 100%;
  height: 2rem;
}
.line::after {
  top: 51.3%;
  left: calc(50% - ((1000px + 2rem) / 2));
  rotate: 90deg;
}
.line .abs {
  top: calc(50% - ((1.4rem + 0.75rem + 0.75rem + 4px) / 2));
  left: calc(50% - ((16rem + 4px) / 2));
  background: none;
  width: fit-content;
  height: auto;
  padding: 0.75rem 3rem;
  border: solid 2px var(--neutral);
  border-radius: 5rem;
  font-size: 1.4rem;
  color: var(--neutral);
  background-color: var(--b-orange);
  z-index: 1;
}
.del {
  padding: 2.75rem 1rem;
  padding-left: 1.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
}

.trim-circle {
  position: relative;
  border-radius: 50%;
  width: 35%;
  aspect-ratio: 1;
}
.trim-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid 3px #fff;
  border-radius: 50%;
  z-index: 1;
}
p:has(span.title) {
  position: relative;
  width: 65%;
  line-height: 1.5 !important;
  font-size: 1.2rem;
  z-index: 1;
}
p span.title {
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 1.1em;
  font-weight: 600;
}
p span.title span.small {
  font-size: 0.8em;
}
.quest-img {
  width: 40rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

/* point */
section:has(.point) {
  width: var(--width);
  margin: 0 auto;
  margin-top: 10rem;
}
.point .flex {
  width: var(--width);
  margin: 0 auto;
}
.point > div {
  padding: 1rem;
}
.point .back-color {
  padding: 2rem 0;
}
.back-color:has(+ .back-color) {
  position: relative;
}
.back-color:has(+ .back-color)::before {
  position: absolute;
  content: "";
  bottom: -2rem;
  left: calc(50% - (1000px / 2));
  background-image: url(./images/line.webp);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 0 0;
  width: 100%;
  height: 2rem;
}
h3.point-flag {
  width: fit-content;
  margin: 0 auto !important;
  padding: 0 !important;
  border: none !important;
}
h3.point-flag img {
  width: 70%;
  margin: 0 auto;
}
.point_title {
  font-size: 1.4rem;
  font-weight: 600;
}

.point_title span.num,
.point > div .point_title span.num::before,
.point > div .point_title span.num::after {
  width: 2.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
}
.point_title span.num {
  line-height: 2.5rem !important;
  font-size: 1.25em;
  text-align: center;
}
.point > div .point_title span.num {
  position: relative;
  z-index: 0;
}
.point > div .point_title span.num::before,
.point > div .point_title span.num::after {
  position: absolute;
  content: "";
}
.point > div .point_title span.num::before {
  top: 0;
  left: 0;
  border: solid 1px #555;
}
.point > div .point_title span.num::after {
  top: 0.35rem;
  left: 0.35rem;
  z-index: -1;
}
.point > div:nth-of-type(1) .point_title span.num::after,
.point > div:nth-of-type(2) .point_title span.num::after {
  background-color: var(--b-orange);
}
/* .point > div:nth-of-type(1) .point_title span.num::after {
  background-color: var(--b-yellow);
}
.point > div:nth-of-type(2) .point_title span.num::after {
  background-color: var(--b-blue);
} */

.point_title span.num + span {
  line-height: 1.4 !important;
}
.point_title span.small {
  font-size: 0.9em;
}
.point_title span.big {
  font-size: 1.25em;
}
.back-color:nth-of-type(1) span.small,
.back-color:nth-of-type(1) span.big,
.back-color:nth-of-type(2) span.small,
.back-color:nth-of-type(2) span.big,
.white-title {
  /* background-repeat: repeat-x;
  background-size: 100% 35%;
  background-position: 0 0.7em;
  margin-left: -0.5em;
  padding: 0 0.5em;
  padding-bottom: 0.5em; */
  padding: 0 0.2em;
  padding-bottom: 0.1em;
  background: linear-gradient(to bottom, #fff 60%, var(--b-orange) 61%);
}
/* .back-color:nth-of-type(1) span.small,
.back-color:nth-of-type(1) span.big {
  background-image: url(./images/marker_y.webp);
} */
/* .back-color:nth-of-type(2) span.small,
.back-color:nth-of-type(2) span.big {
  background-image: url(./images/marker_b.webp);
} */
.point_title span.en {
  font-size: 1.2em;
}
.point_title .exclamation {
  margin-left: 0.15em;
  font-size: 1.1em;
  vertical-align: -0.05em;
}
.point_sentence {
  line-height: 1.6 !important;
}

.white-back {
  position: relative;
  padding: 1rem;
  border: solid 2px #555;
  border-radius: 1rem;
}
.white-back::before,
.white-back::after {
  position: absolute;
  content: "";
  top: calc(50% - (2.5rem / 2));
  width: 2rem;
  aspect-ratio: 1;
  rotate: 45deg;
}
.white-back::before {
  left: -1.1rem;
  background-color: #333;
}
.white-back::after {
  left: calc(-1.1rem + 2.5px);
  background-color: #fff;
}
.white-back > * {
  width: 50%;
}
.white-back p {
  line-height: 1.6 !important;
}
.back-color:last-of-type .white-back {
  padding-left: 2rem;
}
.white-title {
  display: inline-block !important;
  padding-bottom: 0.25em;
  font-size: 1.5rem;
  font-weight: 600;
  /* background-image: url(./images/marker_yy.webp); */
  background: linear-gradient(to bottom, transparent 70%, #fdf95c 70%);
}
.box {
  margin-top: 0.5rem;
}
.box-img {
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
.box-img p {
  margin: 0.25rem 0;
  text-align: center;
}
.box-img span {
  padding: 0.25rem 1rem;
  border-radius: 5rem;
  color: #fff;
  background-color: var(--coop-blue-h);
}
.e-friends > div {
  width: 30%;
}
.e-friends img {
  border: solid 1px #aaa;
}
.d-a {
  position: relative;
}
.d-a::before {
  position: absolute;
  content: "";
  top: -3.25rem;
  left: -1.15rem;
  width: 5rem;
  height: 2.5rem;
  background-image: url(./images/dashed-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  rotate: 30deg;
  z-index: 3;
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

/* about */
section:has(.about) {
  margin-top: 10rem;
}
.about > p {
  line-height: 1.5 !important;
  text-align: center;
}
.about p .small {
  line-height: 1.4 !important;
  font-size: 0.9em !important;
}
.now {
  position: relative;
  line-height: 1.5 !important;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.now::before,
.now::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 3rem;
  background-image: url(./images/shining.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.now::before {
  top: -2rem;
  left: calc(50% - (14rem / 2));
  transform: scaleX(-1);
  rotate: 15deg;
}
.now::after {
  top: -1rem;
  right: calc(50% - (15rem / 2));
  rotate: -15deg;
}
.now span {
  position: relative;
  font-size: 1.2em;
  color: var(--coop-orange);
}
.now span::before,
.now span::after {
  position: absolute;
  content: "";
  top: 0.75rem;
  width: 0.3rem;
  height: 1.2rem;
  background-color: var(--coop-orange);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.now span::before {
  left: calc(50% - (6.5rem / 2));
  rotate: -35deg;
}
.now span::after {
  right: calc(50% - (7rem / 2));
  rotate: 35deg;
}

.no-price {
  margin-bottom: 2rem;
}
.no-price img {
  width: 55%;
  margin: 0 auto;
}
.no-price p {
  text-align: center;
}

.about-obi {
  width: 100%;
  padding: 0.1rem 0;
  border-radius: 5rem;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: var(--coop-orange);
}
.about-obi .big {
  margin: 0 0.25rem !important;
  font-size: 1.5em !important;
  font-weight: normal;
}
.about .orange {
  color: var(--coop-orange);
}

.become-free p {
  font-size: 1.75rem;
}
.become-free + p {
  line-height: 1.4 !important;
}
.become-free .small,
.arrow {
  font-size: 0.8em;
  text-align: center;
}
.about .orange .big {
  font-size: 2em !important;
}
.arrow {
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
.arrow::before {
  position: absolute;
  content: "";
  top: calc(50% - (2.75rem / 2));
  left: calc(50% - (4.25rem / 2));
  width: 4.5rem;
  aspect-ratio: 1;
  transform: scaleX(0.5);
  background-image: url(./images/table-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.fee {
  padding: 1.25rem 1rem;
  border-radius: 1rem;
  /* background-color: #f8f5f0; */
  background-color: var(--b-pink);
}
.about .fee {
  background-color: #e3fcff;
}
.fee > p {
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
.fee table {
  width: 100%;
  border-collapse: collapse;
}
.fee th,
.fee td {
  padding: 0.65rem 0;
  border: solid 1px var(--neutral);
  border-left: none;
  border-right: none;
  font-size: 1.1em;
  text-align: center;
  color: var(--neutral);
}
.fee th:first-of-type,
.fee td:first-of-type {
  border-left: none;
}
.fee th:last-of-type,
.fee td:last-of-type {
  border-right: none;
}
.fee th {
  border-top: solid 2px var(--neutral);
  font-size: 0.8em;
}
.fee tr:last-of-type td {
  border-bottom: solid 2px var(--neutral);
}
.fee th .small,
.fee td .small {
  line-height: 1.6 !important;
  font-size: 0.8em;
}
td.rowspan {
  border-bottom: solid 2px var(--neutral);
}
.free {
  font-size: 2.75rem;
  font-weight: bold;
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

/* support */
section:has(.support) {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.support p {
  text-align: center;
}
.support + p {
  margin-top: 0.75rem;
  line-height: 1.5 !important;
}
.support + p b:last-of-type {
  display: inline-block;
  margin-top: 0.75rem;
}
.support > div:has(img) {
  width: 50%;
  margin: 2rem auto;
}
.support > div:has(img) span:not(.small) {
  display: block !important;
  margin: 0 auto;
  margin-top: 0.75rem;
  line-height: 1.1 !important;
  font-size: 0.9em;
  text-align: center;
}
.support .table-bottom {
  margin-bottom: 0.5rem;
}
.item .orange,
.delivery .orange,
.support .orange,
.point .orange {
  color: var(--coop-orange);
}
.item .sun-title,
.delivery .sun-title,
.support .sun-title,
.point .sun-title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border-bottom: dashed 1px #555;
  letter-spacing: 0.05em;
  font-size: 2.25rem;
  font-weight: 600;
}
.delivery .sun-title,
.point .sun-title {
  margin-bottom: 2rem;
}
.item .sun-title::before,
.delivery .sun-title::before,
.support .sun-title::before,
.point .sun-title::before {
  position: absolute;
  content: "";
  top: -1.25rem;
  right: -2rem;
  width: 5rem;
  height: 2.5rem;
  rotate: 30deg;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./images/sun-burst.webp);
}
.support .sun-title + p {
  margin-bottom: 1.5rem;
}
.support .sup-title + p {
  margin-bottom: 1.5rem;
  line-height: 1.4 !important;
}
.support .fee .lh {
  padding-top: 0.35em;
  line-height: 1.2 !important;
}
.support th,
.support td {
  /* padding-left: 0.5rem; */
  /* padding-right: 0.5rem; */
  border-left: none;
  border-right: none;
}
.support_texts {
  margin-top: 1rem;
}
.support_texts p {
  margin: 0;
  line-height: 1.5 !important;
  text-align: left;
}
.sup_flex > .support_texts:first-of-type {
  padding-right: 2rem;
  padding-bottom: 1rem;
  border-right: dashed 1px #ddd;
}
.sup_texts_title {
  display: inline-block;
  background: linear-gradient(#fff 69%, var(--b-orange) 70%);
  font-weight: 700;
}
.sup_texts_title .small {
  margin-left: 0.25rem;
}
.sup_flex {
  margin: 2rem 0;
}
.birth {
  margin-top: 1rem !important;
  padding: 1rem;
  border: solid 2px var(--b-orange);
  text-align: center !important;
}
.birth .flex {
  display: flex !important;
  margin-top: 0.5rem;
}
.birth .price_circle {
  display: grid;
  place-content: center;
  width: 5.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--coop-blue);
}
.birth .num {
  font-size: 2rem;
  vertical-align: -0.1rem;
}
.birth .small:first-of-type,
.birth .small:last-of-type {
  font-weight: 900;
}
.birth .small:first-of-type {
  font-weight: normal;
  font-size: 0.9rem;
}
.birth .small:last-of-type {
  font-weight: normal;
  font-size: 1rem;
}
.birth .text {
  font-size: 1.25rem;
  font-weight: 600;
}
.birth .pe {
  font-size: 1.5rem;
  font-weight: bold;
  color: #555;
}

.yajirushi {
  margin-bottom: 3.5rem;
}
.yajirushi img {
  width: 35%;
  margin: 0 auto;
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

/* step */
section:has(.step) {
  margin-top: 6.5rem;
}
.step > p {
  font-size: 1.5rem;
  text-align: center;
  color: var(--text);
}
.step .step_title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5 !important;
}
.step_title .big {
  position: relative;
  font-size: 1.5em;
}
.step_title .big::before,
.step_title .big::after {
  position: absolute;
  content: "";
  top: 1.25rem;
  width: 0.4rem;
  height: 2rem;
  background-color: var(--text);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.step_title .big::before {
  left: calc(50% - (11.5rem / 2));
  rotate: -30deg;
}
.step_title .big::after {
  right: calc(50% - (11.5rem / 2));
  rotate: 30deg;
}

.step .flow {
  position: relative;
  width: 70%;
  margin: 0 auto;
  margin-top: 1.5rem;
  overflow-x: hidden;
  z-index: 2;
}
.flow::after {
  position: absolute;
  content: "";
  top: -3.9rem;
  left: calc(50% - (1.1rem / 2));
  width: 1rem;
  height: 100%;
  background-image: url(./images/arrow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.step .flow div:not(.not) {
  border: solid 2px var(--text);
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #fff;
}
.step .flow div:has(+ div) {
  position: relative;
  margin-bottom: 2rem;
}
.step .flow div:has(+ div)::before {
  position: absolute;
  content: none;
  bottom: -1.6rem;
  left: calc(50% - (1.5rem / 2));
  width: 1.5rem;
  height: 0.9rem;
  background-color: var(--text);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.step .flow .num {
  margin-right: 1rem;
  padding: 1rem;
  vertical-align: -0.6rem;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--text);
}
.flow span.orange {
  color: var(--coop-orange);
}
.flow .not {
  padding-top: 0.5rem;
  line-height: 1.6 !important;
  text-align: center;
  color: var(--text);
}
.flow .not b {
  font-size: 1.4em;
}

.step .start {
  margin: 2.5rem 0;
  text-align: center;
}
.step .start > p {
  line-height: 1.4 !important;
  font-size: 1.25rem;
  color: var(--text);
}
.step .start .small {
  font-size: 0.8em;
}
.step .waku {
  border: solid 2px var(--text);
  background-color: #f8f5f0;
}
.step .waku p {
  margin: 0;
  color: var(--text);
}
.step .waku p:first-of-type {
  padding: 1rem 0;
  font-weight: bold;
  background-color: var(--b-text);
}
.step .waku p:last-of-type {
  padding: 1rem 0;
  line-height: 1.4 !important;
  background-color: #fff;
}

.cta {
  margin-top: 2rem;
}
.cta a {
  position: relative;
  display: block;
  width: 26rem;
  padding: 1.5rem 0;
  border: solid 2px var(--neutral);
  border-radius: 5rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  transition: var(--trans);
}
.cta div:nth-of-type(1) a {
  border-color: #532f11;
  color: #532f11;
  background-color: #ffbf87;
}
.cta div:nth-of-type(2) a {
  border-color: #124852;
  color: #124852;
  background-color: #a8ecf0;
}
.cta div:nth-of-type(3) a {
  border-color: #145212;
  color: #145212;
  background-color: #b8f1a8;
}
@media screen and (min-width: 680px) {
  .cta div:nth-of-type(1) a:hover {
    background-color: #f0a564;
  }
  .cta div:nth-of-type(2) a:hover {
    background-color: #70d4db;
  }
  .cta div:nth-of-type(3) a:hover {
    background-color: #91da7d;
  }
  .cta a:hover::before {
    right: calc(50% - (17.5rem / 2));
  }
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

/* fixed */
.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 90px;
  box-shadow: 0 0 5px 5px rgb(100 100 100 / 0.1);
  background-color: #fff;
  z-index: 100;
}
.fixed-btn a {
  position: relative;
  padding: 0.75rem 6rem;
  border: solid 2px #532f11;
  border-radius: 5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #532f11;
  background-color: #ffbf87;
  transition: var(--trans);
}
.fixed-btn a::before {
  position: absolute;
  content: "";
  top: calc(50% - (1rem / 2));
  right: calc(50% - (25rem / 2));
  width: 0.7rem;
  height: 1.1rem;
  background-color: #7e471b;
  transition: var(--trans);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (min-width: 680px) {
  .fixed-btn a:hover {
    background-color: #f0a564;
  }
  .fixed-btn a:hover::before {
    right: calc(50% - (26rem / 2));
  }
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

/* footer */
footer {
  margin: 0 !important;
}
.rights {
  margin-top: 5rem;
  text-align: center;
  color: var(--neutral);
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

/* SP */
@media screen and (max-width: 679px) {
  #bgc {
    padding-top: 1.5rem;
  }
  #contents {
    margin: 0 !important;
    padding: 1rem 0;
    padding-bottom: 7rem;
    border-radius: 1.5rem;
  }
  #contents section {
    width: 100%;
  }
  #contents a:active {
    transform: scale(0.9);
  }
  h1 {
    width: var(--width-sp);
    text-align: left;
  }
  h2 {
    margin: 0 0.5rem !important;
    margin-bottom: 1rem !important;
  }

  /* fv */
  section:has(.fv) {
    margin-bottom: 3rem;
  }
  .fv {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .fv-bg {
    padding: 1rem 0;
  }
  .fv-title img {
    width: 90%;
  }

  /* -------------------------------- */
  /* -------------------------------- */
  /* -------------------------------- */

  /* item */
  section:has(.item) {
    width: var(--width-sp);
    margin-top: 1rem;
  }
  .item {
    padding: 0;
  }
  .item_card:has(+ .item_card) {
    margin-bottom: 3.5rem;
  }
  .item_card .main {
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
  }
  .item_card .main img {
    border-radius: 1rem;
  }
  .item_card .main img,
  .item_intro {
    width: calc(100% - 1rem);
    margin: 0 auto;
  }

  .item_title {
    margin-bottom: 0.5rem;
    letter-spacing: 0.025em;
    font-size: 1.5rem;
  }
  .item_title .underColor {
    padding: 0 0.5rem;
    padding-bottom: 0.25rem;
    background: linear-gradient(to bottom, transparent 55%, #fdf95c 55%);
  }

  .campaign-limit {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  .campaign-limit > p:nth-of-type(1) {
    padding: 0;
  }
  .campaign-limit .underline {
    padding: 0;
    line-height: 1.5 !important;
  }
  .campaign-limit p:has(+ p) {
    margin-bottom: 2.5rem;
  }
  .campaign-limit a {
    display: block !important;
    width: 100%;
    padding: 0.75rem 0;
    font-size: 1.25rem;
  }
  .campaign-limit a::before {
    top: calc(50% - (1rem / 2));
    right: calc(50% - (15rem / 2));
    width: 0.65rem;
    height: 1rem;
  }
  .attention p {
    width: 100%;
  }

  /* -------------------------------- */
  /* -------------------------------- */
  /* -------------------------------- */

  /* delivery */
  section:has(.delivery),
  section:has(.about),
  section:has(.more),
  section:has(.support),
  section:has(.campaign),
  section:has(.step) {
    width: var(--width-sp) !important;
  }
  section:has(.delivery) {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .delivery > div:has(+ div) {
    margin-bottom: 5rem;
  }
  .delivery div:has(.copy) {
    margin-top: 0;
  }
  .delivery p.copy {
    font-size: 1.35rem;
  }
  .delivery p.copy .num {
    line-height: 1.6 !important;
  }
  .delivery_img {
    width: 100%;
    margin: 2rem auto;
  }
  h3.delivery_obi,
  .del {
    margin-bottom: 0.75rem !important;
  }
  h3.delivery_obi {
    margin-top: 3rem !important;
    margin-bottom: 1.5rem !important;
  }
  .del {
    position: relative;
    padding: 1rem 0;
  }
  .del::before {
    position: absolute;
    content: "";
    bottom: -1.35rem;
    left: 0;
    background-image: url(./images/line-sp.webp);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: 0 0;
    width: 100%;
    height: 1rem;
  }
  .line {
    text-align: center;
  }
  .line p {
    text-align: left;
  }
  .line::before,
  .line::after {
    display: none;
  }
  .line .abs {
    position: static;
    margin-top: 2rem;
  }
  p:has(span.title) {
    line-height: 1.5 !important;
    font-size: 1rem;
  }
  p span.title::before {
    left: -1.1rem;
  }
  .quest-img {
    width: var(--width-sp);
    margin: 0 auto;
  }

  /* -------------------------------- */
  /* -------------------------------- */
  /* -------------------------------- */

  /* point */
  section:has(.point) {
    width: 100% !important;
    margin-top: 4rem;
  }
  .point_title {
    padding-left: 1rem;
  }
  .point_sentence {
    width: var(--width-sp);
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }

  .back-color {
    width: var(--width-sp);
    margin: 0 auto;
    padding: 0 !important;
  }
  .white-back {
    width: 100%;
  }
  .white-back > * {
    width: 100%;
  }
  .back-color:first-of-type .white-back {
    margin-bottom: 2rem !important;
  }
  .white-back::before,
  .white-back::after {
    content: none;
  }
  .back-color p:not(.d-a) {
    margin-top: 1.5rem;
  }
  .d-a::before {
    background-image: none;
  }

  /* -------------------------------- */
  /* -------------------------------- */
  /* -------------------------------- */

  /* about */
  section:has(.about) {
    margin-top: 4rem;
  }
  .become-free p {
    font-size: 2.25rem;
  }
  .fee:has(+ .fee) {
    margin-bottom: 1rem;
  }
  .fee th,
  .fee td {
    padding: 0.6rem 0.25rem;
  }
  .about .fee th,
  .about .fee td {
    font-size: 0.95em;
  }
  .free {
    font-size: 2.5rem;
  }
  .become-free + p {
    text-align: center;
  }
  .become-free .small {
    font-size: 0.65em;
  }
  .no-price img {
    width: 90%;
  }

  /* -------------------------------- */
  /* -------------------------------- */
  /* -------------------------------- */

  /* more */
  section:has(.more) {
    margin-top: 3rem;
  }
  .more-copy p {
    margin: 0;
    line-height: 3.6 !important;
    font-size: 1.25rem;
  }
  .more .marker {
    background-size: 100% 40%;
    background-position: 0 1.6em;
    padding: 0 1rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
    line-height: 1.5 !important;
  }
  .more-copy span.underline {
    padding-bottom: 0.5rem;
  }
  .more-title {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    font-size: 1.25rem;
    text-align: left;
  }

  .baby {
    margin-bottom: 2.5rem;
  }
  .warm {
    margin-top: 1.5rem;
  }
  .support + p {
    font-size: 0.95rem;
  }
  .support p.sp-title {
    width: 80%;
    margin: 0 auto;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
    color: var(--coop-orange);
  }
  .more th {
    display: none;
  }
  .more td {
    font-size: 1rem;
  }
  .more td:first-of-type {
    width: 50%;
    padding-left: 1rem;
    border-left: solid 2px var(--b-orange);
    border-radius: 5rem 0 0 5rem;
  }
  .more td:nth-of-type(2) {
    width: 15%;
  }
  .more td:last-of-type {
    font-size: 1.2em;
  }

  /* -------------------------------- */
  /* -------------------------------- */
  /* -------------------------------- */

  /* support */
  section:has(.support) {
    margin: 6rem 0;
  }
  .support th,
  .support td {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
  }
  .support .fukidashi {
    display: none !important;
  }
  .support_texts:first-of-type {
    padding-right: 0 !important;
    border: none !important;
  }
  .item .sun-title,
  .delivery .sun-title,
  .support .sun-title,
  .point .sun-title {
    width: 100%;
    text-align: center;
  }
  .item .sun-title::before,
  .delivery .sun-title::before,
  .support .sun-title::before,
  .point .sun-title::before {
    right: 1.25rem;
  }
  .support_texts:last-of-type .sup_texts_title {
    display: inline;
  }
  .point .sun-title {
    width: var(--width-sp);
  }
  .item .sun-title {
    font-size: 2rem;
  }
  .yajirushi {
    margin-bottom: 2rem;
  }
  .yajirushi img {
    width: 80%;
  }
  .support > div:has(img) {
    width: 100%;
    margin: 2rem auto;
  }

  /* -------------------------------- */
  /* -------------------------------- */
  /* -------------------------------- */

  /* step */
  .step .flow {
    width: 100%;
  }
  .step .flow div {
    font-size: 1rem;
  }
  .step .flow div:has(+ div)::before {
    bottom: -1.3rem;
  }
  .step .flow .num {
    display: block !important;
    margin: 0;
  }
  .step .flow .num + span {
    padding-right: 1rem;
    line-height: 1.4 !important;
    font-size: 1.1rem;
  }
  .flow::after {
    top: -5.5rem;
    width: 1.25rem;
    background-position: bottom;
  }

  .step .start {
    margin-top: 2rem;
    text-align: center;
  }
  .step .start > p {
    line-height: 1.4 !important;
    font-size: 1.25rem;
  }
  .step .waku p:first-of-type,
  .step .waku p:last-of-type {
    padding: 0.75rem;
    line-height: 1.4 !important;
  }

  .cta a {
    display: block !important;
    width: 100%;
    padding: 0.75rem 0;
    font-size: 1.25rem;
    text-align: center;
  }
  .cta > div:has(+ div) {
    margin-bottom: 0.75rem;
  }

  /* -------------------------------- */
  /* -------------------------------- */
  /* -------------------------------- */

  /* fixed */
  .fixed-btn {
    height: 80px;
  }
  .fixed-btn a {
    margin: 0 0.5rem;
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
  }

  /* -------------------------------- */
  /* -------------------------------- */
  /* -------------------------------- */

  /* footer */
  .rights {
    margin-top: 2rem;
  }
}
