@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------
reset
--------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: initial;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

b {
  font-weight: inherit;
}

input[type=text], input[type=email], input[type=tel], textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], input[type=email], input[type=tel], textarea {
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
  background: #fff;
  border: solid 1px #b2b2b2;
  border-radius: 5px;
}

input[type=checkbox] {
  transform: scale(1.5);
}

input::placeholder {
  color: #ccc;
}

/*--------------------------------------------------------------------------------------------------
base
--------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  letter-spacing: 0.1rem;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", serif;
  font-feature-settings: "palt";
  line-height: 2;
  background: #fff;
  min-width: 1300px;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 4.8vw;
    min-width: initial;
  }
}
/* sp or pc */
.spOnly {
  display: none !important;
}

br.pc {
  display: inline-block;
}

br.sp {
  display: none;
}

.none {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  .spOnly_ib {
    display: inline-block !important;
  }
  .none {
    display: none !important;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: inline-block;
  }
}
.fontNotoSansJP {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-producerDetailList__title::before, .p-producerIntroList__item::after, .p-retailDetailList__title::before, .p-retailIntroList__item::after, .p-profileHistory__head, .p-topRecruitNaviList__textEN, .p-topServiceNaviList__textEN, .p-sectionTop__title, .l-lower__pageTitle i, .fontInter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.u-hover {
  transition: opacity 0.2s;
}
.u-hover:hover {
  opacity: 0.5;
}
.u-spOnly {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .u-pcOnly {
    display: none !important;
  }
  .u-spOnly {
    display: block !important;
  }
}

/*--------------------------------------------------------------------------------------------------
compornent
--------------------------------------------------------------------------------------------------*/
.c-button {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 10px;
  border-radius: 10em;
  transition: opacity 0.2s;
}
.c-button-red {
  color: #fff;
  background: #b40500;
}
.c-button:hover {
  opacity: 0.5;
}
.c-link {
  font-size: 1.8rem;
  position: relative;
  transition: opacity 0.3s;
}
.c-link:hover {
  opacity: 0.5;
}
.c-link-arrow {
  font-size: 1.5rem;
  font-weight: 700;
  padding-right: 30px;
  display: inline-block;
}
.c-link-arrow::after {
  content: "";
  width: 24px;
  height: 24px;
  margin: auto;
  background-image: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/common/arrow01.svg"), url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/common/arrow01.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left -20px top 7px, left 5px top 7px;
  background-size: 15px 7px, 15px 7px;
  background-color: #b40500;
  border-radius: 10em;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: background-position 0.3s;
}
.c-link-arrow:hover::after {
  background-position: left 5px top 7px, left 30px top 7px;
}
.c-link-arrow span {
  padding: 5px 5px 0;
  border-bottom: solid 1px #b40500;
  display: inline-block;
}
.c-sectionTitle {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 80px;
  position: relative;
}
.c-sectionTitle::after {
  content: "";
  width: 115px;
  height: 2px;
  margin: auto;
  background: #b40500;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
.c-sectionTitleArrow {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 40px;
}
.c-sectionTitleArrow b {
  color: #b30500;
}
.c-sectionTitleArrow__small {
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: block;
}
.c-sectionTitleArrow__main {
  padding-left: 20px;
  display: block;
  position: relative;
}
.c-sectionTitleArrow__main::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #b30500;
  border-right: 0;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 0;
}
.c-sectionCatch {
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.125em;
}
.c-sectionCatch b {
  color: #b40500;
}
@media screen and (max-width: 750px) {
  .c-button {
    padding: 2.6666666667vw;
  }
  .c-link {
    font-size: 4vw;
  }
  .c-link-arrow {
    font-size: 4vw;
    padding-right: 8vw;
  }
  .c-link-arrow::after {
    width: 6.4vw;
    height: 6.4vw;
    background-position: left -5.3333333333vw top 1.8666666667vw, left 1.3333333333vw top 1.8666666667vw;
    background-size: 4vw 1.8666666667vw, 4vw 1.8666666667vw;
    top: 1.3333333333vw;
  }
  .c-link-arrow:hover::after {
    background-position: left 1.3333333333vw top 1.8666666667vw, left 8vw top 1.8666666667vw;
  }
  .c-link-arrow span {
    padding: 1.3333333333vw 1.3333333333vw 0;
    border-bottom: solid 0.2666666667vw #b40500;
  }
  .c-sectionTitle {
    font-size: 4.8vw;
    margin-bottom: 16vw;
  }
  .c-sectionTitle::after {
    content: "";
    width: 30.6666666667vw;
    height: 0.5333333333vw;
    bottom: -5.3333333333vw;
  }
  .c-sectionTitleArrow {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .c-sectionTitleArrow__small {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .c-sectionTitleArrow__main {
    padding-left: 5.3333333333vw;
  }
  .c-sectionTitleArrow__main::before {
    border-top: 2.1333333333vw solid transparent;
    border-bottom: 2.1333333333vw solid transparent;
    border-left: 3.2vw solid #b30500;
    top: 2.1333333333vw;
  }
  .c-sectionTitleArrow__main span {
    margin-left: 2em;
    display: inline-block;
  }
  .c-sectionCatch {
    font-size: 5.3333333333vw;
  }
  .c-sectionCatch--column {
    font-size: 5.3333333333vw;
    writing-mode: vertical-rl;
    text-align: left;
    margin: auto;
  }
}

/*--------------------------------------------------------------------------------------------------
layaout
--------------------------------------------------------------------------------------------------*/
.l-header {
  width: calc(100% - 60px);
  min-width: 1225px;
  height: 75px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 9999;
}
.l-headerLogo {
  line-height: 1;
  width: 192px;
  float: left;
  position: relative;
  top: -7px;
}
.l-headerLogo__button {
  display: block;
}
.l-headerBtn {
  display: none;
}
.l-nav {
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 40px;
}
.l-navList {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 30px;
  /*
  &__item {

  }*/
}
.l-navList__button {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  display: block;
}
.l-navList__button::after {
  content: "";
  width: 0;
  height: 2px;
  margin: auto;
  background: #b40500;
  transition: width 0.2s;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.l-navList__button:hover::after, .l-navList__button.current::after {
  width: 100%;
}
.l-navList__button:hover span, .l-navList__button.current span {
  opacity: 0.5;
}
.l-navList__button span {
  padding-left: 12px;
  display: block;
  position: relative;
  transition: opacity 0.2s;
}
.l-navList__button span::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #b40500;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.l-navContact {
  position: relative;
}
.l-navContact__button {
  font-size: 1.5rem;
  width: 135px;
  display: block;
}
.l-section {
  padding: 100px 0;
}
.l-section:last-child {
  padding-bottom: 0;
}
.l-sectionTop {
  padding-top: 150px;
}
.l-footer {
  color: #fff;
  margin-top: 200px;
  padding: 40px 0;
  background: #505050;
}
.l-footerNav {
  float: left;
}
.l-footerNavList__item {
  margin-top: 10px;
  line-height: 1;
  display: block;
}
.l-footerNavList__item:not(:first-child) {
  margin-top: 20px;
}
.l-footerNavList__button {
  color: #fff;
}
.l-footerInfo {
  float: right;
}
.l-footerInfo__logo {
  width: 293px;
  margin-bottom: 10px;
  display: block;
}
.l-footerInfo__tel, .l-footerInfo__address {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 5px;
  display: block;
}
.l-footer__copyright {
  font-size: 1.2rem;
  text-align: center;
  padding-top: 40px;
  clear: both;
}
.l-container {
  opacity: 0;
}
.l-container.is-active {
  animation: fadeIn 1s linear forwards;
}
.l-container-lower {
  animation: fadeIn 1s linear forwards;
}
.l-wrap {
  width: 730px;
  margin: auto;
}
.l-wrap--footer {
  width: 980px;
}
.l-wrap--sub {
  width: 980px;
}
.l-wrap--profile {
  width: 850px;
}
.l-wrap--map {
  width: 980px;
}
.l-wrap--about {
  width: 980px;
}
.l-wrap--goal {
  width: 980px;
}
.l-wrap--prodcut {
  width: 980px;
}
.l-wrap--retail {
  width: 1000px;
}
.l-wrap--producer {
  width: 1000px;
}
.l-wrap--recruit {
  width: 980px;
  padding-left: 255px;
}
.l-breadcrumbList {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumbList__item {
  font-size: 1.2rem;
}
.l-breadcrumbList__item:not(:first-child)::before {
  content: ">";
  margin: 0 1em;
}
.l-breadcrumbList__button {
  color: #8e8e8e;
}
.l-lower {
  padding: 140px 0 10px;
  border-bottom: solid 3px;
  border-image: linear-gradient(to right, #b40500, #ffcd28) 1;
}
.l-lower--sub {
  padding: 140px 0 40px;
  background: #f8e1e0;
  border-bottom: none;
}
.l-lower__pageTitle {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 30px 0 15px;
}
.l-lower__pageTitle i {
  color: #b40500;
  font-size: 5.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.125;
  margin-right: 0.25em;
}
.l-lower__pageTitle--sub {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: -15px;
}
.l-recruit {
  padding-top: 100px;
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/common/catch02.svg") no-repeat right 0 top 100px/103px auto;
  position: relative;
}
.l-recruitContents {
  padding-top: 100px;
}
.l-recruitNav {
  width: 980px;
  height: 0;
  margin: auto;
  position: sticky;
  top: 200px;
  left: 0;
}
.l-recruitNavList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.l-recruitNavList__item {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  position: relative;
}
.l-recruitNavList__item.current {
  padding-left: 30px;
}
.l-recruitNavList__item.current::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #b30500;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
}
.l-recruitNavList__item.current span {
  color: #b30500;
}
.l-recruitNavList__item.current span::before {
  border-left: 8px solid #b30500;
}
.l-recruitNavList__item span {
  padding-left: 12px;
  display: block;
  position: relative;
}
.l-recruitNavList__item span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #000;
  border-right: 0;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
}
.l-recruitNavList__button:hover span {
  color: #b30500;
}
.l-recruitNavList__button:hover span::before {
  border-left: 8px solid #b30500;
}
@media screen and (max-width: 750px) {
  .l-header {
    width: 100%;
    min-width: initial;
    height: auto;
    padding: 2.6666666667vw;
    border-radius: 0;
    box-shadow: initial;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden;
  }
  .l-headerLogo {
    width: 40vw;
    top: -0.5333333333vw;
  }
  .l-headerBtn {
    display: block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background: #b40500;
    border-radius: 10em;
    position: absolute;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    z-index: 99999;
    display: block;
  }
  .l-headerBtn__line1, .l-headerBtn__line2 {
    transition: all 0.5s ease-out;
  }
  .l-headerBtn__line1 {
    width: 4.8vw;
    height: 0.5333333333vw;
    margin: auto;
    background: #fff;
    top: 4.2666666667vw;
    left: 0;
    right: 0;
    position: absolute;
  }
  .l-headerBtn__line2 {
    width: 4.8vw;
    height: 0.5333333333vw;
    margin: auto;
    background: #fff;
    top: 5.8666666667vw;
    left: 0;
    right: 0;
    position: absolute;
  }
  .l-headerBtn.is-active .l-headerBtn__line1,
  .l-headerBtn.is-active .l-headerBtn__line2 {
    transition: all 0.5s ease-out;
  }
  .l-headerBtn.is-active .l-headerBtn__line1 {
    top: 4.8vw;
    transform: rotate(405deg);
  }
  .l-headerBtn.is-active .l-headerBtn__line2 {
    top: 4.8vw;
    transform: rotate(-405deg);
  }
  .l-nav {
    max-height: 0;
    float: none;
    display: block;
  }
  .l-nav.is-active {
    max-height: 100vh;
    transition: max-height 0.75s;
  }
  .l-navList {
    width: 100%;
    padding: 10.6666666667vw 0;
    display: flex;
    flex-flow: wrap column;
    grid-gap: 5.3333333333vw;
  }
  .l-navList__item {
    padding-left: 8vw;
  }
  .l-navList__button {
    font-size: 4.8vw;
  }
  .l-navList__button::after {
    height: 0.5333333333vw;
    right: initial;
  }
  .l-navList__button:hover::after, .l-navList__button.current::after {
    width: calc(100% - 30px);
  }
  .l-navList__button:hover span, .l-navList__button.current span {
    opacity: 1;
  }
  .l-navList__button span {
    padding-left: 3.2vw;
  }
  .l-navList__button span::before {
    border-top: 1.3333333333vw solid transparent;
    border-bottom: 1.3333333333vw solid transparent;
    border-left: 2.1333333333vw solid #b40500;
  }
  .l-navContact__button {
    font-size: 4.8vw;
    line-height: inherit;
    width: 74.6666666667vw;
    margin: 0 auto 8vw;
    padding: 1.3333333333vw;
  }
  .l-section {
    padding: 16vw 0;
  }
  .l-section:last-child {
    padding-bottom: 0;
  }
  .l-sectionTop {
    padding-top: 16vw;
  }
  .l-footer {
    margin-top: 26.6666666667vw;
    padding: 8vw 0 4vw;
  }
  .l-footerNav {
    float: none;
  }
  .l-footerNavList {
    display: flex;
    flex-wrap: wrap;
    gap: 5.3333333333vw 0;
  }
  .l-footerNavList__item {
    width: 50%;
    margin-top: 0;
  }
  .l-footerNavList__item:not(:first-child) {
    margin-top: 0;
  }
  .l-footerNavList__button {
    font-size: 4vw;
    padding-left: 3.2vw;
    position: relative;
  }
  .l-footerNavList__button::before {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0.5333333333vw;
    bottom: 0;
    left: 0;
  }
  .l-footerInfo {
    float: none;
    margin-top: 16vw;
  }
  .l-footerInfo__logo {
    width: 53.3333333333vw;
    margin-bottom: 0;
  }
  .l-footerInfo__tel, .l-footerInfo__address {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
  .l-footer__copyright {
    font-size: 3.2vw;
    padding-top: 5.3333333333vw;
  }
  .l-main {
    position: relative;
  }
  .l-main.is-active::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: block;
  }
  .l-wrap {
    width: 100%;
    margin: auto;
    padding: 0 5.3333333333vw;
  }
  .l-wrap--footer {
    width: 100%;
    padding: 0 4vw;
  }
  .l-wrap--sub {
    width: 100%;
  }
  .l-wrap--profile {
    width: 100%;
  }
  .l-wrap--map {
    width: 100%;
  }
  .l-wrap--about {
    width: 100%;
  }
  .l-wrap--goal {
    width: 100%;
  }
  .l-wrap--prodcut {
    width: 100%;
  }
  .l-wrap--retail {
    width: 100%;
  }
  .l-wrap--producer {
    width: 100%;
  }
  .l-wrap--recruit {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .l-breadcrumb {
    display: none;
  }
  .l-lower {
    padding: 16vw 0 5.3333333333vw;
    border-bottom: solid 0.8vw;
  }
  .l-lower--sub {
    padding: 16vw 0 6.6666666667vw;
    border-bottom: none;
  }
  .l-lower__pageTitle {
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw 0 0;
  }
  .l-lower__pageTitle i {
    font-size: 9.6vw;
    display: block;
  }
  .l-lower__pageTitle--sub {
    font-size: 4.8vw;
    margin-bottom: 0;
  }
  .l-recruit {
    padding-top: 16vw;
    background: none;
  }
  .l-recruitContents {
    padding-top: 16vw;
  }
  .l-recruitNav {
    display: none;
  }
}

/*--------------------------------------------------------------------------------------------------
page
--------------------------------------------------------------------------------------------------*/
.p-sectionTop__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.p-sectionTop__title::before {
  content: "";
  width: 65px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(90deg, rgb(169, 31, 36) 0%, rgb(255, 204, 51) 100%);
  display: block;
}
@media screen and (max-width: 750px) {
  .p-sectionTop__title {
    font-size: 4.8vw;
    margin-bottom: 8vw;
    justify-content: center;
  }
  .p-sectionTop__title::before {
    content: "";
    width: 17.3333333333vw;
    height: 1.3333333333vw;
    border-radius: 0.8vw;
  }
  .p-sectionTop--about {
    overflow: hidden;
  }
}
.p-sectionAbout--mind {
  overflow: hidden;
}
.p-sectionAbout--goal {
  background: #f3f3f3;
  margin-bottom: -200px;
  padding-bottom: 150px !important;
}
@media screen and (max-width: 750px) {
  .p-sectionAbout {
    padding-bottom: 26.6666666667vw;
  }
  .p-sectionAbout--mind {
    padding-top: 0;
  }
  .p-sectionAbout--goal {
    margin-bottom: -26.6666666667vw;
    padding-bottom: 26.6666666667vw !important;
  }
}
.p-sectionProfile {
  padding-bottom: 150px;
}
.p-sectionProfile--info {
  background: #fff7f8;
}
.p-sectionProfile--history {
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .p-sectionProfile {
    padding-bottom: 13.3333333333vw;
  }
}
.p-sectionRetail--intro {
  padding-bottom: 150px;
  background: #f2f2f2;
}
.p-sectionRetail--detail {
  padding-top: 150px;
  padding-bottom: 200px;
}
.p-sectionRetail--message {
  padding-top: 300px;
  background: url(https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/retail/img_deco01.png) no-repeat center top;
}
@media screen and (max-width: 750px) {
  .p-sectionRetail {
    padding-bottom: 26.6666666667vw;
  }
  .p-sectionRetail--intro {
    padding-bottom: 13.3333333333vw;
  }
  .p-sectionRetail--detail {
    padding-top: 13.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
  .p-sectionRetail--message {
    padding-top: 26.6666666667vw;
    background: url(https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/retail/img_deco01@2x.png) no-repeat center top/100%;
  }
}
.p-sectionProducer--intro {
  padding-bottom: 150px;
  background: #f2f2f2;
}
.p-sectionProducer--detail {
  padding-top: 150px;
  padding-bottom: 200px;
}
.p-sectionProducer--message {
  padding-top: 300px;
  background: url(https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/producer/img_deco01.png) no-repeat center top;
}
@media screen and (max-width: 750px) {
  .p-sectionProducer {
    padding-bottom: 26.6666666667vw;
  }
  .p-sectionProducer--intro {
    padding-bottom: 13.3333333333vw;
  }
  .p-sectionProducer--detail {
    padding-top: 13.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
  .p-sectionProducer--message {
    padding-top: 26.6666666667vw;
    background: url(https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/producer/img_deco01@2x.png) no-repeat center top/100%;
  }
}
.p-sectionRecruit--intro {
  padding-top: 0;
  padding-bottom: 200px;
}
.p-sectionRecruit--advantage {
  padding-top: 150px;
  background: #f2f2f2;
}
.p-sectionRecruit--job {
  padding-top: 150px;
}
.p-sectionRecruit--requirements {
  padding-top: 150px;
}
.p-sectionRecruit--entry {
  margin-bottom: -200px;
  padding: 150px 0 200px !important;
  background: #fff6f7;
}
@media screen and (max-width: 750px) {
  .p-sectionRecruit--intro {
    padding-bottom: 13.3333333333vw;
  }
  .p-sectionRecruit--advantage {
    padding-top: 13.3333333333vw;
  }
  .p-sectionRecruit--job {
    padding-top: 13.3333333333vw;
  }
  .p-sectionRecruit--requirements {
    padding-top: 13.3333333333vw;
  }
  .p-sectionRecruit--entry {
    margin-bottom: -26.6666666667vw;
    padding: 13.3333333333vw 0 !important;
  }
}
.p-topFV {
  position: relative;
}
.p-topFV::after {
  content: "";
  width: 994px;
  height: 119px;
  margin: auto;
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/common/catch01.svg") no-repeat 0 0/cover;
  mix-blend-mode: color-burn;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.p-topSlider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-topSliderList {
  width: 100%;
  height: 60vw;
  min-height: 850px;
}
.p-topSliderList__item.swiper-slide-active div, .p-topSliderList__item.swiper-slide-duplicate-active div, .p-topSliderList__item.swiper-slide-prev div {
  animation: swiperZoom 10s linear 0s 1 normal both;
}
.p-topSliderList__item div {
  width: 100%;
  height: 60vw;
  min-height: 850px;
}
.p-topSliderList__item--01 div {
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv01.jpg") center center/cover no-repeat;
}
.p-topSliderList__item--02 div {
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv02.jpg") center center/cover no-repeat;
}
.p-topSliderList__item--03 div {
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv03.jpg") center center/cover no-repeat;
}
.p-topSliderList__item--04 div {
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv04.jpg") center center/cover no-repeat;
}
.p-topSliderList__item--05 div {
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv05.jpg") center center/cover no-repeat;
}
.p-topPromotion {
  position: relative;
}
.p-topPromotion__text {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-topPromotion__catch {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.2em;
  opacity: 0;
}
.p-topPromotion__catch b {
  color: #b40500;
}
.p-topPromotion__description {
  line-height: 2.75;
  margin-top: 30px;
  opacity: 0;
}
.p-topPromotion__button {
  margin-top: 40px;
  opacity: 0;
}
.p-topPromotion__pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
}
.p-topPromotion.is-active .p-topPromotion__catch {
  animation: fadeIn_BottomToUp 0.5s 2.5s linear forwards;
}
.p-topPromotion.is-active .p-topPromotion__description {
  animation: fadeIn_BottomToUp 0.5s 3s linear forwards;
}
.p-topPromotion.is-active .p-topPromotion__button {
  animation: fadeIn 0.5s 4s linear forwards;
}
.p-topPromotion.is-active .p-topPromotion__pic {
  animation: fadeIn 1s 0s linear forwards;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(1), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(2), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(3), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(4), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(5), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(6) {
  width: 90px;
  height: 100px;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(1) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(2) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(3) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(4) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(5) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(6) div {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(1) {
  transform: translate(-300px, -160px);
  transition: transform 1s 0s cubic-bezier(0, 1.35, 1, 1);
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(1) div {
  animation: motionZoomUp1 1s 0s cubic-bezier(0, 2.45, 0.57, 0.71) forwards;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(2) {
  transform: translate(420px, -60px);
  transition: transform 1s 0.9s cubic-bezier(0, 1.35, 1, 1);
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(2) div {
  animation: motionZoomUp1 1s 0.9s cubic-bezier(0, 2.45, 0.57, 0.71) forwards;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(3) {
  transform: translate(-450px, -55px);
  transition: transform 1s 0.2s cubic-bezier(0, 1.35, 1, 1);
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(3) div {
  animation: motionZoomUp1 1s 0.2s cubic-bezier(0, 2.45, 0.57, 0.71) forwards;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(4) {
  transform: translate(310px, -135px);
  transition: transform 1s 0.6s cubic-bezier(0, 1.35, 1, 1);
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(4) div {
  animation: motionZoomUp1 1s 0.6s cubic-bezier(0, 2.45, 0.57, 0.71) forwards;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(5) {
  transform: translate(-320px, 60px);
  transition: transform 1s 0.4s cubic-bezier(0, 1.35, 1, 1);
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(5) div {
  animation: motionZoomUp1 1s 0.4s cubic-bezier(0, 2.45, 0.57, 0.71) forwards;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(6) {
  transform: translate(320px, 105px);
  transition: transform 1s 1.1s cubic-bezier(0, 1.35, 1, 1);
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(6) div {
  animation: motionZoomUp1 1s 1.1s cubic-bezier(0, 2.45, 0.57, 0.71) forwards;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(7), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(8), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(9), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(10), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(11), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(12) {
  width: 42px;
  height: 45px;
  z-index: -1;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(7) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(8) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(9) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(10) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(11) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(12) div {
  width: 100%;
  height: 100%;
  background: #b40500;
  border-radius: 10px;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(7) {
  transform: translate(-255px, -105px);
  transition: transform 1s 0.3s cubic-bezier(0, 1.65, 1, 1);
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(7) div {
  animation: motionZoomUp2 0.5s 0.3s cubic-bezier(0.01, 1.35, 1, 1) forwards;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(8) {
  transform: translate(385px, -15px);
  transition: transform 0.5s 0.7s cubic-bezier(0, 1.65, 1, 1);
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(8) div {
  animation: motionZoomUp2 0.5s 0.7s cubic-bezier(0.01, 1.35, 1, 1) forwards;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(9) {
  transform: translate(-415px, -115px);
  transition: transform 0.75s 0.8s cubic-bezier(0, 1.65, 1, 1);
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(9) div {
  animation: motionZoomUp2 0.5s 0.8s cubic-bezier(0.01, 1.35, 1, 1) forwards;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(10) {
  transform: translate(270px, -195px);
  transition: transform 1s 0.1s cubic-bezier(0, 1.65, 1, 1);
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(10) div {
  animation: motionZoomUp2 0.5s 0.1s cubic-bezier(0.01, 1.35, 1, 1) forwards;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(11) {
  transform: translate(-370px, 100px);
  transition: transform 0.5s 1s cubic-bezier(0, 1.65, 1, 1);
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(11) div {
  animation: motionZoomUp2 0.5s 1s cubic-bezier(0.01, 1.35, 1, 1) forwards;
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(12) {
  transform: translate(365px, 155px);
  transition: transform 0.75s 0.5s cubic-bezier(0, 1.65, 1, 1);
}
.p-topPromotion.is-active .p-motionAboutPic__item:nth-child(12) div {
  animation: motionZoomUp2 0.5s 0.5s cubic-bezier(0.01, 1.35, 1, 1) forwards;
}
.p-topServiceNaviList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-topServiceNaviList__item {
  width: 360px;
}
.p-topServiceNaviList__item--full {
  width: 100%;
}
.p-topServiceNaviList__pic {
  width: 100%;
  transition: transform 1s;
}
.p-topServiceNaviList__text {
  color: #fff;
  line-height: 1.5;
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-flow: wrap column;
  gap: 0;
  position: absolute;
  bottom: 15px;
  z-index: 1;
}
.p-topServiceNaviList__textJP {
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-topServiceNaviList__textEN {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-topServiceNaviList__button {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
}
.p-topServiceNaviList__button::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(255, 255, 255) 40%);
  opacity: 0.75;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
}
.p-topServiceNaviList__button::after {
  content: "";
  width: 28px;
  height: 28px;
  margin: auto;
  background-image: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/common/arrow01.svg"), url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/common/arrow01.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left -20px top 8px, left 5px top 8px;
  background-size: 18px 7px, 18px 7px;
  background-color: #b40500;
  border-radius: 10em;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  transition: background-position 0.3s;
}
.p-topServiceNaviList__button:hover .p-topServiceNaviList__pic {
  transform: scale(1.1);
}
.p-topServiceNaviList__button:hover::after {
  background-position: left 5px top 8px, left 30px top 8px;
}
.p-topRecruitNaviList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-topRecruitNaviList__item {
  width: 360px;
}
.p-topRecruitNaviList__item:last-child {
  width: 100%;
}
.p-topRecruitNaviList__pic {
  width: 100%;
  transition: transform 1s;
}
.p-topRecruitNaviList__text {
  color: #fff;
  line-height: 1.25;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 1;
}
.p-topRecruitNaviList__textJP {
  font-size: 2.6rem;
  font-weight: 500;
}
.p-topRecruitNaviList__textEN {
  font-size: 5.8rem;
  font-weight: 600;
  letter-spacing: 0.125em;
}
.p-topRecruitNaviList__button {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
}
.p-topRecruitNaviList__button::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #A91F24;
  background: linear-gradient(90deg, rgb(169, 31, 36) 0%, rgb(255, 204, 51) 100%);
  mix-blend-mode: darken;
  opacity: 0.6;
  position: absolute;
  z-index: 1;
}
.p-topRecruitNaviList__button:hover .p-topRecruitNaviList__pic {
  transform: scale(1.1);
}
@media screen and (max-width: 750px) {
  .p-topFV::after {
    width: 91.7333333333vw;
    height: 38.6666666667vw;
    background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/common/catch01@2x.svg") no-repeat 0 0/cover;
  }
  .p-topSliderList {
    min-height: 157.3333333333vw;
  }
  .p-topSliderList__item div {
    min-height: 157.3333333333vw;
  }
  .p-topSliderList__item--01 div {
    background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv01@2x.jpg") center center/cover no-repeat;
  }
  .p-topSliderList__item--02 div {
    background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv02@2x.jpg") center center/cover no-repeat;
  }
  .p-topSliderList__item--03 div {
    background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv03@2x.jpg") center center/cover no-repeat;
  }
  .p-topSliderList__item--04 div {
    background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv04@2x.jpg") center center/cover no-repeat;
  }
  .p-topSliderList__item--05 div {
    background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_fv05@2x.jpg") center center/cover no-repeat;
  }
  .p-topPromotion__text {
    margin: 64vw 0 53.3333333333vw;
  }
  .p-topPromotion__catch {
    font-size: 6.6666666667vw;
  }
  .p-topPromotion__description {
    font-size: 3.8666666667vw;
    line-height: 2;
    margin-top: 8vw;
  }
  .p-topPromotion__button {
    margin-top: 8vw;
  }
  .p-topPromotion.is-active .p-topPromotion__catch {
    animation: fadeIn_BottomToUp 0.5s 0.5s linear forwards;
  }
  .p-topPromotion.is-active .p-topPromotion__description {
    animation: fadeIn_BottomToUp 0.5s 1s linear forwards;
  }
  .p-topPromotion.is-active .p-topPromotion__button {
    animation: fadeIn 0.5s 2s linear forwards;
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(1), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(2), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(3), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(4), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(5), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(6) {
    width: 24vw;
    height: 26.6666666667vw;
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(1) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(2) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(3) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(4) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(5) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(6) div {
    border-radius: 3.7333333333vw;
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(1) {
    transform: translate(-32vw, -72vw);
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(2) {
    transform: translate(-4vw, 96vw);
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(3) {
    transform: translate(29.3333333333vw, -76vw);
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(4) {
    transform: translate(-32vw, 77.3333333333vw);
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(5) {
    transform: translate(-1.3333333333vw, -88vw);
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(6) {
    transform: translate(29.3333333333vw, 74.6666666667vw);
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(7), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(8), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(9), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(10), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(11), .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(12) {
    width: 11.2vw;
    height: 12vw;
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(7) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(8) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(9) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(10) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(11) div, .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(12) div {
    border-radius: 2.6666666667vw;
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(7) {
    transform: translate(-48vw, -88vw);
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(8) {
    transform: translate(-45.3333333333vw, 92vw);
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(9) {
    transform: translate(45.3333333333vw, -85.3333333333vw);
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(10) {
    transform: translate(6.6666666667vw, 80vw);
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(11) {
    transform: translate(-9.3333333333vw, -72vw);
  }
  .p-topPromotion.is-active .p-motionAboutPic__item:nth-child(12) {
    transform: translate(45.3333333333vw, 89.3333333333vw);
  }
  .p-topServiceNaviList {
    margin: 0 -5.3333333333vw;
    gap: 2.6666666667vw;
  }
  .p-topServiceNaviList__item {
    width: 100%;
  }
  .p-topServiceNaviList__pic {
    width: 100%;
  }
  .p-topServiceNaviList__text {
    padding: 0 4vw;
    bottom: 4vw;
  }
  .p-topServiceNaviList__textJP {
    font-size: 5.3333333333vw;
  }
  .p-topServiceNaviList__textEN {
    font-size: 2.9333333333vw;
  }
  .p-topServiceNaviList__button {
    border-radius: 0;
  }
  .p-topServiceNaviList__button::after {
    content: "";
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    background-position: left -5.3333333333vw top 2.1333333333vw, left 1.3333333333vw top 2.1333333333vw;
    background-size: 4.8vw 1.8666666667vw, 4.8vw 1.8666666667vw;
    bottom: 4vw;
    right: 4vw;
  }
  .p-topServiceNaviList__button:hover .p-topServiceNaviList__pic {
    transform: scale(1.1);
  }
  .p-topServiceNaviList__button:hover::after {
    background-position: left 1.3333333333vw top 2.1333333333vw, left 8vw top 2.1333333333vw;
  }
  .p-topRecruitNaviList {
    margin: 0 -5.3333333333vw;
    gap: 2.6666666667vw;
  }
  .p-topRecruitNaviList__item {
    width: 100%;
  }
  .p-topRecruitNaviList__text {
    padding: 0 4vw;
  }
  .p-topRecruitNaviList__textJP {
    font-size: 4.8vw;
  }
  .p-topRecruitNaviList__textEN {
    font-size: 8vw;
  }
  .p-topRecruitNaviList__button {
    border-radius: 0;
  }
}
.p-sitemapList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}
.p-sitemapList__item {
  width: 280px;
  border-bottom: solid 1px #e3e3e3;
}
.p-sitemapList__button {
  font-size: 1.6rem;
  padding: 0.75em 45px 0.75em 0.75em;
  display: block;
  position: relative;
}
.p-sitemapList__button::after {
  content: "";
  width: 15px;
  height: 6px;
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/common/arrow02.svg") no-repeat 0 0/cover;
  position: absolute;
  top: 1.5em;
  right: 1em;
}
@media screen and (max-width: 750px) {
  .p-sitemapList {
    gap: 5.3333333333vw;
  }
  .p-sitemapList__item {
    width: 100%;
    border-bottom: solid 0.2666666667vw #e3e3e3;
  }
  .p-sitemapList__button {
    font-size: 4.2666666667vw;
  }
  .p-sitemapList__button::after {
    width: 4vw;
    height: 1.6vw;
  }
}
.p-privacy__head {
  margin-bottom: 60px;
}
.p-privacy__body {
  margin-top: 60px;
}
.p-privacy__title {
  font-size: 1.8rem;
  font-weight: 600;
}
.p-privacy__title b {
  color: #b40500;
}
.p-privacy__list {
  margin-top: 0.5em;
  padding-left: 1.5em;
}
.p-privacy__list li {
  font-size: 1.6rem;
  line-height: 1.75;
  list-style-type: disc;
}
.p-privacy p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .p-privacy__head {
    margin-bottom: 8vw;
  }
  .p-privacy__body {
    margin-top: 8vw;
  }
  .p-privacy__title {
    font-size: 4.8vw;
  }
  .p-privacy__list li {
    font-size: 4.2666666667vw;
  }
  .p-privacy p {
    font-size: 4.2666666667vw;
  }
}
.p-profileMessage {
  margin-top: 60px;
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/profile/img_message01.svg") no-repeat left 15px top/776px auto;
}
.p-profileMessage__illust01, .p-profileMessage__illust02 {
  display: none;
}
.p-profileMessage__description {
  font-size: 1.6rem;
  line-height: 2.5;
  clear: both;
}
.p-profileMessage__description--right {
  float: right;
  margin-bottom: 175px;
}
.p-profileMessage__name {
  margin: 20px 60px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.p-profileMessage__name span {
  font-size: 1.4rem;
}
.p-profileMessage__name span:last-child {
  width: 150px;
}
.p-profileOverview {
  width: 100%;
  border-collapse: collapse;
}
.p-profileOverview th, .p-profileOverview td {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  padding: 20px 15px;
  border: solid 1px #ccc;
  border-left: none;
  border-right: none;
}
.p-profileOverview th {
  width: 230px;
}
.p-profileHistory {
  display: flex;
  flex-wrap: wrap;
}
.p-profileHistory__head {
  color: #b40500;
  font-weight: 700;
  line-height: 2.25;
  width: 115px;
  padding-bottom: 30px;
  position: relative;
}
.p-profileHistory__head::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #b60c07;
  display: block;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.p-profileHistory__head--first::before {
  height: 90%;
}
.p-profileHistory__head--end::before {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(182, 12, 7) 100%);
}
.p-profileHistory__head::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/common/dotted01.svg") no-repeat 0 0/cover;
  display: block;
  position: absolute;
  top: 12px;
  right: 24px;
}
.p-profileHistory__body {
  width: calc(100% - 115px);
  padding-bottom: 30px;
}
.p-profileHistory__ListItem {
  display: flex;
  flex-wrap: wrap;
}
.p-profileHistory__ListItem span:first-child {
  width: 65px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
}
.p-profileHistory__ListItem span:first-child:after {
  content: "｜";
  color: #ccc;
  display: inline-block;
  position: absolute;
  right: 0;
}
.p-profileHistory__ListItem span:last-child {
  width: calc(100% - 70px);
}
@media screen and (max-width: 750px) {
  .p-profileMessage {
    margin-top: 0;
    background: none;
  }
  .p-profileMessage__illust01 {
    margin: -66.6666666667vw -5.3333333333vw 4vw;
    display: block;
  }
  .p-profileMessage__illust02 {
    margin: 0 -5.3333333333vw 4vw;
    display: block;
  }
  .p-profileMessage__description {
    font-size: 4vw;
  }
  .p-profileMessage__description--right {
    float: none;
    margin-bottom: 0;
  }
  .p-profileMessage__name {
    margin: 8vw 0 0;
    gap: 5.3333333333vw;
  }
  .p-profileMessage__name span {
    font-size: 3.7333333333vw;
  }
  .p-profileMessage__name span:last-child {
    width: 29.3333333333vw;
  }
  .p-profileOverview {
    display: block;
  }
  .p-profileOverview tbody, .p-profileOverview tr {
    width: 100%;
    display: block;
  }
  .p-profileOverview tr:not(:last-child) {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
    border-bottom: solid 0.2666666667vw #ccc;
  }
  .p-profileOverview th, .p-profileOverview td {
    font-size: 4vw;
    padding: 0;
    border: none;
    width: 100%;
    display: block;
  }
  .p-profileOverview th {
    width: 100%;
    font-weight: 600;
    margin-bottom: 2.6666666667vw;
  }
  .p-profileHistory {
    display: flex;
    flex-wrap: wrap;
  }
  .p-profileHistory__head {
    font-size: 6.4vw;
    line-height: 1.325;
    width: 21.3333333333vw;
    padding-bottom: 5.3333333333vw;
    position: relative;
  }
  .p-profileHistory__head::before {
    content: none;
  }
  .p-profileHistory__head::after {
    content: none;
  }
  .p-profileHistory__head--end {
    padding-bottom: 0;
  }
  .p-profileHistory__body {
    font-size: 4vw;
    width: 68vw;
    padding-bottom: 8vw;
  }
  .p-profileHistory__body--end {
    padding-bottom: 0;
  }
  .p-profileHistory__ListItem {
    margin-bottom: 1.3333333333vw;
  }
  .p-profileHistory__ListItem span:first-child {
    width: 13.3333333333vw;
    margin-right: 0;
  }
  .p-profileHistory__ListItem span:last-child {
    width: 54vw;
  }
}
.p-aboutIntro {
  display: flex;
  align-items: center;
  gap: 40px 100px;
}
.p-aboutIntro__description {
  word-break: auto-phrase;
  line-height: 2.5;
  width: 510px;
}
.p-aboutIntro__pic {
  width: 40vw;
  min-width: 560px;
  border-radius: 0 40px 40px 0;
  overflow: hidden;
}
.p-aboutMind__logo {
  width: 520px;
  margin: 0 auto 80px;
}
.p-aboutMind__description {
  font-size: 2.2rem;
  text-align: center;
  line-height: 2.5;
}
.p-aboutGallery {
  margin-top: 100px;
}
.p-aboutGalleryList {
  transition-timing-function: linear;
  gap: 50px;
}
.p-aboutGalleryList__item {
  width: 200px;
  height: 155px;
  border-radius: 15px;
  overflow: hidden;
}
.p-aboutGoal {
  min-height: 885px;
  padding-top: 2px;
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/about/img_goal01.png") no-repeat left 30px top/370px auto;
  display: flex;
  flex-flow: wrap column;
  align-content: flex-end;
  gap: 150px 0;
}
.p-aboutGoal__pic {
  display: none;
}
.p-aboutGoal__description {
  width: 485px;
  margin-right: 120px;
}
@media screen and (max-width: 750px) {
  .p-aboutIntro {
    margin: 0 5.3333333333vw;
    flex-flow: wrap column;
    align-items: center;
    gap: 10.6666666667vw;
  }
  .p-aboutIntro__description {
    font-size: 4.2666666667vw;
    word-break: normal;
    width: 100%;
  }
  .p-aboutIntro__pic {
    width: 100%;
    min-width: initial;
    border-radius: 10.6666666667vw;
    overflow: hidden;
  }
  .p-aboutMind__logo {
    width: 66.6666666667vw;
    margin: 0 auto 10.6666666667vw;
  }
  .p-aboutMind__description {
    font-size: 4.2666666667vw;
  }
  .p-aboutGallery {
    margin-top: 16vw;
  }
  .p-aboutGalleryList {
    transition-timing-function: linear;
    gap: 5.3333333333vw;
  }
  .p-aboutGalleryList__item {
    width: 24vw;
    height: 18.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-aboutGoal {
    min-height: initial;
    padding-top: 0;
    background: none;
    flex-flow: wrap row;
    align-content: flex-start;
    gap: 16vw;
  }
  .p-aboutGoal__pic {
    width: 100%;
    margin-bottom: -10.6666666667vw;
    display: block;
  }
  .p-aboutGoal__description {
    font-size: 4.2666666667vw;
    width: 100%;
    margin-right: 0;
  }
}
.p-productIntro__description {
  font-size: 1.6rem;
  line-height: 2.5;
}
.p-productSort {
  margin: 60px 0 120px;
}
.p-productSortNavi {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-productSortNavi__item {
  width: 230px;
}
.p-productSortNavi__button {
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: solid 1px #969696;
  border-radius: 5px;
  display: block;
}
.p-productSortNavi__button.is-active, .p-productSortNavi__button:hover {
  color: #fff;
  font-weight: 600;
  background: #b30500;
  border: solid 1px #b30500;
  cursor: pointer;
}
.p-productLineup {
  margin: 60px 0 120px;
}
.p-productLineupList {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
}
.p-productLineupList__item {
  width: 215px;
  padding-bottom: 45px;
  position: relative;
}
.p-productLineupList__item:not(:nth-child(4n))::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  right: -20px;
}
.p-productLineupList__item:nth-child(4n)::before {
  content: "";
  width: 980px;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: -40px;
  right: 0;
}
.p-productLineupList:not(.all) .p-productLineupList__item:not(:nth-child(4n))::before {
  content: none;
}
.p-productLineupList:not(.all) .p-productLineupList__item:nth-child(4n)::before {
  content: none;
}
.p-productLineupList__link {
  height: 100%;
  display: flex;
  flex-flow: wrap column;
  align-content: center;
  position: relative;
}
.p-productLineupList__link::before {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  border: solid 1px #b30500;
  border-radius: 10em;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
}
.p-productLineupList__link::after {
  content: "";
  width: 12px;
  height: 5px;
  margin: auto;
  background: url(https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/common/arrow02.svg) no-repeat 0 0/cover;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}
.p-productLineupList__name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: -10px;
}
.p-productLineupList__pic {
  height: 215px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-productLineupList__pic img {
  width: auto;
  max-width: 155px;
  height: 100%;
  max-height: fit-content;
}
.p-productSliderList--main .p-productSliderList__pic {
  width: 750px;
  height: 485px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-productSliderList--main .p-productSliderList__pic img {
  width: auto;
  max-width: 750px;
  height: 100%;
  max-height: fit-content;
}
.p-productSliderList--thumb {
  margin-top: 40px;
}
.p-productSliderList--thumb .swiper-wrapper {
  justify-content: center;
  gap: 10px;
}
.p-productSliderList--thumb .swiper-slide {
  width: 75px !important;
  margin: 0 !important;
}
.p-productSliderList--thumb .p-productSliderList__pic {
  width: 75px;
  height: 75px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-productSliderList--thumb .p-productSliderList__pic::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: solid 1px #ccc;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.p-productSliderList--thumb .p-productSliderList__pic img {
  width: auto;
  max-width: 55px;
  height: 100%;
  max-height: fit-content;
}
.p-productDetail {
  display: flex;
  margin-top: 100px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.p-productDetail__description {
  width: 490px;
}
.p-productDetail__spec {
  width: 400px;
}
.p-productDetailChart {
  border-collapse: collapse;
}
.p-productDetailChart th, .p-productDetailChart td {
  font-size: 1.6rem;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
  padding: 15px 25px 15px 25px;
  border: solid 1px #ccc;
}
.p-productDetailChart th {
  font-weight: 600;
  width: 180px;
  background: #f7e0df;
  border-left: none;
}
.p-productDetailChart td {
  border-right: none;
}
.p-productVoice {
  margin-top: 150px;
  display: flex;
  flex-flow: wrap column;
  gap: 40px;
}
.p-productVoice__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.p-productVoice__head {
  width: 100px;
  margin-top: -15px;
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  gap: 5px;
}
.p-productVoice__head span:first-child {
  display: block;
}
.p-productVoice__head span:last-child {
  font-weight: 600;
}
.p-productVoice__body {
  width: 840px;
  padding: 20px 30px;
  background: #f5eac9;
  border-radius: 10px;
  position: relative;
}
.p-productVoice__body::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 20px 0;
  border-color: transparent #f5eac9 transparent transparent;
  position: absolute;
  top: 35px;
  left: -30px;
}
.p-productCV {
  margin-top: 150px;
}
.p-productCV__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-productCV__head {
  font-weight: 600;
  width: 280px;
  position: relative;
  display: flex;
  align-items: center;
}
.p-productCV__head::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  right: -35px;
}
.p-productCV__body {
  width: 630px;
  position: relative;
}
.p-productCV__tel {
  width: 335px;
  display: block;
}
.p-productCV__fax {
  font-size: 2.2rem;
  font-weight: 600;
  display: block;
}
.p-productCV__info {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
  display: block;
}
.p-productCV__button {
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 260px;
  padding: 5px;
  background: #b30500;
  border-radius: 10em;
  display: block;
  position: absolute;
  top: -3px;
  right: 0;
}
@media screen and (max-width: 750px) {
  .p-productSort {
    margin: 16vw 0;
  }
  .p-productSortNavi {
    gap: 4vw 3%;
  }
  .p-productSortNavi__item {
    width: 48.5%;
  }
  .p-productSortNavi__button {
    font-size: 1.6rem;
    padding: 2.6666666667vw;
    border: solid 0.2666666667vw #969696;
    border-radius: 1.3333333333vw;
  }
  .p-productSortNavi__button.is-active, .p-productSortNavi__button:hover {
    border: solid 0.2666666667vw #b30500;
  }
  .p-productLineup {
    margin: 16vw 0;
  }
  .p-productLineupList {
    gap: 16vw 10%;
  }
  .p-productLineupList__item {
    width: 45%;
  }
  .p-productLineupList__item:not(:nth-child(4n))::before, .p-productLineupList__item:nth-child(4n)::before {
    content: none;
  }
  .p-productLineupList__item:nth-child(odd)::after {
    content: "";
    width: 0.2666666667vw;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    right: -4.6666666667vw;
  }
  .p-productLineupList__item:nth-child(2n)::after {
    content: "";
    width: 89.3333333333vw;
    height: 0.2666666667vw;
    background: #ccc;
    position: absolute;
    bottom: -8vw;
    right: 0;
  }
  .p-productLineupList:not(.all) .p-productLineupList__item:not(:nth-child(4n))::before, .p-productLineupList:not(.all) .p-productLineupList__item:nth-child(4n)::before {
    content: none;
  }
  .p-productLineupList:not(.all) .p-productLineupList__item:nth-child(odd)::after, .p-productLineupList:not(.all) .p-productLineupList__item:nth-child(2n)::after {
    content: none;
  }
  .p-productLineupList__link {
    height: 100%;
    display: flex;
    flex-flow: wrap column;
  }
  .p-productLineupList__name {
    font-size: 3.7333333333vw;
  }
  .p-productLineupList__pic {
    height: 45.3333333333vw;
    padding: 5.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-productLineupList__pic img {
    width: auto;
    max-width: 34.6666666667vw;
    height: 100%;
    max-height: fit-content;
  }
  .p-productSliderList--main .p-productSliderList__pic {
    width: 100%;
    height: 66.6666666667vw;
  }
  .p-productSliderList--main .p-productSliderList__pic img {
    max-width: 100%;
  }
  .p-productSliderList--thumb {
    margin-top: 8vw;
  }
  .p-productSliderList--thumb .swiper-wrapper {
    gap: 2.6666666667vw;
  }
  .p-productSliderList--thumb .swiper-slide {
    width: 26.6666666667vw !important;
  }
  .p-productSliderList--thumb .p-productSliderList__pic {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    padding: 2.6666666667vw;
  }
  .p-productSliderList--thumb .p-productSliderList__pic::after {
    border: solid 0.2666666667vw #ccc;
  }
  .p-productSliderList--thumb .p-productSliderList__pic img {
    max-width: 21.3333333333vw;
  }
  .p-productDetail {
    margin-top: 10.6666666667vw;
    gap: 10.6666666667vw;
  }
  .p-productDetail__description, .p-productDetail__spec {
    font-size: 4.2666666667vw;
    width: 100%;
  }
  .p-productDetailChart th, .p-productDetailChart td {
    font-size: 4.2666666667vw;
    padding: 4vw;
    border: solid 0.2666666667vw #ccc;
  }
  .p-productDetailChart th {
    width: auto;
    border-left: none;
  }
  .p-productDetailChart td {
    border-right: none;
  }
  .p-productVoice {
    margin-top: 16vw;
    gap: 10.6666666667vw;
  }
  .p-productVoice__flex {
    justify-content: center;
    gap: 5.3333333333vw;
  }
  .p-productVoice__head {
    width: 26.6666666667vw;
    margin-top: 0;
    gap: 1.3333333333vw;
  }
  .p-productVoice__body {
    font-size: 4.2666666667vw;
    width: 100%;
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-productVoice__body::before {
    margin: auto;
    border-width: 0 0 8vw 5.3333333333vw;
    border-color: transparent transparent #f5eac9 transparent;
    top: -5.3333333333vw;
    left: -1.3333333333vw;
    right: 0;
  }
  .p-productCV {
    margin-top: 26.6666666667vw;
  }
  .p-productCV__flex {
    display: block;
  }
  .p-productCV__head {
    text-align: center;
    width: 100%;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    border-bottom: solid 0.2666666667vw #ccc;
    display: block;
  }
  .p-productCV__head::after {
    content: none;
  }
  .p-productCV__body {
    text-align: center;
    width: 100%;
  }
  .p-productCV__tel {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
  .p-productCV__fax {
    font-size: 4.8vw;
  }
  .p-productCV__info {
    font-size: 4.2666666667vw;
    margin-top: 1.3333333333vw;
  }
  .p-productCV__button {
    font-size: 4.8vw;
    width: 74.6666666667vw;
    margin: 5.3333333333vw auto 0;
    padding: 1.3333333333vw;
    position: static;
  }
}
.p-recruitIntro {
  position: relative;
}
.p-recruitIntro__catch {
  width: 576px;
  position: absolute;
  top: -80px;
  left: -20px;
}
.p-recruitIntro__pic {
  margin-bottom: 60px;
}
.p-recruitAdvantageList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.p-recruitAdvantageList::before {
  content: "";
  width: 230px;
  height: 170px;
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/recruit/img_advantage01.png") no-repeat 0 0/cover;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.p-recruitAdvantageList__item {
  padding: 20px 25px;
  background: #fff;
}
.p-recruitAdvantageList__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  padding-left: 10px;
  border-left: solid 5px #b30500;
}
.p-recruitAdvantageList__description {
  font-size: 1.55rem;
  margin-top: 10px;
}
.p-recruitJobType {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-recruitJobType__item {
  width: 330px;
}
.p-recruitJobType__name {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  padding: 10px;
  background: #b30500;
}
.p-recruitJobType__pic {
  margin-top: 20px;
}
.p-recruitJobType__description {
  margin-top: 20px;
}
.p-recruitRequirementsDetail {
  width: 100%;
  border-collapse: collapse;
}
.p-recruitRequirementsDetail th, .p-recruitRequirementsDetail td {
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
  line-height: 1.75;
  padding: 30px 15px;
  border: solid 1px #ccc;
  border-left: none;
  border-right: none;
}
.p-recruitRequirementsDetail th {
  font-weight: 500;
  width: 150px;
}
@media screen and (max-width: 750px) {
  .p-recruitIntro__catch {
    width: 81.3333333333vw;
    margin: auto;
    top: -16vw;
    left: 0;
    right: 0;
  }
  .p-recruitIntro__pic {
    margin: 0 -5.3333333333vw 16vw;
  }
  .p-recruitIntro__description {
    font-size: pctovw(16);
    text-align: center;
  }
  .p-recruitAdvantageList {
    gap: 5.3333333333vw;
  }
  .p-recruitAdvantageList::before {
    content: "";
    width: 29.3333333333vw;
    height: 25.3333333333vw;
  }
  .p-recruitAdvantageList__item {
    padding: 5.3333333333vw;
  }
  .p-recruitAdvantageList__title {
    font-size: 4.8vw;
    padding-left: 2.6666666667vw;
    border-left: solid 1.3333333333vw #b30500;
  }
  .p-recruitAdvantageList__description {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
  .p-recruitJobType {
    margin-top: 10.6666666667vw;
    gap: 8vw;
  }
  .p-recruitJobType__item {
    width: 100%;
  }
  .p-recruitJobType__name {
    font-size: 4.8vw;
    padding: 2.6666666667vw;
  }
  .p-recruitJobType__pic {
    margin-top: 5.3333333333vw;
  }
  .p-recruitJobType__description {
    margin-top: 5.3333333333vw;
  }
  .p-recruitRequirementsDetail {
    display: block;
  }
  .p-recruitRequirementsDetail tbody, .p-recruitRequirementsDetail tr, .p-recruitRequirementsDetail th, .p-recruitRequirementsDetail td {
    width: 100%;
    display: block;
  }
  .p-recruitRequirementsDetail tr {
    padding: 5.3333333333vw 0;
    border-top: solid 0.2666666667vw #ccc;
  }
  .p-recruitRequirementsDetail tr:last-child {
    padding-bottom: 0;
  }
  .p-recruitRequirementsDetail th, .p-recruitRequirementsDetail td {
    font-size: 4.2666666667vw;
    padding: 0;
    border: none;
  }
  .p-recruitRequirementsDetail th {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-retailIntro {
  margin-top: 60px;
}
.p-retailIntroList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-retailIntroList__item {
  width: 230px;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  position: relative;
}
.p-retailIntroList__item::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #b30500;
  position: absolute;
  top: -40px;
  left: -40px;
  transform: rotate(45deg);
}
.p-retailIntroList__item::after {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 12px;
}
.p-retailIntroList__item:nth-child(1)::after {
  content: "1";
}
.p-retailIntroList__item:nth-child(2)::after {
  content: "2";
}
.p-retailIntroList__item:nth-child(3)::after {
  content: "3";
}
.p-retailIntroList__item:nth-child(4)::after {
  content: "4";
}
.p-retailIntroList__item:nth-child(5)::after {
  content: "5";
}
.p-retailIntroList__itemEnd {
  padding: 20px 0;
}
.p-retailIntroList__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.p-retailIntroList__title::first-letter {
  color: #b30500;
}
.p-retailIntroList__description {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.p-retailIntroList__pic {
  height: auto;
  margin: auto;
}
.p-retailIntroList__pic--01 {
  width: 87px;
}
.p-retailIntroList__pic--02 {
  width: 69px;
}
.p-retailIntroList__pic--03 {
  width: 64px;
}
.p-retailIntroList__pic--04 {
  width: 90px;
}
.p-retailIntroList__pic--05 {
  width: 69px;
}
.p-retailIntroList__ending {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
.p-retailIntroList__ending span {
  border-bottom: solid 2px #b30500;
}
.p-retailDetailList {
  display: flex;
  flex-flow: wrap column;
  gap: 150px;
}
.p-retailDetailList__item {
  position: relative;
}
.p-retailDetailList__item::before {
  content: "";
  width: 30vw;
  min-width: 400px;
  height: 245px;
  background: #f4dcdb;
  position: absolute;
  top: 100px;
  z-index: -1;
}
.p-retailDetailList__item:nth-of-type(odd)::before {
  border-radius: 0 50px 50px 0;
  left: 0;
}
.p-retailDetailList__item:nth-of-type(even)::before {
  border-radius: 50px 0 0 50px;
  right: 0;
}
.p-retailDetailList__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  width: 520px;
  margin-bottom: 40px;
  padding-left: 80px;
  position: relative;
}
.p-retailDetailList__title--right {
  float: right;
}
.p-retailDetailList__title--left {
  float: left;
}
.p-retailDetailList__title b {
  color: #b30500;
}
.p-retailDetailList__title::before {
  color: #f4dcdb;
  font-size: 10rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 0;
}
.p-retailDetailList__title--01::before {
  content: "1";
}
.p-retailDetailList__title--02::before {
  content: "2";
}
.p-retailDetailList__title--03::before {
  content: "3";
}
.p-retailDetailList__title--04::before {
  content: "4";
}
.p-retailDetailList__title--05::before {
  content: "5";
}
.p-retailDetailList__stitle {
  color: #b30500;
  font-size: 1.6rem;
  display: block;
}
.p-retailDetailList__stitle::before {
  content: "■";
  color: #f4dcdb;
  font-size: 1.2rem;
  margin-right: 0.5em;
  position: relative;
  top: -1px;
}
.p-retailDetailList__description {
  line-height: 2.5;
  width: 520px;
}
.p-retailDetailList__description--right {
  float: right;
}
.p-retailDetailList__description--left {
  float: left;
}
.p-retailDetailList__pic {
  width: 390px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.p-retailDetailList__pic--right {
  float: right;
}
.p-retailDetailList__pic--left {
  float: left;
}
.p-retailMessage__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.p-retailMessage__title span {
  padding-bottom: 5px;
  border-bottom: solid 3px #b30500;
  display: inline-block;
}
.p-retailMessage__title b {
  font-size: 2rem;
  margin-top: 10px;
  display: block;
}
.p-retailMessage__description {
  line-height: 2.5;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-retailIntro {
    margin-top: 16vw;
  }
  .p-retailIntroList {
    gap: 2.6666666667vw 3%;
  }
  .p-retailIntroList__item {
    width: 48.5%;
    padding: 8vw 0;
    gap: 2.6666666667vw;
  }
  .p-retailIntroList__item::before {
    width: 16vw;
    height: 16vw;
    top: -8vw;
    left: -8vw;
  }
  .p-retailIntroList__item::after {
    font-size: 4.8vw;
    top: -0.5333333333vw;
    left: 1.6vw;
  }
  .p-retailIntroList__itemEnd {
    width: 100%;
  }
  .p-retailIntroList__title {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .p-retailIntroList__description {
    font-size: 4vw;
  }
  .p-retailIntroList__pic--01 {
    width: 23.2vw;
  }
  .p-retailIntroList__pic--02 {
    width: 18.4vw;
  }
  .p-retailIntroList__pic--03 {
    width: 17.0666666667vw;
  }
  .p-retailIntroList__pic--04 {
    width: 24vw;
  }
  .p-retailIntroList__pic--05 {
    width: 18.4vw;
  }
  .p-retailIntroList__ending {
    font-size: 4.8vw;
    text-align: center;
  }
  .p-retailIntroList__ending span {
    border-bottom: solid 0.5333333333vw #b30500;
  }
  .p-retailDetailList {
    gap: 21.3333333333vw;
  }
  .p-retailDetailList__item::before {
    width: 100%;
    min-width: initial;
    height: 36vw;
    top: 69.3333333333vw;
  }
  .p-retailDetailList__item:nth-of-type(odd)::before {
    border-radius: 0;
  }
  .p-retailDetailList__item:nth-of-type(even)::before {
    border-radius: 0;
  }
  .p-retailDetailList__title {
    font-size: 5.3333333333vw;
    width: 100%;
    float: none !important;
    margin-bottom: 5.3333333333vw;
    padding-left: 18.6666666667vw;
  }
  .p-retailDetailList__title::before {
    font-size: 22.6666666667vw;
    top: -1.3333333333vw;
  }
  .p-retailDetailList__stitle {
    font-size: 4.2666666667vw;
  }
  .p-retailDetailList__stitle::before {
    font-size: 3.2vw;
    top: -0.2666666667vw;
  }
  .p-retailDetailList__description {
    font-size: 4.2666666667vw;
    width: 100%;
    float: none !important;
    margin-top: 16vw;
  }
  .p-retailDetailList__pic {
    width: 100%;
    float: none !important;
  }
  .p-retailMessage__title {
    font-size: 5.3333333333vw;
  }
  .p-retailMessage__title span {
    padding-bottom: 1.3333333333vw;
    border-bottom: solid 0.8vw #b30500;
    display: block;
  }
  .p-retailMessage__title b {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
  .p-retailMessage__description {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
.p-producerIntro {
  margin-top: 60px;
}
.p-producerIntroList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-producerIntroList__item {
  width: 230px;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  position: relative;
}
.p-producerIntroList__item::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #b30500;
  position: absolute;
  top: -40px;
  left: -40px;
  transform: rotate(45deg);
}
.p-producerIntroList__item::after {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 12px;
}
.p-producerIntroList__item:nth-child(1)::after {
  content: "1";
}
.p-producerIntroList__item:nth-child(2)::after {
  content: "2";
}
.p-producerIntroList__item:nth-child(3)::after {
  content: "3";
}
.p-producerIntroList__item:nth-child(4)::after {
  content: "4";
}
.p-producerIntroList__item:nth-child(5)::after {
  content: "5";
}
.p-producerIntroList__itemEnd {
  padding: 20px 0;
}
.p-producerIntroList__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.p-producerIntroList__title::first-letter {
  color: #b30500;
}
.p-producerIntroList__description {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.p-producerIntroList__pic {
  height: auto;
  margin: auto;
}
.p-producerIntroList__pic--01 {
  width: 76px;
}
.p-producerIntroList__pic--02 {
  width: 76px;
}
.p-producerIntroList__pic--03 {
  width: 69px;
}
.p-producerIntroList__pic--04 {
  width: 62px;
}
.p-producerIntroList__pic--05 {
  width: 76px;
}
.p-producerIntroList__ending {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
.p-producerIntroList__ending span {
  border-bottom: solid 2px #b30500;
}
.p-producerDetailList {
  display: flex;
  flex-flow: wrap column;
  gap: 150px;
}
.p-producerDetailList__item {
  position: relative;
}
.p-producerDetailList__item::before {
  content: "";
  width: 30vw;
  min-width: 400px;
  height: 245px;
  background: #f4dcdb;
  position: absolute;
  top: 100px;
  z-index: -1;
}
.p-producerDetailList__item:nth-of-type(odd)::before {
  border-radius: 0 50px 50px 0;
  left: 0;
}
.p-producerDetailList__item:nth-of-type(even)::before {
  border-radius: 50px 0 0 50px;
  right: 0;
}
.p-producerDetailList__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  width: 520px;
  margin-bottom: 40px;
  padding-left: 80px;
  position: relative;
}
.p-producerDetailList__title--right {
  float: right;
}
.p-producerDetailList__title--left {
  float: left;
}
.p-producerDetailList__title b {
  color: #b30500;
}
.p-producerDetailList__title::before {
  color: #f4dcdb;
  font-size: 10rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 0;
}
.p-producerDetailList__title--01::before {
  content: "1";
}
.p-producerDetailList__title--02::before {
  content: "2";
}
.p-producerDetailList__title--03::before {
  content: "3";
}
.p-producerDetailList__title--04::before {
  content: "4";
}
.p-producerDetailList__title--05::before {
  content: "5";
}
.p-producerDetailList__stitle {
  color: #b30500;
  font-size: 1.6rem;
  display: block;
}
.p-producerDetailList__stitle::before {
  content: "■";
  color: #f4dcdb;
  font-size: 1.2rem;
  margin-right: 0.5em;
  position: relative;
  top: -1px;
}
.p-producerDetailList__description {
  line-height: 2.5;
  width: 520px;
}
.p-producerDetailList__description--right {
  float: right;
}
.p-producerDetailList__description--left {
  float: left;
}
.p-producerDetailList__pic {
  width: 390px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.p-producerDetailList__pic--right {
  float: right;
}
.p-producerDetailList__pic--left {
  float: left;
}
.p-producerMessage__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.p-producerMessage__title span {
  padding-bottom: 5px;
  border-bottom: solid 3px #b30500;
  display: inline-block;
}
.p-producerMessage__title b {
  font-size: 2rem;
  margin-top: 10px;
  display: block;
}
.p-producerMessage__description {
  line-height: 2.5;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-producerIntro {
    margin-top: 16vw;
  }
  .p-producerIntroList {
    gap: 2.6666666667vw 3%;
  }
  .p-producerIntroList__item {
    width: 48.5%;
    padding: 8vw 0;
    gap: 2.6666666667vw;
  }
  .p-producerIntroList__item::before {
    width: 16vw;
    height: 16vw;
    top: -8vw;
    left: -8vw;
  }
  .p-producerIntroList__item::after {
    font-size: 4.8vw;
    top: -0.5333333333vw;
    left: 1.6vw;
  }
  .p-producerIntroList__itemEnd {
    width: 100%;
  }
  .p-producerIntroList__title {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .p-producerIntroList__description {
    font-size: 4vw;
  }
  .p-producerIntroList__pic--01 {
    width: 20.2666666667vw;
  }
  .p-producerIntroList__pic--02 {
    width: 20.2666666667vw;
  }
  .p-producerIntroList__pic--03 {
    width: 18.4vw;
  }
  .p-producerIntroList__pic--04 {
    width: 16.5333333333vw;
  }
  .p-producerIntroList__pic--05 {
    width: 20.2666666667vw;
  }
  .p-producerIntroList__ending {
    font-size: 4.8vw;
    text-align: center;
  }
  .p-producerIntroList__ending span {
    border-bottom: solid 0.5333333333vw #b30500;
  }
  .p-producerDetailList {
    gap: 21.3333333333vw;
  }
  .p-producerDetailList__item::before {
    width: 100%;
    min-width: initial;
    height: 36vw;
    top: 69.3333333333vw;
  }
  .p-producerDetailList__item:nth-of-type(odd)::before {
    border-radius: 0;
  }
  .p-producerDetailList__item:nth-of-type(even)::before {
    border-radius: 0;
  }
  .p-producerDetailList__title {
    font-size: 5.3333333333vw;
    width: 100%;
    float: none !important;
    margin-bottom: 5.3333333333vw;
    padding-left: 18.6666666667vw;
  }
  .p-producerDetailList__title::before {
    font-size: 22.6666666667vw;
    top: -1.3333333333vw;
  }
  .p-producerDetailList__stitle {
    font-size: 4.2666666667vw;
  }
  .p-producerDetailList__stitle::before {
    font-size: 3.2vw;
    top: -0.2666666667vw;
  }
  .p-producerDetailList__description {
    font-size: 4.2666666667vw;
    width: 100%;
    float: none !important;
    margin-top: 16vw;
  }
  .p-producerDetailList__pic {
    width: 100%;
    float: none !important;
  }
  .p-producerMessage__title {
    font-size: 5.3333333333vw;
  }
  .p-producerMessage__title span {
    padding-bottom: 1.3333333333vw;
    border-bottom: solid 0.8vw #b30500;
    display: block;
  }
  .p-producerMessage__title b {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
  .p-producerMessage__description {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
.p-form .wpcf7-spinner {
  display: none !important;
}
.p-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 5px;
  position: absolute;
}
.p-formTable {
  width: 100%;
  border-collapse: collapse;
}
.p-formTable th, .p-formTable td {
  font-size: 1.8rem;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  border: none;
}
.p-formTable th {
  font-weight: 600;
  width: 230px;
  padding: 25px 0 15px;
}
.p-formTable td {
  width: calc(100% - 220px);
  padding: 20px 0;
}
.p-formTable__required {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 10px;
  padding: 2px 6px;
  background: #b40500;
  border-radius: 5px;
}
.p-formTable__any {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 10px;
  padding: 2px 6px;
  background: #fff;
  border-radius: 5px;
}
.p-formTable__any--recruit {
  color: #fff6f7;
  background: #fff6f7;
}
.p-formTable__comment {
  font-size: 1.4rem;
  margin: 2em 0 0.5em;
}
.p-formTable--confirm tr:nth-of-type(odd) {
  background: #f8f8f8;
}
.p-formTable--confirm th, .p-formTable--confirm td {
  padding: 30px 20px;
}
.p-formContent {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px #999;
}
.p-formContent__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.p-formContent__description {
  font-size: 1.4rem;
}
.p-formContent__comment {
  color: #b40500;
  font-size: 1.4rem;
}
.p-formContent__check {
  text-align: center;
  margin-top: 40px;
}
.p-formAnnouncement {
  margin-top: 100px;
}
.p-formAnnouncement__title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  margin-bottom: 10px;
  padding: 10px;
  background: #969696;
}
.p-formAnnouncementList {
  display: flex;
  flex-flow: wrap column;
  gap: 5px;
}
.p-formAnnouncementList__item {
  font-size: 1.4rem;
}
.p-formThanks__title {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.p-formThanks__description {
  text-align: center;
  margin-bottom: 60px;
}
.p-formButton {
  text-align: center;
  margin-top: 60px;
}
.p-formButton__submit {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  width: 220px;
  margin: 0 10px;
  padding: 15px;
  background: #b40500;
  border: none;
  border-radius: 10em;
  transition: opacity 0.2s;
}
.p-formButton__submit:hover {
  cursor: pointer;
  opacity: 0.5;
}
.p-formButton__back {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  width: 220px;
  margin: 0 10px;
  padding: 15px;
  background: #666;
  border: none;
  border-radius: 10em;
  transition: opacity 0.2s;
}
.p-formButton__back:hover {
  cursor: pointer;
  opacity: 0.5;
}
.p-formButton__top {
  font-weight: 700;
  line-height: inherit;
  width: 220px;
  margin: 0 auto;
  padding: 15px;
  display: block;
  transition: opacity 0.2s;
}
.p-formButton__top:hover {
  cursor: pointer;
  opacity: 0.5;
}
.p-form__select01 {
  margin-right: 5px;
  position: relative;
}
.p-form__select01::before, .p-form__select01::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.p-form__select01::before {
  right: 0;
  display: inline-block;
  width: 40px;
  height: calc(100% + 18px);
  border-radius: 0 5px 5px 0;
  background-color: #b30500;
  content: "";
}
.p-form__select01::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}
.p-form__select01 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 135px;
  padding: 10px;
  border: 2px solid #c8c8c8;
  border-radius: 5px;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
.p-form__select01 select:focus {
  outline: none;
}
.p-form__select01 .wpcf7-form-control-wrap {
  position: static;
}
@media screen and (max-width: 750px) {
  .p-form .wpcf7-not-valid-tip {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
    width: 100%;
    display: block;
  }
  .p-form .wpcf7-list-item-label {
    margin-left: 0.5em;
  }
  .p-formTable {
    display: block;
  }
  .p-formTable tbody, .p-formTable tr, .p-formTable th, .p-formTable td {
    width: 100%;
    display: block;
  }
  .p-formTable tr {
    margin-bottom: 10.6666666667vw;
  }
  .p-formTable th, .p-formTable td {
    font-size: 4.2666666667vw;
  }
  .p-formTable th {
    margin-bottom: 2.6666666667vw;
    padding: 0;
  }
  .p-formTable td {
    padding: 0;
  }
  .p-formTable__required {
    font-size: 3.7333333333vw;
    margin-left: 2.6666666667vw;
    padding: 0.5333333333vw 1.6vw;
    border-radius: 1.3333333333vw;
  }
  .p-formTable__any {
    font-size: 3.7333333333vw;
    margin-left: 2.6666666667vw;
    padding: 0.5333333333vw 1.6vw;
    border-radius: 1.3333333333vw;
  }
  .p-formTable__comment {
    font-size: 3.2vw;
  }
  .p-formTable--confirm tr:nth-of-type(odd) {
    background: none;
  }
  .p-formTable--confirm th {
    padding: 2.6666666667vw;
    background: #f8f8f8;
  }
  .p-formTable--confirm td {
    margin-top: 1.3333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    background: #fff;
  }
  .p-formContent {
    margin: 16vw -5.3333333333vw 0;
    padding: 16vw 5.3333333333vw 0;
    border-top: solid 0.2666666667vw #999;
  }
  .p-formContent__title {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-formContent__description {
    font-size: 3.7333333333vw;
  }
  .p-formContent__comment {
    font-size: 3.7333333333vw;
  }
  .p-formContent__check {
    margin-top: 10.6666666667vw;
  }
  .p-formAnnouncement {
    margin-top: 16vw;
  }
  .p-formAnnouncement__title {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
    padding: 2.6666666667vw;
  }
  .p-formAnnouncementList {
    gap: 1.3333333333vw;
  }
  .p-formAnnouncementList__item {
    font-size: 3.7333333333vw;
  }
  .p-formThanks__title {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
  .p-formThanks__description {
    text-align: left;
    margin-bottom: 16vw;
  }
  .p-formButton {
    margin-top: 16vw;
  }
  .p-formButton__submit {
    font-size: 4.8vw;
    width: 74.6666666667vw;
    margin: 0 auto;
    padding: 4vw;
  }
  .p-formButton__back {
    font-size: 4.8vw;
    width: 74.6666666667vw;
    margin: 0 auto 4vw;
    padding: 4vw;
  }
  .p-formButton__top {
    width: 74.6666666667vw;
    margin: 0 auto;
    padding: 4vw;
  }
  .p-form__select01 {
    margin-right: 1.3333333333vw;
  }
  .p-form__select01::before {
    right: 0;
    display: inline-block;
    width: 10.6666666667vw;
    height: 11.4666666667vw;
    border-radius: 0 1.3333333333vw 1.3333333333vw 0;
  }
  .p-form__select01::after {
    top: 50%;
    right: 5.3333333333vw;
    width: 1.6vw;
    height: 1.6vw;
    border-bottom: 0.8vw solid #fff;
    border-right: 0.8vw solid #fff;
  }
  .p-form__select01 select {
    min-width: 21.8666666667vw;
    padding: 2.6666666667vw 1.8666666667vw;
    border: 0.5333333333vw solid #c8c8c8;
    border-radius: 1.3333333333vw;
    background: #fff;
  }
  .p-form__select01 .sex {
    min-width: 36vw;
  }
  .p-form__select01 .address02 {
    min-width: 36vw;
  }
}
.p-motionAboutPic {
  width: 100%;
  height: 100%;
}
.p-motionAboutPic__item {
  margin: auto;
  position: absolute;
  inset: 0;
  transform: translate(0, 0);
}
.p-motionAboutPic__item:nth-child(1), .p-motionAboutPic__item:nth-child(2), .p-motionAboutPic__item:nth-child(3), .p-motionAboutPic__item:nth-child(4), .p-motionAboutPic__item:nth-child(5), .p-motionAboutPic__item:nth-child(6) {
  width: 90px;
  height: 100px;
}
.p-motionAboutPic__item:nth-child(1) div, .p-motionAboutPic__item:nth-child(2) div, .p-motionAboutPic__item:nth-child(3) div, .p-motionAboutPic__item:nth-child(4) div, .p-motionAboutPic__item:nth-child(5) div, .p-motionAboutPic__item:nth-child(6) div {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  transform: scale(0) rotateY(90deg);
}
.p-motionAboutPic__item:nth-child(1) div {
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_about01.png") no-repeat 0 0/cover;
}
.p-motionAboutPic__item:nth-child(2) div {
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_about02.png") no-repeat 0 0/cover;
}
.p-motionAboutPic__item:nth-child(3) div {
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_about03.png") no-repeat 0 0/cover;
}
.p-motionAboutPic__item:nth-child(4) div {
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_about04.png") no-repeat 0 0/cover;
}
.p-motionAboutPic__item:nth-child(5) div {
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_about05.png") no-repeat 0 0/cover;
}
.p-motionAboutPic__item:nth-child(6) div {
  background: url("https://usdelight.jp/wp/wp-content/themes/original_v1/assets/img/top/img_about06.png") no-repeat 0 0/cover;
}
.p-motionAboutPic__item:nth-child(7), .p-motionAboutPic__item:nth-child(8), .p-motionAboutPic__item:nth-child(9), .p-motionAboutPic__item:nth-child(10), .p-motionAboutPic__item:nth-child(11), .p-motionAboutPic__item:nth-child(12) {
  width: 42px;
  height: 45px;
  z-index: -1;
}
.p-motionAboutPic__item:nth-child(7) div, .p-motionAboutPic__item:nth-child(8) div, .p-motionAboutPic__item:nth-child(9) div, .p-motionAboutPic__item:nth-child(10) div, .p-motionAboutPic__item:nth-child(11) div, .p-motionAboutPic__item:nth-child(12) div {
  width: 100%;
  height: 100%;
  background: #b40500;
  border-radius: 10px;
  transform: scale(0) rotateY(90deg);
}
.p-motionOpening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.p-motionOpening__inner {
  width: 100vw;
  height: 100dvh;
  background: #fff;
}
.p-motionOpening__inner::before {
  content: "";
  width: 0;
  height: 5px;
  margin: auto;
  background: linear-gradient(90deg, rgb(169, 31, 36) 57%, rgb(255, 204, 51) 61%);
  animation: openingBorder 1.5s 1.5s cubic-bezier(1, 0, 0.1, 1) forwards;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.p-motionOpening__inner::after {
  content: none;
  width: 100%;
  height: 5px;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.p-motionOpening__logo {
  width: 285px;
  height: 60.5px;
  margin: auto;
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: fadeIn 0.5s 0.5s linear forwards;
}
.p-motionOpening__logo--01 {
  z-index: 3;
}
.p-motionOpening__logo--02 {
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-motionAboutPic__item:nth-child(1), .p-motionAboutPic__item:nth-child(2), .p-motionAboutPic__item:nth-child(3), .p-motionAboutPic__item:nth-child(4), .p-motionAboutPic__item:nth-child(5), .p-motionAboutPic__item:nth-child(6) {
    width: 24vw;
    height: 26.6666666667vw;
  }
  .p-motionAboutPic__item:nth-child(1) div, .p-motionAboutPic__item:nth-child(2) div, .p-motionAboutPic__item:nth-child(3) div, .p-motionAboutPic__item:nth-child(4) div, .p-motionAboutPic__item:nth-child(5) div, .p-motionAboutPic__item:nth-child(6) div {
    border-radius: 3.7333333333vw;
  }
  .p-motionAboutPic__item:nth-child(7), .p-motionAboutPic__item:nth-child(8), .p-motionAboutPic__item:nth-child(9), .p-motionAboutPic__item:nth-child(10), .p-motionAboutPic__item:nth-child(11), .p-motionAboutPic__item:nth-child(12) {
    width: 11.2vw;
    height: 12vw;
  }
  .p-motionAboutPic__item:nth-child(7) div, .p-motionAboutPic__item:nth-child(8) div, .p-motionAboutPic__item:nth-child(9) div, .p-motionAboutPic__item:nth-child(10) div, .p-motionAboutPic__item:nth-child(11) div, .p-motionAboutPic__item:nth-child(12) div {
    border-radius: 2.6666666667vw;
  }
}

@keyframes openingBorder {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes swiperZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_BottomToUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes motionZoomUp1 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes motionZoomUp2 {
  0% {
    opacity: 1;
    transform: scale(0) rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotateY(360deg);
  }
}