@charset "UTF-8";
/*
サイズ用関数
$pixelsVw:フォントサイズ
$baseWidth:ベースとなる画面横幅
*/
/*
SAMPLE
font-size: vw(30,375);
*/
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html {
  color: #000;
  word-break: normal;
  line-break: strict;
  height: 100%;
  margin: 0 auto;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100%;
  margin: 0 auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  display: block;
  width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

figure {
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: 0;
}

th, td {
  border: none;
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
  .pc {
    display: none !important;
  }
}
/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  background-color: #A13480;
}

/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

/* -----------------------------------------------
* layout エントリーポイント
-------------------------------------------------- */
/* ------------------------------------------------
l-header
--------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 777;
}

/* ------------------------------------------------
p-footer
--------------------------------------------------- */
/* --------------------------------
l-inner
----------------------------------- */
.l-inner {
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 50px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 30px;
  }
}

.l-inner--1780 {
  max-width: 1780px;
}

.l-inner--1580 {
  max-width: 1580px;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-hamburger
----------------------------------- */
@media only screen and (max-width: 767px) {
  .c-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 6rem;
    z-index: 999;
    cursor: pointer;
  }
}

.c-hamburger span {
  position: absolute;
  display: block;
  height: 1px;
  width: 35px;
  background-color: #fff;
  border-radius: 0.3rem;
  transition: 0.3s;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
}

.c-hamburger span:nth-child(1) {
  top: 24%;
}

.c-hamburger span:nth-child(2) {
  top: 40%;
}

.c-hamburger span:nth-child(3) {
  top: 56%;
}

.c-hamburger p {
  position: absolute;
  top: 74%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  mix-blend-mode: difference;
}

.c-hamburger.is-open span:nth-child(1) {
  top: 40%;
  transform: translate(-50%, -50%) rotate(-25deg);
  width: 42px;
  background-color: #000;
}

.c-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-open span:nth-child(3) {
  top: 40%;
  transform: translate(-50%, -50%) rotate(25deg);
  width: 42px;
  background-color: #000;
}

.c-hamburger.is-open p {
  color: #000;
}

.c-hamburger.is-dark span {
  background-color: #000;
}
.c-hamburger.is-dark p {
  color: #000;
}

/* ------------------------------------------------
c-btn
--------------------------------------------------- */
.c-btn {
  display: inline-block;
  font-size: max(1.6rem, 12px);
  line-height: 1;
  min-width: 20rem;
  padding: 1rem 2rem 1.2rem;
  border: 4px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  border-radius: 999px;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.4rem;
    min-width: 18rem;
  }
}

.c-btn:hover {
  background-color: #E5C650;
  border-color: #E5C650;
  color: #A13480;
}

.c-btn--lg,
.c-btn--drawer {
  font-size: 1.9rem;
  min-width: 30rem;
  border: none;
  background-color: #fff;
  color: #3F6544;
  padding-block: 1.7rem;
  border-radius: 3rem;
}
@media only screen and (max-width: 767px) {
  .c-btn--lg,
  .c-btn--drawer {
    font-size: 1.6rem;
    min-width: 24.6rem;
    padding-block: 1.4rem 1.6rem;
  }
}

