#wpadminbar a {
  color: #fff !important;
}

html {
  font-size: 2vw;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.65vw;
  }
}
@media screen and (min-width: 1401px) {
  html {
    font-size: 9px;
  }
}
body {
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #666666;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  margin: 0 !important;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  line-height: 1.5;
}

p {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  margin-left: 0 !important;
}

li {
  list-style: none;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1d1d1e;
}

a {
  text-decoration: unset;
  color: #666666 !important;
}

a:focus,
a:active {
  outline: none;
  box-shadow: none;
}

img {
  vertical-align: bottom;
}

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

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

.c-title {
  font-size: 3rem;
  position: relative;
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2rem;
    padding-left: 5rem;
  }
}
.c-title::before {
  content: "";
  display: block;
  background: url(../img/icon-mikan.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .c-title::before {
    width: 5rem;
    height: 5rem;
  }
}

.c-btn {
  background: #ffbe02;
  color: #fff !important;
  border-radius: 10rem;
  padding: 4rem;
  text-align: center;
  font-size: 4.7rem;
  width: 75rem;
  box-shadow: 5px 5px 15px 0px #8e8e8e;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 2rem;
    width: 90%;
    padding: 2rem;
  }
}

section {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.p-front__mv img {
  width: 100%;
}
.p-front__mv--btn {
  text-align: center;
  margin: 15rem 0;
}
@media screen and (max-width: 768px) {
  .p-front__mv--btn {
    margin: 5rem 0 10rem;
  }
}
.p-front__about--wrap, .p-front__owner--wrap, .p-front__essence--wrap {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 25rem auto 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--wrap, .p-front__owner--wrap, .p-front__essence--wrap {
    flex-direction: column-reverse;
    margin: 5rem auto;
  }
}
.p-front__about--left li, .p-front__owner--left li, .p-front__essence--left li {
  margin-bottom: 5rem;
}
.p-front__about--left h3, .p-front__owner--left h3, .p-front__essence--left h3 {
  font-weight: bold;
  font-size: 3rem;
  position: relative;
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--left h3, .p-front__owner--left h3, .p-front__essence--left h3 {
    font-size: 2rem;
    padding-left: 5rem;
  }
}
.p-front__about--left h3::before, .p-front__owner--left h3::before, .p-front__essence--left h3::before {
  content: "";
  display: block;
  background: url(../img/icon-mikan.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--left h3::before, .p-front__owner--left h3::before, .p-front__essence--left h3::before {
    width: 5rem;
    height: 5rem;
  }
}
.p-front__about--left p, .p-front__owner--left p, .p-front__essence--left p {
  font-size: 2.8rem;
  line-height: 2;
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--left p, .p-front__owner--left p, .p-front__essence--left p {
    font-size: 1.6rem;
    padding-left: 5rem;
  }
}
.p-front__about--right, .p-front__owner--right, .p-front__essence--right {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-front__about--right, .p-front__owner--right, .p-front__essence--right {
    margin: 0 auto 10rem;
  }
}
.p-front__about--right h2, .p-front__owner--right h2, .p-front__essence--right h2 {
  font-size: 4.4rem;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-front__about--right h2, .p-front__owner--right h2, .p-front__essence--right h2 {
    font-size: 3rem;
  }
}
.p-front__about--right span, .p-front__owner--right span, .p-front__essence--right span {
  color: #ffbe02;
}
.p-front__about--img, .p-front__owner--img, .p-front__essence--img {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--img, .p-front__owner--img, .p-front__essence--img {
    margin-top: 5rem;
  }
}
.p-front__about--img img, .p-front__owner--img img, .p-front__essence--img img {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.p-front__owner--wrap {
  width: 95%;
  margin: 10rem auto 10rem;
}
.p-front__essence--wrap {
  width: 90%;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__essence--wrap {
    margin-bottom: 0;
  }
}
.p-front__essence--left {
  margin-bottom: 10rem;
}
.p-front__essence--left img {
  width: 83rem;
}
.p-front__case {
  width: 95%;
  margin: 0 auto;
}
.p-front__case--title {
  font-size: 3rem;
  position: relative;
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__case--title {
    font-size: 2rem;
    padding-left: 5rem;
  }
}
.p-front__case--title::before {
  content: "";
  display: block;
  background: url(../img/icon-mikan.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__case--title::before {
    width: 5rem;
    height: 5rem;
  }
}
.p-front__case--area {
  width: 90%;
  margin: 5rem auto 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__case--area {
    margin: 2.5rem auto 10rem;
  }
}
.p-front__case--list {
  display: flex;
  justify-content: space-between;
}
.p-front__case--list-item img {
  max-width: 40rem;
  display: block;
  margin: 0 auto;
  width: 90%;
}
.p-front__case--list-item p {
  font-size: 3.6rem;
  writing-mode: vertical-rl;
  margin: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__case--list-item p {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.p-front__weight--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-front__weight--wrap {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.p-front__weight--left img {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .p-front__weight--left img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
.p-front__weight--left p {
  font-size: 4rem;
  line-height: 1.75;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__weight--left p {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.p-front__weight--right img {
  width: 65rem;
}
@media screen and (max-width: 768px) {
  .p-front__weight--right img {
    margin-bottom: 5rem;
  }
}
.p-front__quantity {
  width: 95%;
  margin: 10rem auto;
}
@media screen and (max-width: 768px) {
  .p-front__quantity {
    margin: 5rem auto;
  }
}
.p-front__quantity img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-front__quantity img {
    width: 100%;
  }
}
.p-front__kinds {
  width: 95%;
  margin: 10rem auto;
}
@media screen and (max-width: 768px) {
  .p-front__kinds {
    margin: 5rem auto;
  }
}
.p-front__kinds img {
  width: 100%;
}
.p-front__owner-ship {
  font-size: 2.5rem;
  width: 95%;
  margin: 10rem auto;
}
@media screen and (max-width: 768px) {
  .p-front__owner-ship {
    margin: 5rem auto;
  }
}
.p-front__owner-ship ul {
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__owner-ship ul {
    padding-left: 2rem;
  }
}
.p-front__owner-ship li {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front__owner-ship li {
    font-size: 1.6rem;
    text-indent: -1.5rem;
    padding-left: 1rem;
  }
}
.p-front__faq {
  font-size: 2.5rem;
  width: 95%;
  margin: 10rem auto;
}
@media screen and (max-width: 768px) {
  .p-front__faq {
    margin: 5rem auto;
  }
}
.p-front__faq ul {
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__faq ul {
    padding-left: 2rem;
  }
}
.p-front__faq li {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-indent: -5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__faq li {
    font-size: 1.6rem;
    text-indent: -3.2rem;
    padding-left: 3rem;
  }
}
.p-front__img {
  margin: 10rem auto;
}
.p-front__img img {
  width: 100%;
}
.p-front__feature {
  position: relative;
  width: 100%;
  height: 115rem;
  margin: 10rem auto;
}
@media screen and (max-width: 768px) {
  .p-front__feature {
    height: 80rem;
  }
}
.p-front__feature--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-front__feature--bg {
    height: 80rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-front__feature--content {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 5rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .p-front__feature--content {
    left: 2rem;
  }
}
.p-front__feature li {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__feature li {
    margin-bottom: 1.5rem;
  }
}
.p-front__feature li:last-of-type {
  margin-bottom: 0;
}
.p-front__feature li:last-of-type p {
  margin-bottom: 0;
}
.p-front__feature h3 {
  color: #fff;
  font-size: 3rem;
  position: relative;
  padding-left: 10rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__feature h3 {
    font-size: 1.8rem;
    padding-left: 5rem;
  }
}
.p-front__feature h3::before {
  content: "";
  display: block;
  background: url(../img/icon-mikan.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__feature h3::before {
    width: 5rem;
    height: 5rem;
  }
}
.p-front__feature p {
  padding-left: 10rem;
  color: #fff;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-front__feature p {
    font-size: 1.6rem;
    padding-left: 5rem;
  }
}
.p-front__btm img {
  width: 100%;
}

.u-bold {
  font-weight: bold;
}

.u-txt-ctr {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .u-right-text-sp {
    display: block;
    text-align: end;
  }
}

.u-w100 {
  width: 100%;
}

.u-pb-0 {
  padding-bottom: 0rem;
}

.u-pb-5 {
  padding-bottom: 5rem;
}

.u-pb-10 {
  padding-bottom: 10rem;
}

.u-pb-15 {
  padding-bottom: 15rem !important;
}

.u-mb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .u-mb-0-sp {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */