/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.p_top .add_animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}
.p_top_mv {
  position: relative;
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .p_top_mv {
    padding-top: 77px;
  }
}
.p_top_mv__main {
  position: relative;
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .p_top_mv__main {
    margin: 0;
  }
}
.p_top_mv__slide {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}
.p_top_mv__slide.loaded {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p_top_mv__slide {
    border-radius: 150px 150px 0 0;
  }
}
.p_top_mv__slide_item {
  height: 78.7179487179vw;
}
@media screen and (min-width: 768px) {
  .p_top_mv__slide_item {
    height: auto;
  }
}
.p_top_mv__slide_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_top_mv__ttl {
  position: absolute;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 82.8205128205%;
}
@media screen and (min-width: 768px) {
  .p_top_mv__ttl {
    bottom: 106px;
    width: clamp(22.5rem, 28.8461538462vw + 8.6538461538rem, 37.5rem);
  }
}
.p_top_mv__rainbow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: calc(100% + 172px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p_top_mv__rainbow {
    bottom: clamp(-4.125rem, -3.1730769231vw + -0.9519230769rem, -2.475rem);
    width: calc(100% + clamp(4.425rem, 5.6730769231vw + 1.7019230769rem, 7.375rem));
  }
}
.p_top_mv__cloud {
  display: none;
}
@media screen and (min-width: 768px) {
  .p_top_mv__cloud {
    position: absolute;
    top: 66px;
    right: -55px;
    display: block;
    width: clamp(15rem, 19.2307692308vw + 5.7692307692rem, 25rem);
  }
}
.p_top_mv__bird {
  position: absolute;
  top: 0;
  left: 10px;
  width: 104px;
}
@media screen and (min-width: 768px) {
  .p_top_mv__bird {
    top: 10px;
    left: 44px;
    width: 228px;
  }
}
.p_top_about {
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p_top_about {
    padding: 76px 0 67px;
  }
}
.p_top_about__logo {
  position: relative;
  z-index: 1;
  width: 262px;
  margin: 0 auto -5px;
}
@media screen and (min-width: 768px) {
  .p_top_about__logo {
    width: 402px;
    margin-bottom: 40px;
  }
}
.p_top_about__sologan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  max-width: 360px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .p_top_about__sologan {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 27px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: 70px;
  }
}
.p_top_about__sologan_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 142px;
  width: clamp(8.5rem, 10.9090909091vw + 6.3181818182rem, 8.875rem);
  height: 76px;
  padding-bottom: 14px;
  background: url(../images/top/img_about_badge.svg) no-repeat top center/contain;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_top_about__sologan_item {
    width: 254px;
    height: 135px;
    padding-bottom: clamp(1.875rem, -4.6296296296vw + 5.3472222222rem, 3.125rem);
  }
}
.p_top_about__sologan_item span {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p_top_about__sologan_item span {
    font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
    white-space: wrap;
  }
}
.p_top_about__sologan_item span:nth-child(2) {
  color: #eae266;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p_top_about__sologan_item span:nth-child(2) {
    font-size: clamp(1.375rem, 0.6944444444vw + 1.0416666667rem, 1.5625rem);
  }
}
.p_top_about__sologan_item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.p_top_about__sologan_item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_top_about__sologan_item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
}
.p_top_about__sologan_item:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p_top_about__sologan_item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p_top_about__box {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_top_about__box {
    margin-bottom: 65px;
  }
}
.p_top_about__ttl {
  margin-bottom: 16px;
  color: #b40119;
  font-size: 1.1875rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_about__ttl {
    margin-bottom: 24px;
    font-size: 2.125rem;
  }
}
.p_top_about__ttl .spec {
  position: relative;
}
.p_top_about__ttl .spec::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 3px;
  left: -5px;
  width: calc(100% - 5px);
  height: 5px;
  background-color: #f8f39e;
}
@media screen and (min-width: 768px) {
  .p_top_about__ttl .spec::before {
    height: 9px;
  }
}
.p_top_about__ttl .dot {
  position: relative;
}
.p_top_about__ttl .dot::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: #b40119;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p_top_about__ttl .dot::before {
    top: -6px;
    width: 8px;
    height: 8px;
  }
}
.p_top_about__txt {
  font-weight: 500;
  text-align: center;
  line-height: 2.3076923077;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_about__txt {
    font-size: 1.25rem;
    line-height: 2.15;
  }
}
@media screen and (min-width: 768px) {
  .p_top_about__news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 938px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p_top_about__news_head {
    margin-right: 50px;
    padding-top: 22px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.p_top_about__news_head .ttl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  color: #611b31;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_about__news_head .ttl {
    font-size: 1.75rem;
  }
}
.p_top_about__news_head .ttl::before {
  content: "";
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-right: 9px;
  background: url(../images/common/icon_ttl.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p_top_about__news_head .ttl::before {
    width: 25px;
    height: 25px;
  }
}
.p_top_about__news_head .btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p_top_about__news_head .btn {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p_top_about__news_head .btn .p_top_about__news_btn {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p_top_about__news_list {
    width: 650px;
  }
}
.p_top_about__news_list .post {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p_top_about__news_list .post__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .p_top_about__news_list .post__link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .p_top_about__news_list .post__link:hover {
    color: #611b31;
  }
}
.p_top_about__news_list .post__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
}
.p_top_about__news_list .post__date {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
}
.p_top_about__news_btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 134px;
  padding-bottom: 10px;
  color: #611b31;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_about__news_btn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .p_top_about__news_btn:hover {
    opacity: 0.7;
  }
}
.p_top_about__news_btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #611b31), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(left, #611b31 50%, transparent 50%);
  background-image: linear-gradient(to right, #611b31 50%, transparent 50%);
  background-size: 4px 2px;
  background-position: top left;
  background-repeat: repeat;
}
.p_top_about__news_btn::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_arrow_brown.svg) no-repeat center/contain;
}
.p_top_about__news_bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_top_about__news_bot {
    display: none;
  }
}
.p_top_about__decore_it {
  position: absolute;
}
.p_top_about__decore_it:nth-child(1) {
  top: 185px;
  left: -135px;
  width: 227px;
}
@media screen and (min-width: 768px) {
  .p_top_about__decore_it:nth-child(1) {
    top: 42px;
    left: -72px;
    width: clamp(15.15rem, 19.4230769231vw + 5.8269230769rem, 25.25rem);
  }
}
.p_top_about__decore_it:nth-child(2) {
  top: -5px;
  left: -25px;
  width: 115px;
}
@media screen and (min-width: 768px) {
  .p_top_about__decore_it:nth-child(2) {
    top: 360px;
    left: clamp(-4.375rem, 7.2115384615vw + -7.8365384615rem, -0.625rem);
    width: clamp(10.575rem, 13.5576923077vw + 4.0673076923rem, 17.625rem);
  }
}
.p_top_about__decore_it:nth-child(3) {
  top: 255px;
  right: -46px;
  width: 114px;
}
@media screen and (min-width: 768px) {
  .p_top_about__decore_it:nth-child(3) {
    top: 90px;
    right: clamp(-5rem, 8.1730769231vw + -8.9230769231rem, -0.75rem);
    width: clamp(14.175rem, 18.1730769231vw + 5.4519230769rem, 23.625rem);
  }
}
.p_top_about__decore_it:nth-child(4) {
  top: 0;
  right: -88px;
  width: 156px;
}
@media screen and (min-width: 768px) {
  .p_top_about__decore_it:nth-child(4) {
    top: clamp(14.25rem, -14.6634615385vw + 28.9134615385rem, 21.875rem);
    right: clamp(-10.625rem, 5.0480769231vw + -13.0480769231rem, -8rem);
    width: clamp(19.1625rem, 24.5673076923vw + 7.3701923077rem, 31.9375rem);
  }
}
.p_top_menu {
  position: relative;
  padding: 50px 0;
  background-color: #f8f6d5;
}
@media screen and (min-width: 768px) {
  .p_top_menu {
    padding: 73px 0 134px;
  }
}
.p_top_menu__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}
.p_top_menu__heading_icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 16px;
}
.p_top_menu__heading_txt {
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  color: #611b31;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_menu__heading_txt {
    font-size: 1rem;
  }
}
.p_top_menu__ttl {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  color: #611b31;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_menu__ttl {
    margin-bottom: 70px;
    padding-bottom: 54px;
    font-size: 2.1875rem;
    line-height: 1.6571428571;
  }
}
.p_top_menu__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170px;
  height: 30px;
  background: url(../images/common/img_rainbow.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p_top_menu__ttl::before {
    width: 282px;
  }
}
.p_top_menu__list {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__list {
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    gap: 60px 90px;
    max-width: 945px;
    margin: 0 auto;
  }
}
.p_top_menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .p_top_menu__item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0;
    gap: 0;
  }
}
.p_top_menu__item_info {
  width: 140px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item_info {
    width: 189px;
    margin-right: auto;
  }
}
.p_top_menu__item_ttl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  padding-left: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #611b31;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item_ttl {
    padding-left: 20px;
    font-size: 1.3125rem;
  }
}
.p_top_menu__item_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item_ttl::before {
    width: 7px;
    height: 7px;
  }
}
.p_top_menu__item_price {
  margin-bottom: 14px;
}
.p_top_menu__item_price .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: nowrap;
}
.p_top_menu__item_price .price .number {
  color: #b40119;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item_price .price .number {
    font-size: 2rem;
  }
}
.p_top_menu__item_price .price .number .spec {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item_price .price .number .spec {
    font-size: 1.25rem;
  }
}
.p_top_menu__item_price .price .unit {
  position: relative;
  top: 3px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p_top_menu__item_price .note {
  padding-left: 6px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.8461538462;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item_price .note {
    font-size: 0.8125rem;
  }
}
.p_top_menu__item_txt {
  margin-bottom: 14px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item_txt {
    font-size: 0.8125rem;
  }
}
.p_top_menu__item .c_btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item .c_btn {
    width: 184px;
    padding: 16px 20px;
  }
}
.p_top_menu__item .c_btn::after {
  position: relative;
  right: -8px;
  -webkit-transform: none;
          transform: none;
}
.p_top_menu__item_des {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item_des {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 0;
  }
}
.p_top_menu__item_des .box {
  position: relative;
}
.p_top_menu__item_des .box .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
.p_top_menu__item_des .box .txt .spec {
  color: #b40119;
}
.p_top_menu__item_des .img {
  position: relative;
}
.p_top_menu__item.item01 .p_top_menu__item_des {
  top: 13px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item01 .p_top_menu__item_des {
    left: 27px;
    top: 6px;
  }
}
.p_top_menu__item.item01 .p_top_menu__item_des .txt {
  margin-top: 10px;
}
.p_top_menu__item.item01 .p_top_menu__item_des .img {
  width: 35px;
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item01 .p_top_menu__item_des .img {
    width: auto;
  }
}
.p_top_menu__item.item01 .p_top_menu__item_des .badge {
  width: 190px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item01 .p_top_menu__item_des .badge {
    width: auto;
  }
}
.p_top_menu__item.item02 .p_top_menu__item_des {
  top: 15px;
  left: 12px;
  margin-left: -25px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item02 .p_top_menu__item_des {
    left: 14px;
    top: 18px;
    margin-left: 0;
  }
}
.p_top_menu__item.item02 .p_top_menu__item_des .txt {
  margin-top: -6px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item02 .p_top_menu__item_des .txt {
    margin-top: 6px;
  }
}
.p_top_menu__item.item02 .p_top_menu__item_des .img {
  width: 108px;
  margin-top: -35px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item02 .p_top_menu__item_des .img {
    width: auto;
  }
}
.p_top_menu__item.item02 .p_top_menu__item_des .badge {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item02 .p_top_menu__item_des .badge {
    width: auto;
  }
}
.p_top_menu__item.item03 .p_top_menu__item_des {
  top: 22px;
  left: 15px;
  margin-left: -30px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item03 .p_top_menu__item_des {
    left: 14px;
    top: 21px;
    margin-left: 0;
  }
}
.p_top_menu__item.item03 .p_top_menu__item_des .txt {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item03 .p_top_menu__item_des .txt {
    margin-left: 9px;
  }
}
.p_top_menu__item.item03 .p_top_menu__item_des .img {
  width: 120px;
  margin-top: -30px;
  margin-left: -8px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item03 .p_top_menu__item_des .img {
    width: auto;
  }
}
.p_top_menu__item.item03 .p_top_menu__item_des .badge {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item03 .p_top_menu__item_des .badge {
    width: auto;
  }
}
.p_top_menu__item.item04 .p_top_menu__item_des {
  top: 38px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item04 .p_top_menu__item_des {
    left: 7px;
    top: 24px;
    width: 251px;
  }
}
.p_top_menu__item.item04 .p_top_menu__item_des .txt {
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item04 .p_top_menu__item_des .txt {
    margin-top: 0;
    margin-left: 9px;
  }
}
.p_top_menu__item.item04 .p_top_menu__item_des .img {
  width: 58px;
  margin-top: -24px;
  margin-left: -25px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item04 .p_top_menu__item_des .img {
    width: auto;
    margin-top: -41px;
  }
}
.p_top_menu__item.item04 .p_top_menu__item_des .badge {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__item.item04 .p_top_menu__item_des .badge {
    width: auto;
  }
}
.p_top_menu__decore_it {
  position: absolute;
}
.p_top_menu__decore_it:nth-child(1) {
  top: 160px;
  left: -90px;
  width: 188px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__decore_it:nth-child(1) {
    top: 145px;
    left: clamp(-10.625rem, 10.8173076923vw + -15.8173076923rem, -5rem);
    width: clamp(17.55rem, 22.5vw + 6.75rem, 29.25rem);
  }
}
.p_top_menu__decore_it:nth-child(2) {
  top: 50px;
  right: -55px;
  width: 145px;
}
@media screen and (min-width: 768px) {
  .p_top_menu__decore_it:nth-child(2) {
    top: 100px;
    right: -55px;
    width: clamp(13.575rem, 17.4038461538vw + 5.2211538462rem, 22.625rem);
  }
}
.p_top_flow {
  position: relative;
  padding: 50px 0;
  background: url(../images/top/bg_flow.jpg) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .p_top_flow {
    padding: 113px 0 111px;
  }
}
.p_top_flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 246, 213, 0.73);
  pointer-events: none;
}
.p_top_flow__main {
  position: relative;
}
.p_top_flow__ttl {
  position: relative;
  margin-bottom: 40px;
  color: #611b31;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_flow__ttl {
    margin-bottom: 58px;
    font-size: 1.75rem;
    line-height: 2.0714285714;
  }
}
.p_top_flow__ttl span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p_top_flow__ttl span {
    padding: 0 33px;
  }
}
.p_top_flow__ttl span::before, .p_top_flow__ttl span::after {
  content: "";
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_ttl.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p_top_flow__ttl span::before, .p_top_flow__ttl span::after {
    width: 25px;
    height: 25px;
  }
}
.p_top_flow__ttl span::before {
  top: 6px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p_top_flow__ttl span::before {
    top: 18px;
  }
}
.p_top_flow__ttl span::after {
  bottom: 6px;
  right: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media screen and (min-width: 768px) {
  .p_top_flow__ttl span::after {
    top: 18px;
    bottom: auto;
  }
}
.p_top_flow__txt {
  max-width: 440px;
  margin: 0 auto 30px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_flow__txt {
    max-width: none;
    margin: 0 0 42px;
    font-size: 1.125rem;
    text-align: center;
  }
}
.p_top_flow__btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_top_flow__img_item {
  position: absolute;
}
.p_top_flow__img_item:nth-child(1) {
  bottom: -80px;
  left: -90px;
  width: 174px;
}
@media screen and (min-width: 768px) {
  .p_top_flow__img_item:nth-child(1) {
    top: 70px;
    bottom: auto;
    left: 20px;
    width: clamp(9.3rem, 11.9230769231vw + 3.5769230769rem, 15.5rem);
  }
}
.p_top_flow__img_item:nth-child(2) {
  bottom: 0;
  right: -45px;
  width: 82px;
}
@media screen and (min-width: 768px) {
  .p_top_flow__img_item:nth-child(2) {
    top: 137px;
    right: clamp(-1.875rem, 26.953125vw + -14.8125rem, 6.75rem);
    width: clamp(4.35rem, 5.5769230769vw + 1.6730769231rem, 7.25rem);
  }
}
.p_top_company {
  position: relative;
  padding: 50px 0 40px;
}
@media screen and (min-width: 768px) {
  .p_top_company {
    padding: 98px 0 70px;
  }
}
@media screen and (min-width: 768px) {
  .p_top_company .container {
    max-width: 1090px;
  }
}
.p_top_company__about {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_top_company__about {
    margin-bottom: 88px;
  }
}
.p_top_company__about_ttl {
  margin-bottom: 5px;
  color: #611b31;
  font-size: 1.1875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_company__about_ttl {
    font-size: 2.1875rem;
    text-align: left;
  }
}
.p_top_company__about_sub {
  margin-bottom: 20px;
  color: #611b31;
  font-size: 1.1875rem;
  text-align: center;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_company__about_sub {
    margin-bottom: 42px;
    font-size: 2.1875rem;
    text-align: left;
  }
}
.p_top_company__about_rainbow {
  width: 170px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .p_top_company__about_rainbow {
    width: 282px;
    margin: 0 0 44px;
  }
}
.p_top_company__about_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #611b31;
  font-weight: 500;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
}
.p_top_company__about_info span:nth-child(1) {
  margin-bottom: -5px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p_top_company__about_info span:nth-child(1) {
    margin-bottom: -10px;
    font-size: 1.125rem;
  }
}
.p_top_company__about_info span:nth-child(2) {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p_top_company__about_info span:nth-child(2) {
    font-size: 1.5625rem;
  }
}
.p_top_company__about_img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_top_company__about_img {
    position: absolute;
    top: -20px;
    left: calc(50% - clamp(-1.5rem, 7.4519230769vw + -5.0769230769rem, 2.375rem));
    width: clamp(28.125rem, 46.6346153846vw + 5.7403846154rem, 52.375rem);
    height: 415px;
    margin-top: 0;
  }
}
.p_top_company__about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_top_company__message_txt {
  margin-bottom: 23px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_company__message_txt {
    font-size: 1rem;
  }
}
.p_top_company__message_sign {
  padding-right: 10px;
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_company__message_sign {
    font-size: 1.25rem;
  }
}
.p_top_company__btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_top_company__btn {
    margin-top: 23px;
  }
}
.p_top_company__decore {
  position: absolute;
  bottom: -50px;
  right: -80px;
  width: 198px;
}
@media screen and (min-width: 768px) {
  .p_top_company__decore {
    right: 0;
    bottom: clamp(-5.875rem, -4.5192307692vw + -1.3557692308rem, -3.525rem);
    width: clamp(10.575rem, 13.5576923077vw + 4.0673076923rem, 17.625rem);
  }
}
.p_top_qa {
  padding: 50px 0;
  background-color: #f8f6d5;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p_top_qa {
    padding: 88px 0 124px;
  }
}
.p_top_qa .container {
  max-width: 1080px;
}
.p_top_qa__ttl {
  position: relative;
  margin-bottom: 30px;
  padding-left: 18px;
  color: #611b31;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.6551724138;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_qa__ttl {
    margin-bottom: 38px;
    font-size: 1.8125rem;
  }
}
.p_top_qa__ttl::before {
  content: "";
  position: absolute;
  top: 15px;
  right: calc(100% - 5px);
  width: 100vw;
  height: 1px;
  background-color: #707070;
}
@media screen and (min-width: 768px) {
  .p_top_qa__ttl::before {
    top: 25px;
  }
}
.p_top_qa__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_top_qa__item:not(:last-child) {
    margin-bottom: 35px;
  }
}
.p_top_qa__item_ttl {
  position: relative;
  z-index: 2;
  padding: 10px 40px 10px 50px;
  background-color: #638300;
  border-radius: 100px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p_top_qa__item_ttl {
    padding: 19px 20px 22px 76px;
    font-size: 1.125rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .p_top_qa__item_ttl:hover {
    background-color: #611b31;
  }
}
.p_top_qa__item_ttl::before {
  content: "Q.";
  position: absolute;
  top: 7px;
  left: 20px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_qa__item_ttl::before {
    top: 16px;
    left: 26px;
    font-size: 1.5rem;
  }
}
.p_top_qa__item_ttl::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 9px;
  background: url(../images/top/icon_qa_arrow.svg) no-repeat center/contain;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media screen and (min-width: 768px) {
  .p_top_qa__item_ttl::after {
    top: 31px;
    right: 41px;
  }
}
.p_top_qa__item_ttl.active::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.p_top_qa__item_txt {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: -30px;
  padding: 43px 50px 12px;
  background-color: #fff;
  border-radius: 20px;
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top_qa__item_txt {
    padding: 43px 60px 13px;
  }
}
.p_top_qa__item_txt::before {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #fff;
}