.c-btn--lg {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.c-btn--drawer {
  transition: background-color 0.3s ease;
}

.c-btn--lg:hover {
  border: none;
  color: #3F6544;
  border-radius: 3rem;
}

.c-btn--drawer:hover {
  border: none;
  color: #fff;
  background-color: #3F6544;
}

/* ------------------------------------------------
c-section-title
--------------------------------------------------- */
.c-section-title {
  position: relative;
  text-align: center;
}

.c-section-title h2 {
  display: inline-block;
  background-color: #E5C650;
  border-radius: 0.6rem;
  padding: 0.9rem 4.2rem 1.1rem 2.8rem;
}
@media only screen and (max-width: 767px) {
  .c-section-title h2 {
    padding: 0.9rem 2.6rem 1.1rem 2rem;
  }
}

.c-section-title h2 span {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  color: #8B3880;
  padding-left: 7.7rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-section-title h2 span {
    font-size: 2rem;
    padding-left: 5.6rem;
  }
}

.c-section-title h2 span::before {
  position: absolute;
  content: "";
  top: 27%;
  left: 0;
  transform: translateY(-50%);
  width: 7rem;
  height: 5.2rem;
  background-image: url(../img/top/icon_imo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .c-section-title h2 span::before {
    width: 5rem;
    height: 3.7rem;
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* common */
/* ------------------------------------------------
p-header
--------------------------------------------------- */
.p-header {
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  padding-inline: 2.4590163934vw 4.0983606557vw;
  position: relative;
}
@media only screen and (min-width: 1220px) {
  .p-header {
    padding-inline: 3rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-header {
    flex-direction: column;
    align-items: center;
    padding-inline: 0;
  }
}

.p-header__logo {
  width: 20.3278688525vw;
}
@media only screen and (min-width: 1220px) {
  .p-header__logo {
    width: 24.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-header__logo {
    width: 14.4rem;
  }
}

.p-header__logo a {
  display: block;
  transition: opacity 0.3s;
}

.p-header__logo a:hover {
  opacity: 0.7;
}

.p-header__shop {
  width: 11.6393442623vw;
  height: 100%;
}
@media only screen and (min-width: 1220px) {
  .p-header__shop {
    width: 14.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-header__shop {
    position: fixed;
    top: 7.2rem;
    right: 0;
    width: 7.5rem;
    height: 13rem;
  }
}

.p-header__shop a {
  height: 100%;
  background-color: #E5C650;
  display: grid;
  place-content: center;
  border-radius: 0 0 2.1666666667vw 2.1666666667vw;
  padding-block: 1vw 0.5833333333vw;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 1220px) {
  .p-header__shop a {
    padding-block: 1.2rem 0.7rem;
    border-radius: 0 0 2.6rem 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-header__shop a {
    border-radius: 1.4rem 0 0 1.4rem;
    padding-top: 0.5rem;
    padding-left: 0.3rem;
  }
}

.p-header__shop-img {
  width: 7.5409836066vw;
}
@media only screen and (min-width: 1220px) {
  .p-header__shop-img {
    width: 9.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-header__shop-img {
    width: 5.5rem;
  }
}

.p-header__shop a:hover {
  background-color: #fff;
}

/* ------------------------------------------------
p-header-nav
--------------------------------------------------- */
.p-header-nav {
  padding-top: 2.9508196721vw;
  padding-inline: 2.0491803279vw 2.4590163934vw;
}
@media only screen and (min-width: 1220px) {
  .p-header-nav {
    padding-top: 3.6rem;
    padding-inline: 2.5rem 3rem;
  }
}

.p-header-nav__lists {
  display: flex;
  background-color: #E5C650;
  padding-inline: 3.7704918033vw;
  border-radius: 1.6393442623vw;
  column-gap: 2.2950819672vw;
}
@media only screen and (min-width: 1220px) {
  .p-header-nav__lists {
    padding-inline: 4.6rem;
    border-radius: 2rem;
    column-gap: 2.8rem;
  }
}

.p-header-nav__list a {
  display: block;
  width: auto;
  padding: 1.6393442623vw;
}
@media only screen and (min-width: 1220px) {
  .p-header-nav__list a {
    padding: 2rem;
  }
}

/* ------------------------------------------------
SVG画像
--------------------------------------------------- */
.p-header-nav__list a .nav-text {
  height: 2rem;
  display: block;
  fill: #000;
  transition: fill 0.3s;
}

.p-header-nav__list a:hover .nav-text {
  fill: #A13480;
}

.p-header-nav__list:nth-child(1) a .nav-text {
  width: 13.2rem;
}

.p-header-nav__list:nth-child(2) a .nav-text {
  width: 17.4rem;
}

.p-header-nav__list:nth-child(3) a .nav-text {
  width: 11.6rem;
}

/* --------------------------------
p-drawer
----------------------------------- */
.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  padding-inline: 4rem 3.6rem;
  overflow-y: scroll;
  padding-bottom: 6rem;
  background-color: #E5C650;
  z-index: 888;
  display: none;
  padding-top: 13rem;
}

.p-drawer.is-open {
  display: block;
}

/* --------------------------------
p-drawer-nav
----------------------------------- */
.p-drawer-nav__head {
  padding-right: 0.4rem;
}

.p-drawer-nav__list:not(:first-child) {
  margin-top: 0.8rem;
}

.p-drawer-nav__list a {
  display: block;
  padding-block: 0.9rem;
  text-align: left;
  position: relative;
}

.p-drawer-nav__lists--main {
  width: 22.4rem;
  margin-inline: auto;
}

.p-drawer-nav__lists--main .p-drawer-nav__list a {
  position: relative;
  display: inline-block;
  padding-left: 3.6rem;
}

.p-drawer-nav__lists--main .p-drawer-nav__list a img {
  width: auto;
  height: 2.35rem;
}

.p-drawer-nav__lists--main .p-drawer-nav__list a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(16deg);
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/deco/deco_imo03.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-drawer-nav__foot {
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  column-gap: 4.6rem;
  padding-left: 0.4rem;
}

.p-drawer-nav__lists--items {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.p-drawer-nav__lists--items .p-drawer-nav__list a {
  font-size: 1.8rem;
  padding: 1rem;
  color: #000;
}
.p-drawer-nav__lists--items .p-drawer-nav__list:nth-child(1) a {
  color: #A13480;
}

.p-drawer-nav__lists--company {
  display: flex;
  flex-direction: column;
}
.p-drawer-nav__lists--company .p-drawer-nav__list a {
  font-size: 1.5rem;
  padding: 0.6rem 1rem;
  color: #000;
}
.p-drawer-nav__lists--company .p-drawer-nav__list:nth-child(1) a {
  color: #A13480;
  font-size: 1.8rem;
  padding: 1rem;
}
.p-drawer-nav__lists--company .p-drawer-nav__list:nth-child(2) {
  margin-top: 2.2rem;
}

.p-drawer-info__logo {
  margin-top: 5.4rem;
  text-align: center;
  padding-right: 2rem;
}

.p-drawer-info__logo a {
  width: 19.5rem;
  display: inline-block;
}

.p-drawer-info__btn {
  margin-top: 2rem;
  text-align: center;
}

/* ------------------------------------------------
SVG画像
--------------------------------------------------- */
.p-drawer-nav__lists--main .p-drawer-nav__list a .nav-text {
  height: 2rem;
  display: block;
  fill: #000;
  transition: fill 0.3s;
}
.p-drawer-nav__lists--main .p-drawer-nav__list a:hover .nav-text {
  fill: #A13480;
}
.p-drawer-nav__lists--main .p-drawer-nav__list:nth-child(1) a .nav-text {
  width: 13.2rem;
}
.p-drawer-nav__lists--main .p-drawer-nav__list:nth-child(2) a .nav-text {
  width: 17.4rem;
}
.p-drawer-nav__lists--main .p-drawer-nav__list:nth-child(3) a .nav-text {
  width: 11.6rem;
}

.p-drawer-nav__lists--items .p-drawer-nav__list a,
.p-drawer-nav__lists--company .p-drawer-nav__list a {
  transition: opacity 0.3s;
}
.p-drawer-nav__lists--items .p-drawer-nav__list a:hover,
.p-drawer-nav__lists--company .p-drawer-nav__list a:hover {
  opacity: 0.7;
}

/* ------------------------------------------------
p-fv
--------------------------------------------------- */
/* ------------------------------------------------
p-top-fv トップページ
--------------------------------------------------- */
/* ------------------------------------------------
p-footer
--------------------------------------------------- */
.p-footer__deco {
  width: 100%;
}

.p-footer__container {
  padding-block: 11.4rem 15rem;
  background-color: #3F6544;
}
@media only screen and (max-width: 767px) {
  .p-footer__container {
    padding-block: 2.6rem 2rem;
  }
}

.p-footer__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-footer__logo {
  width: 56.6rem;
  padding-right: 12rem;
}
@media only screen and (max-width: 767px) {
  .p-footer__logo {
    width: 34.3rem;
    padding-right: 7.3rem;
  }
}

.p-footer__logo a {
  transition: opacity 0.3s;
}

.p-footer__logo a:hover {
  opacity: 0.7;
}

.p-footer__map {
  margin-top: 3.5rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-footer__map {
    margin-top: 1.8rem;
  }
}

.p-footer__map a {
  width: 7.4rem;
  display: inline-block;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-footer__map a {
    width: 7rem;
  }
}

.p-footer__map a:hover {
  opacity: 0.7;
}

.p-footer__info {
  margin-top: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-footer__info {
    margin-top: 0.6rem;
  }
}

.p-footer-info__address {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .p-footer-info__address {
    font-size: 1.2rem;
  }
}

.p-footer-info__tel {
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .p-footer-info__tel {
    font-size: 2.2rem;
  }
}

.p-footer__contact {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-footer__contact {
    margin-top: 1.6rem;
  }
}

.p-footer__body {
  margin-top: 11.3rem;
}
@media only screen and (max-width: 767px) {
  .p-footer__body {
    margin-top: 2.3rem;
  }
}

/* ------------------------------------------------
p-footer-nav
--------------------------------------------------- */
.p-footer-nav {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-footer-nav {
    justify-content: center;
    column-gap: 3.5rem;
  }
}

.p-footer-nav__wrap {
  display: flex;
  column-gap: 25rem;
}
@media only screen and (max-width: 767px) {
  .p-footer-nav__wrap {
    flex-direction: column;
  }
}

.p-footer-nav__lists {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .p-footer-nav__lists {
    row-gap: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer-nav__lists:nth-of-type(2) {
    margin-top: 0.5rem;
  }
}

.p-footer-nav__list a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-block: 1rem;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .p-footer-nav__list a {
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    padding-block: 0.8rem;
  }
}

.p-footer-nav__list:first-child a {
  color: #E5C650;
}

@media only screen and (max-width: 767px) {
  .p-footer-nav__list:nth-child(2) {
    margin-top: 0.5rem;
  }
}

.p-footer-nav__list a:hover {
  opacity: 0.7;
}

.p-footer__foot {
  margin-top: 7.4rem;
  width: 28rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-footer__foot {
    margin-top: 3rem;
    width: 18.1rem;
  }
}

/* ------------------------------------------------
p-pagination
--------------------------------------------------- */
.p-pagination {
  color: #A13480;
  display: flex;
  justify-content: center;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  color: #A13480;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 1.4rem;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: block;
  width: 3.8rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none !important;
  position: relative;
  z-index: 3;
  margin: 0 1.6rem 0 0 !important;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    width: 3rem;
    height: 3.1rem;
    margin: 0 1rem 0 0 !important;
  }
}
.wp-pagenavi span::after,
.wp-pagenavi a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.1rem;
  left: 0.05rem;
  width: 100%;
  height: 100%;
  background-image: url(../img/news/icon_pagination.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.wp-pagenavi span.current {
  color: #fff;
  font-weight: 400 !important;
}
.wp-pagenavi span.current::after {
  background-image: url(../img/news/icon_pagination-current.svg);
}
.wp-pagenavi .page.larger:has(+ .extend) {
  margin-right: 0 !important;
}
.wp-pagenavi .page.larger:has(+ .nextpostslink) {
  margin-right: 0 !important;
}
.wp-pagenavi .extend + .page.larger {
  margin-right: 0 !important;
}
.wp-pagenavi a.page::after {
  transition: background-image 0.3s ease, color 0.3s ease;
}
.wp-pagenavi a.page:hover {
  color: #fff;
}
.wp-pagenavi a.page:hover::after {
  background-image: url(../img/news/icon_pagination-current.svg);
}
.wp-pagenavi .extend {
  margin-right: 0 !important;
}
.wp-pagenavi .extend::before {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  content: "...";
  font-size: 18px;
  color: #A13480;
}
.wp-pagenavi .extend::after {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  margin-right: 0 !important;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  display: none;
}
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.1rem;
  height: 1.8rem;
  background-image: url(../img/news/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi .previouspostslink::before {
    width: 0.7rem;
    height: 1.2rem;
  }
}
.wp-pagenavi .previouspostslink::before {
  top: 53%;
  transform: translate(-50%, -50%) scale(-1, 1);
}

/* page */
/* ------------------------------------------------
p-top
--------------------------------------------------- */
.p-top {
  margin-top: 12.5vw;
  padding-bottom: 5rem;
}
@media only screen and (min-width: 1200px) {
  .p-top {
    margin-top: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top {
    margin-top: 0;
    padding-bottom: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-top__fv {
    padding-top: 9rem;
    padding-top: calc(11.2994vh + 14.6328px);
    height: 100vh;
  }
}

.p-top__deco {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .p-top__deco {
    margin-top: 0;
  }
}

/* ------------------------------------------------
p-top-fv
--------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .p-top-fv__inner {
    padding-inline: 0;
    height: calc(100vh - 9rem);
    height: calc(100vh - (11.2994vh + 14.6328px));
  }
}

.p-top-fv__container {
  position: relative;
  display: flex;
  justify-content: center;
  padding-right: min(2.8481012658vw, 45px);
  padding-bottom: min(13.9240506329vw, 220px);
}
@media only screen and (max-width: 767px) {
  .p-top-fv__container {
    padding-right: 0;
    overflow: hidden;
    height: 100%;
    padding-bottom: 0;
  }
}

.p-top-fv__slider {
  width: min(66.2658227848vw, 1047px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top-fv__slider {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 136vw;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  .p-top-fv__slider {
    width: 600px;
  }
}

.p-top-fv__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99.8%;
}

.p-top-fv__title {
  position: absolute;
  z-index: 3;
  top: min(7.3417721519vw, 116px);
  right: min(4.746835443vw, 75px);
  width: min(11.9620253165vw, 189px);
}
@media only screen and (max-width: 767px) {
  .p-top-fv__title {
    top: 0;
    right: initial;
    left: calc(50% - 49px);
    transform: translateX(50%);
    width: 11.4rem;
  }
}

.p-top-fv__catch {
  position: absolute;
  z-index: 3;
  top: 48.5%;
  left: min(1.8987341772vw, 30px);
  transform: translateY(-50%);
  width: min(9.0506329114vw, 143px);
}
@media only screen and (max-width: 767px) {
  .p-top-fv__catch {
    top: 4.4rem;
    left: initial;
    right: calc(50% - 25px);
    transform: translateX(-50%);
    width: 10rem;
  }
}

.p-top-fv__deco {
  position: absolute;
}

.fv-deco01 {
  z-index: 3;
  top: min(5.0632911392vw, 80px);
  left: min(11.835443038vw, 187px);
  width: min(15.8227848101vw, 250px);
}
@media only screen and (max-width: 767px) {
  .fv-deco01 {
    top: 29%;
    left: 18%;
    transform: translate(-50%, -50%);
    width: 31.2820512821vw;
    z-index: 1;
  }
}

.fv-deco02 {
  top: 57%;
  right: min(13.2911392405vw, 210px);
  transform: translateY(-50%);
  width: min(9.4936708861vw, 150px);
}
@media only screen and (max-width: 767px) {
  .fv-deco02 {
    top: 25.5%;
    right: -7%;
    transform: translateX(-50%);
    width: 18.9743589744vw;
  }
}

.fv-deco03 {
  bottom: 0;
  left: 48.7%;
  transform: translateX(-50%);
  width: min(89.2405063291vw, 1410px);
}
@media only screen and (max-width: 767px) {
  .fv-deco03 {
    bottom: 1.4rem;
    width: 96%;
    left: 51%;
  }
}

/* ------------------------------------------------
p-top-news
--------------------------------------------------- */
.p-top-news {
  padding-top: 5.6rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top-news {
    padding-top: 33.3333333333vw;
    padding-bottom: 25.641025641vw;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-news__inner {
    padding-inline: 0;
  }
}

.p-top-news__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.p-top-news__container {
  position: relative;
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .p-top-news__container {
    background-color: #8B3880;
    padding: 2rem 5rem;
  }
}

.bg-deco-sp01 {
  position: absolute;
  top: -17.6923076923vw;
  left: 0;
  width: 100%;
}

.bg-deco-sp02 {
  position: absolute;
  bottom: -19.7435897436vw;
  left: 0;
  width: 100%;
}

.p-top-news__head {
  padding-top: 6.6rem;
}
@media only screen and (max-width: 767px) {
  .p-top-news__head {
    padding-top: 0;
  }
}

.p-top-news__body {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-top-news__body {
    margin-top: 6rem;
    max-width: 460px;
    margin-inline: auto;
  }
}

.p-top-news__items {
  display: flex;
  justify-content: center;
  column-gap: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-top-news__items {
    flex-direction: column;
    row-gap: 5rem;
  }
}

.p-top-news-item {
  width: 22.5rem;
}
@media only screen and (max-width: 767px) {
  .p-top-news-item {
    width: 100%;
  }
}

.p-top-news-item a {
  transition: opacity 0.3s ease;
}

.p-top-news-item__img {
  border-radius: 0.5rem;
  border: 4px solid #fff;
  overflow: hidden;
  aspect-ratio: 224/157;
}

.p-top-news-item__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.p-top-news-item__body {
  padding-top: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .p-top-news-item__body {
    padding-top: 1.6rem;
  }
}

.p-top-news-item__date {
  font-size: 1.3rem;
}

.p-top-news-item__title {
  margin-top: 0.8rem;
  font-size: max(1.3rem, 10px);
  line-height: 1.6153846154;
}
@media only screen and (max-width: 767px) {
  .p-top-news-item__title {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.p-top-news-item a:hover {
  opacity: 0.7;
}

.p-top-news__btn {
  margin-top: 7rem;
  text-align: center;
}

/* ------------------------------------------------
p-top-about 
--------------------------------------------------- */
.p-top-about {
  padding-block: 22.5rem 12.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-top-about {
    padding-block: 12rem;
    overflow: hidden;
  }
}

.p-top-about__container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top-about__container {
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-top-about__contents {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-top-about__contents {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-top-about__img {
  width: 50rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 4px solid #fff;
  position: relative;
}
@media only screen and (max-width: 920px) {
  .p-top-about__img {
    width: 46rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-about__img {
    margin-top: 4rem;
    width: 100%;
  }
}

.p-top-about__text {
  flex: 1;
  font-size: 1.8rem;
  line-height: 2.0555555556;
}
@media only screen and (max-width: 767px) {
  .p-top-about__text {
    font-size: 1.6rem;
    text-align: justify;
  }
}

.p-top-about .deco01 {
  position: absolute;
  top: -13rem;
  right: -8rem;
  width: 8.7rem;
}
@media only screen and (max-width: 767px) {
  .p-top-about .deco01 {
    top: 52%;
    right: 0;
    width: 6rem;
    z-index: -1;
  }
}
.p-top-about .deco02 {
  position: absolute;
  bottom: -8.7rem;
  left: -5.6rem;
  width: 9rem;
}
@media only screen and (max-width: 767px) {
  .p-top-about .deco02 {
    bottom: -9.7rem;
    left: -0.6rem;
    width: 7rem;
  }
}
.p-top-about .deco03 {
  position: absolute;
  z-index: -1;
  top: -12.8rem;
  left: -3rem;
  width: 21.6rem;
}
@media only screen and (max-width: 767px) {
  .p-top-about .deco03 {
    top: -9rem;
    left: -4rem;
    width: 13rem;
  }
}

/* ------------------------------------------------
p-top-area
--------------------------------------------------- */
.p-top-area {
  padding-bottom: 12.6rem;
  overflow: hidden;
}
.p-top-area__container {
  padding-top: 9.1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top-area__container {
    padding-top: 4rem;
  }
}

.p-top-area__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top-area__label {
  display: inline-block;
  width: 20.2rem;
}
@media only screen and (max-width: 767px) {
  .p-top-area__label {
    width: 18rem;
  }
}

.p-top-area__title {
  margin-top: 1rem;
  display: inline-block;
  width: 52.4rem;
}
@media only screen and (max-width: 767px) {
  .p-top-area__title {
    width: 30rem;
    margin-inline: auto;
  }
}

.p-top-area__body {
  margin-top: 7.2rem;
  display: flex;
  column-gap: 14rem;
  padding-left: 3rem;
}
@media only screen and (max-width: 998px) {
  .p-top-area__body {
    column-gap: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-area__body {
    margin-top: 4rem;
    flex-direction: column;
    padding-left: 0;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-top-area__map {
  width: 37.2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top-area__map {
    margin-top: 4rem;
    width: 100%;
    order: 2;
    padding-inline: 2rem;
  }
}

.p-top-area__contents {
  padding-top: 3.8rem;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .p-top-area__contents {
    display: contents;
  }
}

.p-top-area__text {
  font-size: 1.8rem;
  line-height: 2.0555555556;
}
@media only screen and (max-width: 767px) {
  .p-top-area__text {
    font-size: 1.6rem;
    text-align: justify;
  }
}

.p-top-area__img {
  margin-top: 1.4rem;
  width: 37.2rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 4px solid #fff;
}
@media only screen and (max-width: 767px) {
  .p-top-area__img {
    margin-top: 5rem;
    width: 90%;
  }
}

.p-top-area__row {
  margin-top: -2.4rem;
  display: flex;
  align-items: flex-start;
  column-gap: 1.3rem;
}

.p-top-area__row .p-top-area__img {
  margin-top: 0;
  width: 23rem;
}
@media only screen and (max-width: 767px) {
  .p-top-area__row .p-top-area__img {
    width: 50%;
  }
}

.p-top-area__row .p-top-area__text {
  padding-top: 3.6rem;
  font-size: 1.6rem;
  line-height: 1.625;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .p-top-area__row .p-top-area__text {
    font-size: 1.2rem;
  }
}

.p-top-area .deco01 {
  position: absolute;
  top: 0;
  right: -3rem;
  width: 18.9rem;
}
@media only screen and (max-width: 767px) {
  .p-top-area .deco01 {
    top: 0;
    right: -3rem;
    width: 8rem;
  }
}
.p-top-area .deco02 {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .p-top-area .deco02 {
    bottom: -8.2rem;
    left: 4rem;
    width: 6rem;
  }
}
.p-top-area .deco03 {
  position: absolute;
  top: 8.3rem;
  right: -9rem;
  width: 13.8rem;
}
@media only screen and (max-width: 767px) {
  .p-top-area .deco03 {
    top: -3.3rem;
    right: -1rem;
    width: 11rem;
  }
}

/* ------------------------------------------------
p-top-movie
--------------------------------------------------- */
.p-top-movie {
  width: 100%;
  aspect-ratio: 192/60;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top-movie {
    aspect-ratio: 390/200;
  }
}
.p-top-movie:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.3) 30%, transparent 31%), radial-gradient(rgba(255, 255, 255, 0.3) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.p-top-movie > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ------------------------------------------------
p-top-factory
--------------------------------------------------- */
.p-top-factory {
  padding-top: 11.8rem;
  overflow: hidden;
}
.p-top-factory__head {
  position: relative;
}

.p-top-factory__body {
  margin-top: 9.7rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top-factory__body {
    margin-top: 6rem;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-top-factory__block {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top-factory__block {
    flex-direction: column;
  }
}

.factory-block01 {
  max-width: 74rem;
  position: relative;
}

.factory-block01__mv {
  border-radius: 1rem;
  overflow: hidden;
  border: 4px solid #fff;
}

.factory-block01__catch {
  position: absolute;
  bottom: -5.3rem;
  right: 9.1rem;
  width: 4.1rem;
}
@media only screen and (max-width: 767px) {
  .factory-block01__catch {
    bottom: -7rem;
    right: 5rem;
    width: 2.6rem;
  }
}

.factory-block02 {
  margin-top: 13.2rem;
  max-width: 87.2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .factory-block02 {
    margin-top: 6rem;
  }
}

.factory-block02__img-wrap {
  display: flex;
  justify-content: center;
  border-radius: 1rem;
  overflow: hidden;
  border: 4px solid #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .factory-block02__img-wrap {
    flex-direction: column;
    row-gap: 4rem;
    border: none;
    border-radius: 0;
  }
}

.factory-block02__img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .factory-block02__img {
    border-radius: 1rem;
    overflow: hidden;
    border: 4px solid #fff;
    width: 70%;
  }
}

.factory-block02__catch {
  position: absolute;
  bottom: -10em;
  left: 5.8rem;
  width: 4.1rem;
}
@media only screen and (max-width: 767px) {
  .factory-block02__catch {
    bottom: initial;
    top: initial;
    bottom: 0;
    left: 4rem;
    width: 2.6rem;
  }
}

.factory-block02__img:nth-child(2) {
  align-self: flex-end;
}

.factory-block03 {
  padding-top: 16.8rem;
  max-width: 90rem;
  column-gap: 7.3rem;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .factory-block03 {
    row-gap: 4rem;
    padding-top: 12rem;
    padding-inline: 2rem;
  }
}

.p-top-factory__btn {
  margin-top: 7.4rem;
  text-align: center;
}

.p-top-factory .deco01 {
  position: absolute;
  z-index: -1;
  bottom: -6.7rem;
  left: -1rem;
  width: 8.7rem;
}
@media only screen and (max-width: 767px) {
  .p-top-factory .deco01 {
    bottom: 6.3rem;
    left: -1.2;
    width: 5rem;
  }
}
.p-top-factory .deco02 {
  position: absolute;
  z-index: -1;
  top: -3rem;
  right: -3.2rem;
  width: 8.7rem;
}
@media only screen and (max-width: 767px) {
  .p-top-factory .deco03 {
    position: absolute;
    top: 6rem;
    left: 69%;
    width: 6rem;
  }
}
.p-top-factory .deco04 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -6rem;
  width: 22.4rem;
}
@media only screen and (max-width: 767px) {
  .p-top-factory .deco04 {
    top: 4rem;
    right: -2rem;
    width: 12rem;
  }
}
.p-top-factory .deco05 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 5.8rem;
  width: 8.7rem;
}
@media only screen and (max-width: 767px) {
  .p-top-factory .deco05 {
    bottom: 4.3rem;
    left: 0;
    width: 5rem;
  }
}

/* ------------------------------------------------
p-factory
--------------------------------------------------- */
.p-factory__fv {
  margin-top: 19.1666666667vw;
}
@media only screen and (min-width: 1200px) {
  .p-factory__fv {
    margin-top: 23rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-factory__fv {
    margin-top: 10rem;
  }
}

.p-factory__container {
  display: flex;
  flex-direction: column;
  padding-bottom: 12rem;
  overflow: hidden;
}

/* ------------------------------------------------
p-factory__fv fv
--------------------------------------------------- */
.p-factory-fv {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-bottom: 2.3rem;
}

.p-factory-fv__contents {
  padding-top: 3rem;
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
}

.p-factory-fv__title {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 11.6rem;
}
@media only screen and (max-width: 767px) {
  .p-factory-fv__title {
    top: 57%;
    left: 50%;
    width: 17.6vw;
  }
}

.p-factory-fv .deco01 {
  position: absolute;
  z-index: -1;
  top: 1.4rem;
  right: -27.2rem;
  width: 21.6rem;
}
.p-factory-fv .deco02 {
  position: absolute;
  top: 0.2rem;
  left: -5.2rem;
  width: 25rem;
}
@media only screen and (max-width: 767px) {
  .p-factory-fv .deco02 {
    top: 0;
    left: -2.4rem;
    width: 14rem;
  }
}
.p-factory-fv .deco03 {
  position: absolute;
  bottom: 11rem;
  right: -3.2rem;
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  .p-factory-fv .deco03 {
    bottom: 3rem;
    right: -1.2rem;
    width: 9rem;
  }
}

/* ------------------------------------------------
p-cultivation-block 栽培の流れ
--------------------------------------------------- */
.p-cultivation-block {
  position: relative;
  padding-top: 13rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block {
    padding-top: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-cultivation-block__inner {
    max-width: 500px;
  }
}

.p-cultivation-block__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block__contents {
    position: relative;
  }
}

.p-cultivation-block__img {
  width: 50.3rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block__img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-cultivation-block__catch {
    position: absolute;
  }
}

.p-cultivation-block--01 .p-cultivation-block__contents {
  padding-inline: 18rem 12rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--01 .p-cultivation-block__contents {
    padding-inline: min(24vw, 120px) 0;
  }
}
.p-cultivation-block--01 .p-cultivation-block__catch {
  width: 8.2rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--01 .p-cultivation-block__catch {
    top: 2rem;
    left: 1.6rem;
    width: min(14.9333333333vw, 70px);
  }
}

.p-cultivation-block--02 .p-cultivation-block__contents {
  flex-direction: row-reverse;
  padding-inline: 8rem 27.7rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--02 .p-cultivation-block__contents {
    padding-inline: 0 min(24vw, 120px);
  }
}
.p-cultivation-block--02 .p-cultivation-block__catch {
  width: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--02 .p-cultivation-block__catch {
    top: -1rem;
    right: 4rem;
    width: min(4.2666666667vw, 20px);
  }
}

.p-cultivation-block--03 .p-cultivation-block__contents {
  padding-inline: 13.6rem 10.4rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--03 .p-cultivation-block__contents {
    padding-inline: min(24vw, 120px) 0;
  }
}
.p-cultivation-block--03 .p-cultivation-block__catch {
  padding-top: 9rem;
  width: 8.3rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--03 .p-cultivation-block__catch {
    padding-top: 0;
    bottom: -3rem;
    left: 1.6rem;
    width: min(14.9333333333vw, 70px);
  }
}

.p-cultivation-block--04 .p-cultivation-block__contents {
  flex-direction: row-reverse;
  padding-inline: 4.4rem 25.2rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--04 .p-cultivation-block__contents {
    padding-inline: 0 min(24vw, 120px);
  }
}
.p-cultivation-block--04 .p-cultivation-block__catch {
  width: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--04 .p-cultivation-block__catch {
    bottom: -1rem;
    right: 4rem;
    width: min(4.8vw, 20px);
  }
}

.p-cultivation-block--01 .deco04 {
  position: absolute;
  z-index: -1;
  top: -3.6rem;
  left: -7.5rem;
  width: 21.5rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--01 .deco04 {
    top: -6.4rem;
    left: -4rem;
    width: 10rem;
  }
}
.p-cultivation-block--01 .deco05 {
  position: absolute;
  z-index: -1;
  top: -4.6rem;
  right: 0;
  width: 8.7rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--01 .deco05 {
    top: -7.8rem;
    right: -0.7;
    width: 4rem;
  }
}
.p-cultivation-block--01 .deco06 {
  position: absolute;
  bottom: 0.5rem;
  right: -28.1rem;
  width: 27.2rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--01 .deco06 {
    bottom: -3.5rem;
    right: -4rem;
    width: 9rem;
  }
}

.p-cultivation-block--02 .deco07 {
  position: absolute;
  top: 3.5rem;
  right: 1rem;
  width: 18.9rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--02 .deco07 {
    top: initial;
    bottom: 4rem;
    right: -1.5rem;
    width: 7rem;
  }
}
.p-cultivation-block--02 .deco08 {
  position: absolute;
  bottom: 8.7rem;
  right: 8.6rem;
  width: 8.8rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--02 .deco08 {
    bottom: -2rem;
    right: 3rem;
    width: 4rem;
  }
}

.p-cultivation-block--03 .deco09 {
  position: absolute;
  top: -12.5rem;
  left: -17rem;
  width: 48.7rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--03 .deco09 {
    top: -11rem;
    left: -7rem;
    width: 18rem;
  }
}

.p-cultivation-block--04 .deco10 {
  position: absolute;
  top: -4.3rem;
  left: -19rem;
  width: 21.6rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--04 .deco10 {
    top: -7rem;
    left: -1rem;
    width: 5rem;
  }
}
.p-cultivation-block--04 .deco11 {
  position: absolute;
  bottom: 1.5rem;
  right: -5.1rem;
  width: 13.4rem;
}
@media only screen and (max-width: 767px) {
  .p-cultivation-block--04 .deco11 {
    bottom: -9.5rem;
    right: -1.5rem;
    width: 10rem;
  }
}

/* ------------------------------------------------
p-flow-factory 工場で欲しい芋作る流れ
--------------------------------------------------- */
.p-flow-factory {
  padding-top: 14.7rem;
}

@media only screen and (max-width: 767px) {
  .p-flow-factory__head {
    overflow: hidden;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-flow-factory__title {
  width: 73rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-flow-factory__title {
    width: 100%;
  }
}

.p-flow-factory__body {
  margin-top: 4rem;
  padding-inline: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-flow-factory__body {
    padding-inline: 0;
    max-width: 460px;
    margin-inline: auto;
  }
}

.p-flow-factory__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8.4rem 6.3rem;
}
@media only screen and (max-width: 767px) {
  .p-flow-factory__steps {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}

.p-factory-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.p-factory-step__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-inline: 2.4rem;
  min-height: 20rem;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  .p-factory-step__head {
    padding-inline: 3rem;
    min-height: initial;
  }
}

.p-factory-step__num {
  display: block;
  width: 5.7rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-factory-step__num {
    width: 4.4rem;
  }
}

.p-factory-step__title {
  margin-top: 2rem;
  height: 2.3rem;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .p-factory-step__title {
    height: 2.2rem;
    margin-inline: auto;
  }
}

.p-factory-step__title--2row {
  height: 5.9rem;
}
@media only screen and (max-width: 767px) {
  .p-factory-step__title--2row {
    height: 5.5rem;
    margin-bottom: 0.6rem;
  }
}

.p-factory-step__title img {
  height: 100%;
  width: auto;
}

.p-factory-step__text {
  margin-top: 0.7rem;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .p-factory-step__text {
    font-size: 1.3rem;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .p-factory-step__img {
    margin-top: 1.6rem;
    padding-inline: 2.4rem;
  }
}

.p-factory-step:nth-child(10) {
  grid-column: 2/3;
}
@media only screen and (max-width: 767px) {
  .p-factory-step:nth-child(10) {
    grid-column: 1/2;
  }
}
.p-factory-step:nth-child(10) .p-factory-step__num {
  width: 8rem;
}
.p-factory-step:nth-child(10) .p-factory-step__title {
  margin-top: 2.4rem;
}

.p-flow-factory__head {
  position: relative;
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-flow-factory__head {
    padding-left: 0;
  }
}
.p-flow-factory__head .deco12 {
  position: absolute;
  top: -8rem;
  left: -7rem;
  width: 9.6rem;
  transform: rotate(7deg);
}

.p-factory-step--06 {
  position: relative;
}
.p-factory-step--06 .deco13 {
  position: absolute;
  top: -4.5rem;
  right: -33.3rem;
  width: 21.5rem;
}

.p-factory-step--07 {
  position: relative;
}
.p-factory-step--07 .deco14 {
  position: absolute;
  top: 13.5rem;
  left: -35.8rem;
  width: 18.9rem;
}
.p-factory-step--07 .deco15 {
  position: absolute;
  bottom: 1.2rem;
  left: -33.4rem;
  width: 8.7rem;
}

/* ------------------------------------------------
p-news
--------------------------------------------------- */
.p-news {
  padding-block: 24rem 13rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-news {
    padding-block: 20rem 13rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-news__inner {
    padding-inline: 0;
  }
}

.p-news__container {
  max-width: 988px;
  margin-inline: auto;
  padding: 8rem 8rem 10rem 11rem;
  position: relative;
  min-height: 118.1818181818vw;
}
@media only screen and (min-width: 1100px) {
  .p-news__container {
    min-height: 1300px;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__container {
    background-color: #fff;
    padding: 3rem 5rem;
    min-height: 0;
  }
}

.p-news__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-news__bg img {
  width: 100%;
  height: 100%;
}

.news-bg-sp01 {
  position: absolute;
  top: -11.0256410256vw;
  left: 0;
  width: 100%;
}

.news-bg-sp02 {
  position: absolute;
  bottom: -11.0256410256vw;
  left: 0;
  width: 100%;
}

.p-news__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-news__title {
  font-size: 2.8rem;
  color: #A13480;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-news__title {
    font-size: 2.4rem;
  }
}

.p-news__line {
  margin-top: 2.8rem;
  width: 32.7rem;
}
@media only screen and (max-width: 767px) {
  .p-news__line {
    margin-top: 2rem;
    width: 26rem;
  }
}

.p-news__contents {
  position: relative;
  margin-top: 4.9rem;
  max-width: 724px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-news__contents {
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-news__lists {
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-news__lists {
    row-gap: 5rem;
  }
}

.p-news-list a {
  display: flex;
  align-items: flex-start;
  column-gap: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .p-news-list a {
    flex-direction: column;
  }
}

.p-news-list__img {
  width: 22.4rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 4px solid #A13480;
  aspect-ratio: 224/156;
}
@media only screen and (max-width: 767px) {
  .p-news-list__img {
    width: 100%;
  }
}

.p-news-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}

.p-news-list__body {
  flex: 1;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-news-list__body {
    padding-top: 1rem;
  }
}

.p-news-list__day {
  font-size: 1.3rem;
  color: #A13480;
}

.p-news-list__title {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #A13480;
}
@media only screen and (max-width: 767px) {
  .p-news-list__title {
    margin-top: 0.5rem;
    font-size: 1.8rem;
  }
}

.p-news-list__text {
  margin-top: 1.1rem;
  font-size: max(1.3rem, 10px);
  line-height: 1.9230769231;
  color: #090000;
}

.p-news-list a:hover .p-news-list__img img {
  scale: 1.05;
}
.p-news-list a:hover .p-news-list__body {
  opacity: 0.7;
}

/* ------------------------------------------------
pagination
--------------------------------------------------- */
.p-news__pagination {
  margin-top: 8rem;
}

/* ------------------------------------------------
deco
--------------------------------------------------- */
.p-news .deco01 {
  position: absolute;
  top: -1.4rem;
  left: -5.3rem;
  width: 25rem;
}
@media only screen and (max-width: 767px) {
  .p-news .deco01 {
    top: -7.7rem;
    left: -4.6rem;
    width: 16rem;
  }
}
.p-news .deco02 {
  position: absolute;
  top: 0;
  right: -27.2rem;
  width: 21.6rem;
}
@media only screen and (max-width: 1200px) {
  .p-news .deco02 {
    right: -10rem;
    top: 3rem;
    width: 17rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .deco02 {
    top: initial;
    top: 2rem;
    right: -2.5rem;
    width: 6rem;
  }
}
.p-news .deco03 {
  position: absolute;
  top: 30%;
  left: -24.9rem;
  width: 14rem;
  transform: rotate(15deg);
}
@media only screen and (max-width: 767px) {
  .p-news .deco03 {
    top: initial;
    bottom: 52rem;
    left: 0.4rem;
    width: 3.4rem;
  }
}
.p-news .deco04 {
  position: absolute;
  top: 44%;
  left: -22rem;
  width: 11rem;
  transform: rotate(-25deg);
}
@media only screen and (max-width: 767px) {
  .p-news .deco04 {
    top: initial;
    bottom: 57rem;
    left: -2.5rem;
    width: 6rem;
  }
}
.p-news .deco05 {
  position: absolute;
  top: 51%;
  right: -3rem;
  width: 8.7rem;
}
@media only screen and (max-width: 767px) {
  .p-news .deco05 {
    top: 48%;
    right: -3rem;
    width: 6rem;
  }
}
.p-news .deco06 {
  position: absolute;
  top: 70%;
  left: -11.2rem;
  left: -13.2rem;
  width: 21.5rem;
}
@media only screen and (max-width: 767px) {
  .p-news .deco06 {
    top: 0;
    left: 0;
    width: 8rem;
  }
}
.p-news .deco07 {
  position: absolute;
  top: 80%;
  right: -27.5rem;
  width: 27.2rem;
}
@media only screen and (max-width: 1200px) {
  .p-news .deco07 {
    right: -16rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .deco07 {
    top: initial;
    bottom: -6.6rem;
    right: -0.7rem;
    width: 16rem;
  }
}

.p-news--single .p-news__head {
  max-width: 80%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-news--single .p-news__head {
    max-width: 500px;
    margin-inline: auto;
  }
}
.p-news--single .p-news__title {
  text-align: left;
  line-height: 1.625;
}
.p-news--single .p-news-post__date {
  font-size: 1.3rem;
  color: #A13480;
}

.p-news-post__text {
  font-size: 1.8rem;
  line-height: 2.0555555556;
  color: #090000;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .p-news-post__text {
    font-size: 1.6rem;
    text-align: justify;
  }
}
.p-news-post__text h2, .p-news-post__text h3, .p-news-post__text h4, .p-news-post__text h5, .p-news-post__text h6 {
  font-weight: bold;
}
.p-news-post__text h2 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-news-post__text h2 {
    font-size: 1.8rem;
  }
}
.p-news-post__text h3 {
  font-size: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .p-news-post__text h3 {
    font-size: 1.7rem;
  }
}
.p-news-post__text h4 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-news-post__text h4 {
    font-size: 1.7rem;
  }
}
.p-news-post__text h5 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .p-news-post__text h5 {
    font-size: 1.6rem;
  }
}
.p-news-post__text h6 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-news-post__text h6 {
    font-size: 1.6rem;
  }
}
.p-news-post__text h2:not(:first-child), .p-news-post__text h3:not(:first-child), .p-news-post__text h4:not(:first-child), .p-news-post__text h5:not(:first-child), .p-news-post__text h6:not(:first-child) {
  margin-top: 40px;
}
.p-news-post__text h2 + h2, .p-news-post__text h2 + h3, .p-news-post__text h2 + h4, .p-news-post__text h2 + h5, .p-news-post__text h2 + h6, .p-news-post__text h2 + p, .p-news-post__text h2 + dl, .p-news-post__text h2 + ol, .p-news-post__text h2 + ul, .p-news-post__text h2 + table, .p-news-post__text h3 + h2, .p-news-post__text h3 + h3, .p-news-post__text h3 + h4, .p-news-post__text h3 + h5, .p-news-post__text h3 + h6, .p-news-post__text h3 + p, .p-news-post__text h3 + dl, .p-news-post__text h3 + ol, .p-news-post__text h3 + ul, .p-news-post__text h3 + table, .p-news-post__text h4 + h2, .p-news-post__text h4 + h3, .p-news-post__text h4 + h4, .p-news-post__text h4 + h5, .p-news-post__text h4 + h6, .p-news-post__text h4 + p, .p-news-post__text h4 + dl, .p-news-post__text h4 + ol, .p-news-post__text h4 + ul, .p-news-post__text h4 + table, .p-news-post__text h5 + h2, .p-news-post__text h5 + h3, .p-news-post__text h5 + h4, .p-news-post__text h5 + h5, .p-news-post__text h5 + h6, .p-news-post__text h5 + p, .p-news-post__text h5 + dl, .p-news-post__text h5 + ol, .p-news-post__text h5 + ul, .p-news-post__text h5 + table, .p-news-post__text h6 + h2, .p-news-post__text h6 + h3, .p-news-post__text h6 + h4, .p-news-post__text h6 + h5, .p-news-post__text h6 + h6, .p-news-post__text h6 + p, .p-news-post__text h6 + dl, .p-news-post__text h6 + ol, .p-news-post__text h6 + ul, .p-news-post__text h6 + table {
  margin-top: 20px !important;
}
.p-news-post__text p:not(:first-child), .p-news-post__text dl:not(:first-child), .p-news-post__text ol:not(:first-child), .p-news-post__text ul:not(:first-child), .p-news-post__text table:not(:first-child) {
  margin-top: 40px;
}
.p-news-post__text ol, .p-news-post__text ul {
  margin-left: 1.3em;
}
.p-news-post__text ol ol, .p-news-post__text ol ul, .p-news-post__text ul ol, .p-news-post__text ul ul {
  margin-top: 0 !important;
}
.p-news-post__text ol ol ol, .p-news-post__text ol ul ol, .p-news-post__text ul ol ol, .p-news-post__text ul ul ol {
  list-style: none;
  counter-reset: number;
  margin-left: 0;
}
.p-news-post__text ol ol ol li, .p-news-post__text ol ul ol li, .p-news-post__text ul ol ol li, .p-news-post__text ul ul ol li {
  position: relative;
  padding-left: 2.3em;
}
.p-news-post__text ol ol ol li:before, .p-news-post__text ol ul ol li:before, .p-news-post__text ul ol ol li:before, .p-news-post__text ul ul ol li:before {
  content: "（" counter(number) "）";
  counter-increment: number;
  position: absolute;
  left: 0;
}
.p-news-post__text ul {
  list-style: disc;
}
.p-news-post__text ol {
  list-style: decimal;
}
.p-news-post__text ol li::marker {
  font-weight: bold;
}
.p-news-post__text input, .p-news-post__text textarea, .p-news-post__text fieldset {
  border: 1px solid #797979;
  border-radius: 4px;
  padding: 1em;
  max-width: 100%;
  background-color: #fff;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-news-post__text input, .p-news-post__text textarea, .p-news-post__text fieldset {
    font-size: 1.6rem;
  }
}
.p-news-post__text input::placeholder, .p-news-post__text textarea::placeholder, .p-news-post__text fieldset::placeholder {
  color: #797979;
}
.p-news-post__text img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.p-news-post__thumbnail {
  text-align: center;
  margin-bottom: 2rem;
}
.p-news-post__thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* --------------------------------
p-404
----------------------------------- */
.p-404 {
  margin-top: 10rem;
  padding-block: 12.8rem;
}
@media only screen and (max-width: 767px) {
  .p-404 {
    padding-block: 9.6rem;
  }
}

.p-404__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-404__title {
    font-size: 3rem;
  }
}
.p-404__title span {
  font-size: 6rem;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .p-404__title span {
    font-size: 6rem;
    margin-right: 0;
  }
}

.p-404__text {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 6.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1.4rem;
    max-width: 420px;
    margin-inline: auto;
    margin-top: 3.6rem;
    text-align: left;
  }
}

.p-404__btn {
  margin-top: 6rem;
  text-align: center;
}

/* --------------------------------
utility
----------------------------------- */
.u-ib {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-text16 {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .u-order01 {
    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .u-order02 {
    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .u-order03 {
    order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .u-order04 {
    order: 4;
  }
}

@media only screen and (max-width: 767px) {
  .u-order05 {
    order: 5;
  }
}/*# sourceMappingURL=style.css.map */