@charset "UTF-8";
/* mixin */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* common */
html {
  font-size: 62.5%;
}

@media screen and (max-width: 1620px) {
  html {
    font-size: 0.617vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.325vw;
  }
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.56;
  color: #484444;
  background: #f9f6f2;
  overflow-x: hidden;
}
body.fixed {
  width: 100%;
  position: fixed !important;
}

a {
  transition: opacity 0.1s;
}
a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

.l-wrap {
  overflow: hidden;
}

.l-container {
  max-width: 134rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 100%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.l-container.-small {
  max-width: 100rem;
}
/* layout */
.l-section {
  margin-top: 11.4rem;
}
/* header */
.l-header.-page {
  margin-top: 12.8rem;
}
@media screen and (max-width: 768px) {
  .l-header.-page {
    margin-top: 4rem;
  }
}

/* footer */
.l-footer__copy {
  background-color: #534741;
}
.l-footer__copy small {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  padding: 3.2rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__copy small {
    font-size: 1.4rem;
    padding: 2.4rem 0;
  }
}

/* title */
.c-title.-section {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .c-title.-section {
    margin-bottom: 3.2rem;
  }
}
.c-title.-section .c-title__en {
  display: block;
  height: 10rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .c-title.-section .c-title__en {
    max-width: 100%;
    height: 5.6rem;
    margin-bottom: 2.4rem;
  }
}
.c-title.-section .c-title__main {
  display: block;
  height: 7.2rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-title.-section .c-title__main {
    max-width: 100%;
    height: 3.4rem;
  }
}

/* text */
.c-sentence {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .c-sentence {
    font-size: 1.8rem;
  }
}
.c-sentence.-center {
  text-align: center;
}

/* kv */
.p-kv.-top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9rem;
  background-color: #534741;
}
@media screen and (max-width: 768px) {
  .p-kv.-top {
    height: 6.4rem;
  }
}
.p-kv.-top img {
  width: 35.4rem;
}
@media screen and (max-width: 768px) {
  .p-kv.-top img {
    width: 28rem;
  }
}
.p-kv.-bottom {
  position: relative;
  text-align: center;
  height: 98.7rem;
}
@media screen and (max-width: 768px) {
  .p-kv.-bottom {
    height: 92rem;
  }
}
.p-kv.-bottom .p-kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-kv.-bottom .p-kv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-kv.-bottom .p-kv__text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 2rem;
  width: 162rem;
}
@media screen and (max-width: 768px) {
  .p-kv.-bottom .p-kv__text {
    padding-top: 0;
    width: 100%;
  }
}
.p-kv__insta {
  position: absolute;
  top: 3rem;
  right: 6rem;
}
@media screen and (max-width: 768px) {
  .p-kv__insta {
    top: 4rem;
    right: 1rem;
  }
}
.p-kv__insta img {
  width: 12rem;
  height: 12rem;
}
@media screen and (max-width: 768px) {
  .p-kv__insta img {
    width: 4.8rem;
    height: 4.8rem;
  }
}

/* info */
.p-info {
  margin: 0;
  padding: 15rem 0;
  background-color: #f7efe9;
  background-image: url(../img/bg_info.png);
  background-size: 100%;
  background-position: 12rem bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-info {
    padding: 8rem 0;
    background-image: url(../img/sp/bg_info.png);
    background-position: top;
  }
}
.p-info__row {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-info__row {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.p-info__col {
  z-index: 2;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-info__col {
    width: 100%;
  }
}
.p-info__col + .p-info__col {
  z-index: 1;
}
.p-info__col p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 8rem;
  padding-right: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-info__col p {
    font-size: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-info__title {
  position: relative;
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-left: 15.5rem;
}
@media screen and (max-width: 768px) {
  .p-info__title {
    font-size: 3.2rem;
    padding-left: 10rem;
    margin-bottom: 2rem;
  }
}
.p-info__title::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 8rem;
  width: 6.1rem;
  height: 6rem;
  background: url(../img/ico_aomori.svg);
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .p-info__title::before {
    width: 5rem;
    height: 5rem;
    top: 0;
    left: 3rem;
  }
}
.p-info__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 5.4rem);
  height: 0.2rem;
  background-color: #bca89c;
}
@media screen and (max-width: 768px) {
  .p-info__title::after {
    width: 100%;
  }
}
.p-info__subtitle {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 600;
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  .p-info__subtitle {
    font-size: 2.3rem;
    padding-left: 0;
    letter-spacing: -0.03em;
  }
}
.p-info__img {
  position: absolute;
  top: -1rem;
  left: -4rem;
  width: 81.6rem;
}
@media screen and (max-width: 768px) {
  .p-info__img {
    position: initial;
    width: 100%;
  }
}

