@charset "UTF-8";
/*------------------------------------------------------------------------
// Loading
  └ loading
------------------------------------------------------------------------*/
/* Loading
----------------------------------------*/
#contentsWrapper {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#loadingWrapper {
  display: none;
}

#loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  background: #ffffff;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
}

#loading_anime {
  width: 340px;
  height: 340px;
  background: url(../img/top/img_loading.png) no-repeat;
  -webkit-animation: anime 1s steps(2) infinite;
          animation: anime 1s steps(2) infinite;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

@media screen and (min-width: 768px), print {
  #loading_anime {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes anime {
  to {
    background-position: -680px 0;
  }
}

@keyframes anime {
  to {
    background-position: -680px 0;
  }
}

/*------------------------------------------------------------------------
// for TopPage
  ├ p-mv
  ├ p-ornament
  ├ p-lead
  ├ p-lineup
  ├ p-secret
  ├ p-process
  ├ p-susume
  ├ p-news
  └ p-recruit
------------------------------------------------------------------------*/
/*----------------------------------------
	TOPページ用
----------------------------------------*/
/* MVエリア
----------------------------------------*/
.p-mvWrap {
  position: relative;
}

/* MV スライダー
-----------------------------------------*/
.p-mvSlider img {
  width: 100%;
  max-width: none;
  height: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

@media screen and (min-width: 768px), print {
  .p-mvSlider img {
    height: 720px;
  }
}

/* MV キャッチコピー
-----------------------------------------*/
.p-mvCatch {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 1080px;
  padding: 25px;
}

.p-mvCatch__txt {
  display: block;
  margin: 10px 0;
}

.p-mvCatch__txt span {
  display: inline-block;
  padding: 0 10px;
  background: #ffffff;
  color: #493759;
  font-weight: 500;
  font-size: 5.625vw;
  font-size: clamp(20px, 5.625vw, 40px);
}

@media screen and (min-width: 768px), print {
  .p-mvCatch {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-mvCatch__txt {
    margin: 30px 0;
  }
  .p-mvCatch__txt span {
    padding: 0 10px;
    font-size: 40px;
    font-size: 4rem;
  }
}

/* 装飾パーツ
----------------------------------------*/
.p-ornament {
  position: absolute;
  z-index: 1;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-ornament01 {
  background-image: url(../img/top/img_ornament01.png);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@media screen and (max-width: 767px), print {
  .p-ornament01 {
    left: -1.5625vw;
    top: 3.125vw;
    width: 15.3125vw;
    height: 13.4375vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-ornament01 {
    left: -75px;
    top: 25px;
    width: 232px;
    height: 256px;
  }
}

.p-ornament02 {
  background-image: url(../img/top/img_ornament02.png);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@media screen and (max-width: 767px), print {
  .p-ornament02 {
    right: -7.8125vw;
    top: 4.6875vw;
    width: 26.5625vw;
    height: 32.03125vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-ornament02 {
    right: -117px;
    top: -30px;
    width: 227px;
    height: 271px;
  }
}

.p-ornament03 {
  background-image: url(../img/top/img_ornament03.png);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@media screen and (max-width: 767px), print {
  .p-ornament03 {
    left: -1.5625vw;
    top: 7.8125vw;
    width: 16.5625vw;
    height: 24.0625vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-ornament03 {
    left: -37px;
    top: -36px;
    width: 175px;
    height: 134px;
  }
}

.p-ornament04 {
  background-image: url(../img/top/img_ornament04.png);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@media screen and (max-width: 767px), print {
  .p-ornament04 {
    left: -3.125vw;
    bottom: -4.6875vw;
    width: 22.5vw;
    height: 21.71875vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-ornament04 {
    left: -35px;
    top: 130px;
    width: 155px;
    height: 149px;
  }
}

.p-ornament05 {
  background-image: url(../img/top/img_ornament05.png);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media screen and (max-width: 767px), print {
  .p-ornament05 {
    right: -3.125vw;
    bottom: 4.6875vw;
    width: 16.09375vw;
    height: 16.5625vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-ornament05 {
    left: 60px;
    top: 90px;
    width: 109px;
    height: 112px;
  }
}

.p-ornament06 {
  background-image: url(../img/top/img_ornament06.png);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@media screen and (max-width: 767px), print {
  .p-ornament06 {
    right: -3.125vw;
    top: 23.4375vw;
    width: 16.09375vw;
    height: 16.5625vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-ornament06 {
    right: -30px;
    top: -50px;
    width: 93px;
    height: 118px;
  }
}

.p-ornament07 {
  background-image: url(../img/top/img_ornament07.png);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (max-width: 767px), print {
  .p-ornament07 {
    right: -7.8125vw;
    top: -4.6875vw;
    width: 27.34375vw;
    height: 22.8125vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-ornament07 {
    right: -76px;
    top: 34px;
    width: 210px;
    height: 196px;
  }
}

/*ニュースエリア用（PCのみ）*/
.p-ornament08 {
  position: static;
  background-image: url(../img/top/img_ornament08.png);
  width: 182px;
  height: 154px;
}

.p-ornament09 {
  position: static;
  background-image: url(../img/top/img_ornament09.png);
  width: 160px;
  height: 200px;
}

.p-ornament10 {
  position: static;
  background-image: url(../img/top/img_ornament10.png);
  width: 102px;
  height: 106px;
  margin-left: 30px;
}

.p-ornament11 {
  position: static;
  background-image: url(../img/top/img_ornament11.png);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 174px;
  height: 178px;
}

.p-ornament12 {
  position: static;
  background-image: url(../img/top/img_ornament12.png);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 184px;
  height: 123px;
}

.p-ornament13 {
  position: static;
  background-image: url(../img/top/img_ornament13.png);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 193px;
  height: 188px;
}

/* リード文エリアレイアウト
----------------------------------------*/
.p-lead .l-container {
  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;
}

/* リード文
----------------------------------------*/
.p-lead {
  margin-bottom: 7.8125vw;
}

.p-lead .l-container {
  position: relative;
}

.p-lead__txt {
  margin-top: 3.125vw;
  padding-left: 1.5625vw;
  font-size: 3.75vw;
  font-size: clamp(12px, 3.75vw, 24px);
  line-height: 2.15;
}

@media screen and (min-width: 1080px), print {
  .p-lead {
    margin-bottom: 0;
  }
  .p-lead__txt {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
  }
}

/* オンラインショップ
----------------------------------------*/
.p-lead__shop {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.p-lead__shop a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #493759;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.p-lead__shop a::before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  background: url(../img/top/img_shop_cart.svg) center center/contain no-repeat;
}

.p-lead__shop a span {
  position: relative;
  z-index: 1;
  display: block;
}

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

@media screen and (max-width: 1079px), print {
  .p-lead__shop {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .p-lead__shop a {
    width: 25vw;
    height: 25vw;
  }
  .p-lead__shop a::before {
    width: 12.5vw;
    height: 9.375vw;
  }
  .p-lead__shop .txt01 {
    font-size: 3.125vw;
    font-weight: 500;
  }
  .p-lead__shop .txt02 {
    display: none;
  }
}

@media screen and (min-width: 1080px), print {
  .p-lead__shop {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 200px;
    height: 200px;
  }
  .p-lead__shop a {
    width: 100%;
    height: 100%;
  }
  .p-lead__shop a::before {
    width: 90px;
    height: 68px;
    margin-bottom: 10px;
  }
  .p-lead__shop a span {
    position: relative;
    z-index: 1;
    display: block;
  }
  .p-lead__shop a .txt01 {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 500;
  }
  .p-lead__shop a .txt02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1080px), print {
  .p-lead__shop {
    width: 240px;
    height: 240px;
  }
}

/* --------------------------------------
新商品ラインナップ
----------------------------------------*/
/*エリアレイアウト
----------------------------------------*/
.p-lineup {
  position: relative;
  z-index: 1;
  padding-bottom: 12.5vw;
}

@media screen and (min-width: 768px), print {
  .p-lineup {
    padding-top: 8.33333vw;
    padding-bottom: 3.33333vw;
  }
}

@media screen and (min-width: 1080px), print {
  .p-lineup {
    padding-top: 0;
    padding-bottom: 200px;
  }
}

/*見出し
----------------------------------------*/
.p-lineup__header {
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}

.p-lineup__header-title {
  font-weight: 500;
}

.p-lineup__header-btn {
  text-align: center;
}

.p-lineup__header-btn a {
  position: relative;
  display: inline-block;
  border: 2px solid;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.p-lineup__header-btn a:hover {
  background: rgba(130, 72, 128, 0.6);
  border: 2px solid rgba(130, 72, 128, 0.6);
  color: #ffffff;
}

.p-lineup__header-btn a::after {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px), print {
  .p-lineup__header-title {
    font-size: 6.25vw;
    font-size: clamp(20px, 6.25vw, 34px);
  }
  .p-lineup__header-btn {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-lineup__header-btn a {
    padding: 5px 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-lineup__header {
    position: relative;
    z-index: 1;
    padding-left: 50%;
  }
  .p-lineup__header-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .p-lineup__header-btn {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-lineup__header-btn a {
    width: 248px;
    padding: 10px 15px 10px 15px;
  }
}

@media screen and (min-width: 1260px), print {
  .p-lineup__header {
    padding-left: 40%;
  }
}

/*商品一覧（横スライド）
----------------------------------------*/
.p-lineupSubOuter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-lineupSub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-lineupSub__item {
  margin: 0 5px;
  text-align: center;
}

.p-lineupSub__item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-lineupSub__item figcaption {
  margin-top: 5px;
}

.p-lineupSub__item figcaption span {
  display: block;
}

/*アニメーション設定*/
.p-lineupSub:first-child {
  -webkit-animation: loop 90s linear infinite;
          animation: loop 90s linear infinite;
}

.p-lineupSub:nth-child(2) {
  -webkit-animation: loop2 90s -60s linear infinite;
          animation: loop2 90s -60s linear infinite;
}

.p-lineupSub:last-child {
  -webkit-animation: loop3 90s -30s linear infinite;
          animation: loop3 90s -30s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

@media screen and (max-width: 767px), print {
  .p-lineupSubOuter {
    margin-top: 25px;
  }
  .p-lineupSub__item {
    width: 12.5vw;
    min-width: 80px;
  }
  .p-lineupSub__item img {
    width: 8.59375vw;
    height: 10.15625vw;
    min-width: 55px;
    min-height: 65px;
  }
  .p-lineupSub__item figcaption {
    font-size: 1.5625vw;
    letter-spacing: -0.02em;
  }
  .p-lineupSub__item figcaption span {
    font-size: 1.25vw;
    zoom: 0.8;
  }
}

@media screen and (min-width: 768px), print {
  .p-lineupSubOuter {
    margin-top: 3.75vw;
  }
  .p-lineupSub__item {
    width: 18.33333vw;
  }
  .p-lineupSub__item img {
    width: 13.33333vw;
    height: 16.66667vw;
    max-width: 220px;
    max-height: 275px;
  }
  .p-lineupSub__item figcaption {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-lineupSub__item figcaption span {
    font-size: 14px;
    font-size: 1.4rem;
    zoom: 1;
  }
}

/*商品一覧（メイン）
----------------------------------------*/
.p-lineupMain__item {
  position: relative;
}

.p-lineupMain__item img {
  margin: 0 auto;
  border-radius: 100%;
}

.p-lineupMain__item figcaption {
  position: absolute;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  border-radius: 12px;
  background: #824880;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.p-lineupMain .slick-list {
  overflow: visible !important;
}

@media screen and (max-width: 767px), print {
  .p-lineupMain {
    width: 86.875vw;
    max-width: 470px;
    margin: 20px auto 0;
  }
  .p-lineupMain__item figcaption {
    left: 0;
    bottom: -7.8125vw;
    width: 100%;
    padding: 20px;
    font-size: 4.6875vw;
    font-size: clamp(15px, 4.6875vw, 30px);
  }
}

@media screen and (min-width: 768px), print {
  .p-lineupMain {
    position: absolute;
    left: 0;
    top: 50%;
    width: 39vw;
    margin-left: 8 0px;
    margin-top: -18.33333vw;
  }
  .p-lineupMain__item img {
    max-width: 468px;
  }
  .p-lineupMain__item figcaption {
    left: 50%;
    bottom: -50px;
    width: 39vw;
    max-width: 468px;
    padding: 20px;
    font-size: 2.5vw;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (min-width: 1260px), print {
  .p-lineupMain figcaption {
    font-size: 30px;
    font-size: 3rem;
  }
}

/* --------------------------------------
おいしさの秘密
----------------------------------------*/
/*エリアレイアウト
----------------------------------------*/
.p-secretWrap {
  padding: 7.8125vw 0;
  background: #E9EAF5;
}

.p-secretWrap .l-container {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 768px), print {
  .p-secretWrap {
    margin-top: 80px;
    padding: 80px 0;
  }
}

/*おいしさの秘密
----------------------------------------*/
.p-secret__body p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

.p-secret__img {
  max-width: 540px;
  margin: 20px auto;
}

.p-secret._secret02 .p-secret__img {
  margin-bottom: -15.625vw;
}

@media screen and (min-width: 768px), print {
  .p-secret {
    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;
    margin-top: -100px;
  }
  .p-secret__body {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 468px;
  }
  .p-secret__body p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.2;
  }
  .p-secret__img {
    width: 700px;
    max-width: none;
  }
  .p-secret__img img {
    border-radius: 100%;
  }
  .p-secret._secret01 {
    margin-top: -3.90625vw;
  }
  .p-secret._secret01 .p-secret__body {
    margin-right: 30px;
  }
  .p-secret._secret01 .p-secret__img {
    margin-right: -200px;
  }
  .p-secret._secret02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: -3.90625vw;
  }
  .p-secret._secret02 .p-secret__body {
    margin-left: 30px;
  }
  .p-secret._secret02 .p-secret__img {
    margin-left: -200px;
  }
}

@media screen and (min-width: 1080px), print {
  .p-secret {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-secret__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: none;
  }
  .p-secret._secret01 {
    margin-top: -100px;
    padding-left: 80px;
  }
  .p-secret._secret01 .p-secret__body {
    margin-right: 50px;
  }
  .p-secret._secret01 .p-secret__img {
    margin-right: -200px;
  }
  .p-secret._secret02 {
    margin-top: -100px;
    padding-right: 80px;
  }
  .p-secret._secret02 .p-secret__body {
    margin-left: 50px;
  }
  .p-secret._secret02 .p-secret__img {
    margin-left: -200px;
    margin-bottom: -200px;
  }
}

.p-secret__ttl {
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 0.5em;
  background: #ffffff;
  color: #824880;
  text-align: center;
  font-weight: 500;
  font-size: 4.6875vw;
  font-size: clamp(15px, 4.6875vw, 28px);
}

@media screen and (min-width: 768px), print {
  .p-secret__ttl {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

/* --------------------------------------
漬物ができるまで
----------------------------------------*/
/*エリアレイアウト
----------------------------------------*/
.p-processWrap {
  margin-top: 15.625vw;
}

@media screen and (min-width: 768px), print {
  .p-processWrap {
    margin-top: 80px;
  }
}

/*漬物ができるまで
----------------------------------------*/
.p-processList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}

.p-processList__item {
  width: 48%;
}

@media screen and (min-width: 768px), print {
  .p-processList__item {
    width: 32%;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1260px), print {
  .p-processList {
    padding: 0;
  }
}

.p-process__txt {
  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;
  padding: 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  .p-process__txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-process__num {
  display: inline-block;
  padding: 0 10px;
  color: #824880;
  font-size: 6.25vw;
  font-size: clamp(20px, 6.25vw, 40px);
}

/* --------------------------------------
浅漬けのススメ
----------------------------------------*/
/*エリア
-------------------------*/
.p-susumeWrap {
  margin-top: 60px;
  padding-top: 70.3125vw;
  padding-bottom: 7.8125vw;
  background: url(../img/top/ph_process_image_sp.jpg) center top/cover no-repeat;
}

@media screen and (min-width: 1080px), print {
  .p-susumeWrap {
    margin-top: 86px;
    padding: 65px 0;
    background: url(../img/top/ph_process_image.jpg) left center/cover no-repeat;
  }
}

/*浅漬のススメ
-------------------------*/
.p-susume__ttl {
  margin-bottom: 0.5em;
  font-size: 5.3125vw;
  font-size: clamp(17px, 5.3125vw, 28px);
  text-align: center;
}

.p-susume__txt {
  padding: 1em;
  font-size: 3.4375vw;
  font-size: clamp(11px, 3.125vw, 22px);
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 1080px), print {
  .p-susume {
    width: 36%;
  }
  .p-susume__ttl {
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: left;
  }
  .p-susume__txt {
    padding: 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* --------------------------------------
新着情報
----------------------------------------*/
.p-newsWrap {
  padding: 50px 0;
  background: #E9EAF5;
}

@media screen and (min-width: 768px), print {
  .p-newsWrap {
    padding: 58px 0;
  }
}

/* 新着情報枠
-------------------------------*/
.p-news {
  padding: 40px 30px 60px;
  border-radius: 12px;
  background: #ffffff;
}

@media screen and (min-width: 768px), print {
  .p-news {
    padding: 50px 60px;
  }
}

/* 新着情報見出し
-------------------------------*/
.p-news__ttl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #824880;
  text-align: center;
  font-size: 4.6875vw;
  font-size: clamp(15px, 4.6875vw, 30px);
}

@media screen and (min-width: 768px), print {
  .p-news__ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

/* 新着情報一覧
-------------------------------*/
.p-news__listItem {
  padding: 15px 0;
  border-bottom: 1px solid #E8E8E9;
}

/* 新着情報テキスト
-------------------------------*/
.p-news__txt {
  font-size: 1.25em;
}

/* --------------------------------------
採用バナー
----------------------------------------*/
/*大枠レイアウト
---------------------------*/
.p-recruit__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #EA242B;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-recruit__inner:hover {
  opacity: 0.7;
}

.p-recruit__inner::before, .p-recruit__inner::after {
  content: "";
  display: block;
  background-size: cover;
  background-position: center top;
}

.p-recruit__inner::before {
  background-image: url(../img/top/ph_recruit01.jpg);
}

.p-recruit__inner::after {
  background-image: url(../img/top/ph_recruit02.jpg);
}

@media screen and (max-width: 767px), print {
  .p-recruit {
    margin: 0 auto 50px;
  }
  .p-recruit__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-recruit__inner::before, .p-recruit__inner::after {
    width: 50%;
    height: 34.375vw;
  }
  .p-recruit__inner::before {
    border-radius: 6px 0 0 0;
  }
  .p-recruit__inner::after {
    border-radius: 0 6px 0 0;
  }
  .p-recruit__main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit {
    max-width: 800px;
    margin: 0 auto 90px;
  }
  .p-recruit__inner {
    height: 300px;
  }
  .p-recruit__inner::before {
    width: 31.125%;
    border-radius: 12px 0 0 12px;
  }
  .p-recruit__inner::after {
    width: 31.125%;
    border-radius: 0 12px 12px 0;
  }
}

/*mainエリア
---------------------------*/
.p-recruit__main {
  padding: 10px 10px 20px 10px;
  background: #FCF2F2;
}

.p-recruit__header {
  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;
}

.p-recruit__header .logo_ajigen {
  width: 88px;
}

.p-recruit__header .logo_txt {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.p-recruit__title {
  color: #EA242B;
  text-align: center;
  font-weight: 500;
}

.p-recruit__txt {
  text-align: center;
  line-height: 1.45;
}

@media screen and (max-width: 767px), print {
  .p-recruit__title {
    margin-top: 10px;
    font-size: 22.5px;
    font-size: 2.25rem;
  }
  .p-recruit__txt {
    margin-top: 15px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit__main {
    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: 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: 300px;
    padding: 15px 25px 50px;
  }
  .p-recruit__header {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
  }
  .p-recruit__title {
    margin-top: 15px;
    font-size: 35px;
    font-size: 3.5rem;
  }
  .p-recruit__txt {
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