/* recipe */
.p-recipe {
  margin: 0;
  padding: 16.5rem 0;
  background-color: #f7efe9;
  background-image: url(../img/bg_recipe.jpg);
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-width: 768px) {
  .p-recipe {
    padding: 8rem 0;
    background-image: url(../img/sp/bg_recipe.jpg);
    background-position: 0 -9rem;
  }
}
.p-recipe__title {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 4.8rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-recipe__title {
    font-size: 3.8rem;
  }
}
.p-recipe__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 7rem;
}
@media screen and (max-width: 768px) {
  .p-recipe__wrap {
    row-gap: 11.2rem;
  }
}
.p-recipe__item {
  position: relative;
  display: flex;
  flex: 1;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-recipe__item {
    flex-direction: column;
  }
}
.p-recipe__img {
  width: 100%;
  max-width: 41.6rem;
  height: 41.6rem;
}
@media screen and (max-width: 768px) {
  .p-recipe__img {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.p-recipe__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recipe__contents {
  flex: 1;
}
.p-recipe__contents-title {
  width: 100%;
  background-color: #3f332a;
  border-radius: 2.1rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.1rem 0;
}
@media screen and (max-width: 768px) {
  .p-recipe__contents-title {
    display: none;
  }
}
.p-recipe__contents-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 2.8rem;
  background-color: #fff;
}
.p-recipe__contents-title p {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  width: 50%;
  padding-left: 2.4rem;
}
.p-recipe__contents-title p span {
  font-size: 2rem;
}
.p-recipe__contents-body {
  margin-top: 3rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-recipe__contents-body {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.p-recipe__material {
  width: 50%;
  padding-right: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-recipe__material {
    width: 100%;
    padding-right: 0;
  }
}
.p-recipe__material-title {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-recipe__material-title {
    display: block;
    width: 100%;
    background-color: #3f332a;
    border-radius: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.2rem 0;
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2.4rem;
  }
}
.p-recipe__material-list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #b4937b;
  padding: 0 2.5rem 1rem;
}
@media screen and (max-width: 768px) {
  .p-recipe__material-list li {
    font-size: 1.8rem;
    padding: 0 1.2rem 1rem;
  }
}
.p-recipe__material-list li + li {
  margin-top: 1rem;
}
.p-recipe__material-name {
  display: block;
  line-height: 1;
}
.p-recipe__material-volume {
  display: block;
  line-height: 1;
}
.p-recipe__material-volume span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-recipe__material-volume span {
    font-size: 1.6rem;
  }
}
.p-recipe__flow {
  width: 50%;
  padding-left: 2rem;
  padding-right: 3.4rem;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .p-recipe__flow {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-recipe__flow-title {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-recipe__flow-title {
    display: block;
    width: 100%;
    background-color: #3f332a;
    border-radius: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.2rem 0;
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2.4rem;
  }
}
.p-recipe__flow-list li {
  display: flex;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-recipe__flow-list li {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
.p-recipe__flow-number {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-recipe__flow-number {
    font-size: 2rem;
  }
}
.p-recipe__flow-desc {
  margin-top: 0.2rem;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-recipe__flow-desc {
    margin-top: 0.1rem;
    font-size: 1.8rem;
  }
}
.p-recipe__button {
  display: block;
  width: 100%;
  max-width: 68.5rem;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-recipe__button {
    margin-top: 6rem;
  }
}
.p-recipe__button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* campaign */
.p-campaign {
  margin: 0;
  padding: 6rem;
  background-image: url(../img/bg_campaign.jpg);
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-width: 768px) {
  .p-campaign {
    background-image: url(../img/sp/bg_campaign.jpg);
    padding: 8rem 2rem;
  }
}
.p-campaign__inner {
  position: relative;
  padding: 14rem 0;
  border: solid 0.5rem #534741;
}
@media screen and (max-width: 768px) {
  .p-campaign__inner {
    padding: 5.6rem 0;
  }
}
.p-campaign__inner::after {
  content: "";
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  right: 0;
  width: 134rem;
  height: 0.5rem;
  margin: auto;
  border-radius: 1rem;
  background-color: #534741;
}
@media screen and (max-width: 768px) {
  .p-campaign__inner::after {
    width: 36rem;
    height: 0.4rem;
  }
}
.p-campaign__corner {
  position: absolute;
  left: 0;
  width: 100%;
}
.p-campaign__corner::before, .p-campaign__corner::after {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../img/ico_corner.png);
  background-size: 100%;
}
.p-campaign__corner.-top {
  top: -0.3rem;
}
.p-campaign__corner.-top::before {
  top: 0;
  left: -0.3rem;
}
.p-campaign__corner.-top::after {
  top: 0;
  right: -0.3rem;
  transform: rotate(90deg);
}
.p-campaign__corner.-bottom {
  bottom: -0.3rem;
}
.p-campaign__corner.-bottom::before {
  bottom: 0;
  left: -0.3rem;
  transform: rotate(270deg);
}
.p-campaign__corner.-bottom::after {
  bottom: 0;
  right: -0.3rem;
  transform: rotate(180deg);
}

.p-flow {
  padding-bottom: 12.3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding-bottom: 5.6rem;
  }
}
.p-flow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background-image: url(../img/ico_dot3.svg);
  background-repeat: repeat-x;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .p-flow::before {
    width: 101%;
  }
}
.p-flow__title {
  display: flex;
  gap: 4rem;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  .p-flow__title {
    justify-content: center;
    width: 100%;
    margin-bottom: 5.6rem;
  }
}
.p-flow__title h2 {
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-flow__title h2 {
    font-size: 3.7rem;
  }
}
.p-flow__title span {
  position: relative;
  display: block;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-flow__title span {
    display: none;
  }
}
.p-flow__title span::before, .p-flow__title span::after {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  border-radius: 10rem;
  background-color: #3f332a;
}
.p-flow__title span::after {
  top: auto;
  bottom: 1.3rem;
}
.p-flow__subtitle {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .p-flow__subtitle {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
  }
}
.p-flow__lead {
  position: relative;
  font-size: 3.8rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 8rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-flow__lead {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.p-flow__lead::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 2.7rem;
  border-radius: 0.4rem;
  background-color: #ffffff;
  transform: skewX(40deg);
}
.p-flow__lead span {
  position: relative;
}
.p-flow__wrap {
  display: flex;
  justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-flow__wrap {
    flex-direction: column;
  }
}
.p-flow__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 37rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-flow__item::before {
  content: "";
  position: absolute;
  top: 2.8rem;
  right: -5.8rem;
  width: 5.5rem;
  height: 0.7rem;
  background-image: url(../img/img_flow_dots.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-flow__item::before {
    display: none;
  }
}
.p-flow__item img {
  max-width: 100%;
}
.p-flow__item:nth-child(1) .p-flow__img img {
  height: 17.4rem;
}
.p-flow__item:nth-child(2) .p-flow__img img {
  height: 23.5rem;
}
.p-flow__item:nth-child(3) .p-flow__img img {
  height: 20rem;
}
.p-flow__item:nth-last-child(1)::before {
  display: none;
}
.p-flow__step {
  display: block;
  width: 33rem;
  margin: 0 auto 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-flow__step {
    width: 26rem;
  }
}
.p-flow__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 4rem;
  border-radius: 2rem;
  background-color: #f7efe9;
}
.p-flow__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-flow__img {
    height: auto;
  }
}
.p-flow__img img {
  max-width: 100%;
  max-height: 100%;
}
.p-flow__text {
  padding: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-flow__text {
    padding: 0 2rem;
  }
}
.p-flow__text p {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-flow__text p {
    font-size: 2rem;
  }
}
.p-flow__text p.-left {
  text-align: left;
}
.p-flow__text p.-widthFit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-flow__text .marker {
  position: relative;
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__text .marker {
    font-size: 1.8rem;
  }
}
.p-flow__text .marker::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 1.6rem;
  border-radius: 0.4rem;
  background-color: #eacaa2;
  transform: skewX(40deg);
}
.p-flow__text .marker span {
  position: relative;
}
.p-flow__follow {
  margin-top: auto;
  text-align: center;
}
.p-flow__follow small {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-flow__follow a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto;
  padding: 1.25rem;
  color: #ffffff;
  border-radius: 1rem;
  background-color: #3f332a;
}
.p-flow__period {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .p-flow__period {
    margin-top: 6.4rem;
  }
}
.p-flow__period-title {
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-flow__period-title {
    font-size: 3.2rem;
  }
}
.p-flow__period-desc {
  margin-top: 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-flow__period-desc {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
.p-flow__period-desc span {
  font-size: 5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-flow__period-desc span {
    font-size: 3.6rem;
  }
}

.p-goods {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-goods {
    padding-top: 5.6rem;
  }
}
.p-goods__title {
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .p-goods__title {
    font-size: 3.8rem;
    margin-bottom: 2.4rem;
  }
}
.p-goods__img {
  width: 100%;
}

/* terms */
.p-terms {
  margin: 0;
  padding: 9rem 6rem;
  background-image: url(../img/bg_terms.jpg);
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-width: 768px) {
  .p-terms {
    padding: 8rem 0rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-terms {
    background-image: url(../img/sp/bg_terms.jpg);
  }
}
.p-terms__inner {
  padding: 8rem 6rem;
  border-radius: 2.4rem;
  background-color: #f7efe9;
  max-width: 122rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-terms__inner {
    padding: 5.6rem 1.6rem;
  }
}
.p-terms__title {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 6.4rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-terms__title {
    font-size: 3.8rem;
    margin-bottom: 3.6rem;
  }
}
/* contact */
.p-contact {
  margin: auto;
  padding: 8rem 0 9.6rem;
  background-image: url(../img/bg_contact.jpg);
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 3.6rem 0;
    background-image: url(../img/sp/bg_contact.jpg);
  }
}
.p-contact::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8.7rem;
  width: 100%;
  height: 53.5rem;
  background-image: url(../img/bg_contact_pattern.png);
  background-size: cover;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .p-contact::before {
    background-image: url(../img/sp/bg_contact_pattern.png);
    height: 41.5rem;
  }
}
.p-contact__title {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    font-size: 3.8rem;
  }
}
.p-contact__office {
  position: relative;
  font-size: 3.1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__office {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.p-contact__tel {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 3.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-contact__tel {
    font-size: 2.8rem;
  }
}
.p-contact__tel small {
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contact__tel small {
    font-size: 1.8rem;
  }
}
.p-contact__date {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contact__date {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
}
.p-contact__date-time {
  font-weight: 700;
}
.p-contact__date-day {
  display: inline-block;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__date-day {
    margin-left: 0;
  }
}
.p-contact__note {
  margin-top: 1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contact__note {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }
}

/* page - form */
@media screen and (max-width: 768px) {
  .p-form {
    margin-top: 4rem;
  }
}
.p-form-step {
  display: flex;
  justify-content: center;
  gap: 9.5rem;
}
@media screen and (max-width: 768px) {
  .p-form-step {
    gap: 4rem;
  }
}
.p-form-step li {
  position: relative;
  display: block;
}
.p-form-step li span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.4rem;
  width: 10.4rem;
  height: 10.4rem;
  line-height: 1;
  border-radius: 50%;
  color: #e5ddd4;
  border: solid 2px #e5ddd4;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-form-step li span {
    font-size: 2.4rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
.p-form-step li span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 2px);
  width: 100%;
  height: 0.6rem;
  margin: auto;
  background-color: #d3cac0;
}
.p-form-step li small {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 1rem;
  text-align: center;
  color: #e1d7cb;
}
@media screen and (max-width: 768px) {
  .p-form-step li small {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
}
.p-form-step li.active span {
  color: #ffffff;
  background-color: #a99071;
  border-color: #a99071;
}
.p-form-step li.active small {
  color: #a99071;
}
.p-form-step li:last-child span::before {
  content: none;
}
.p-form__wrap {
  width: 110rem;
  margin: 0 auto;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-form__wrap {
    max-width: 100%;
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-form__item + .p-form__item {
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-form__item + .p-form__item {
    margin-top: 3.2rem;
  }
}
.p-form__label {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-form__label {
    gap: 1.6rem;
  }
}
.p-form__label p {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-form__label p {
    font-size: 2rem;
  }
}
.p-form__label p span {
  position: relative;
}
.p-form__label p span::after {
  content: "*";
  color: #d16161;
}
.p-form__label p small {
  margin-left: 1rem;
}
.p-form__no {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  width: 4.7rem;
  height: 4.7rem;
  line-height: 1;
  border-radius: 50%;
  color: #ffffff;
  background-color: #a99071;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-form__no {
    font-size: 1.6rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-form__unit input,
.p-form__unit textarea {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 2rem;
  background-color: #ffffff;
  border: solid 1px #ddd7cf;
}
@media screen and (max-width: 768px) {
  .p-form__unit input,
.p-form__unit textarea {
    padding: 1.6rem;
  }
}
.p-form__unit input + input,
.p-form__unit textarea + input {
  margin-top: 2rem;
}
.p-form__unit input::-moz-placeholder, .p-form__unit textarea::-moz-placeholder {
  color: #cecece;
}
.p-form__unit input::placeholder,
.p-form__unit textarea::placeholder {
  color: #cecece;
}
.p-form__unit select {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 2rem;
  background-color: #ffffff;
  border: solid 1px #ddd7cf;
}
@media screen and (max-width: 768px) {
  .p-form__unit select {
    padding: 1.6rem;
  }
}
.p-form__unit-select {
  position: relative;
}
.p-form__unit-select select {
  width: 27rem;
}
.p-form__unit-select::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23rem;
  width: 1.8rem;
  height: 1.1rem;
  margin: auto;
  background-image: url(../img/ico_arrow.svg);
  background-size: 100%;
}
.p-form__unit-age {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-form__unit-age {
    font-size: 2rem;
  }
}
.p-form__unit.-birthday {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-form__unit.-birthday input {
    width: 27rem;
  }
}
.p-form__unit-birthday {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.6rem;
  width: 23rem;
}
@media screen and (max-width: 768px) {
  .p-form__unit-birthday {
    font-size: 2rem;
  }
}
.p-form__unit-birthday:first-child {
  width: 27rem;
}
.p-form__unit.-recommend {
  display: flex;
  align-items: center;
  gap: 3rem;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-form__unit.-recommend {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-form__unit-recommend01 {
  flex: 2;
}
.p-form__unit-recommend02 {
  flex: 1;
}
.p-form__unit.-file {
  position: relative;
  width: 48rem;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .p-form__unit.-file {
    width: auto;
  }
}
.p-form__unit.-file .mwform-file-delete {
  position: absolute;
  top: -1rem;
  right: 0;
  font-size: 3rem;
}
.p-form__unit.-file ul {
  margin-top: 2rem;
}
.p-form__unit.-file ul li {
  position: relative;
  font-size: 2rem;
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .p-form__unit.-file ul li {
    font-size: 1.6rem;
  }
}
.p-form__unit.-file ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-form__submit {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.p-form__submit input,
.p-form__submit button {
  padding: 2.4rem 12rem;
  font-size: 2.6rem;
  font-weight: 400;
  background-color: #f1d1d3;
  border: solid 3px #ffffff;
  border-radius: 100rem;
}
@media screen and (max-width: 768px) {
  .p-form__submit input,
.p-form__submit button {
    font-size: 2rem;
    padding: 1.6rem 5rem;
  }
}

.u-inline-block {
  display: inline-block !important;
}

.u-hide_pc {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-hide_pc {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .u-hide_sp {
    display: none !important;
  }
}

.u-br_pc {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .u-br_pc {
    display: none !important;
  }
}

.u-br_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-br_sp {
    display: inline-block !important;
  }
}

/*# sourceMappingURL=style.css.map */