@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1634px) {
  html {
    font-size: 0.9791921665vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4A4237;
  background: #F7EFE4;
  font-weight: 500;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1634px;
  padding-right: calc(87px + 6.875rem);
  padding-left: calc(87px + 6.875rem);
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.625rem;
    padding-left: 1.625rem;
  }
}

.c-brands-card {
  color: #4a4237;
  background-image: linear-gradient(transparent 0% 100px, #f7efe4 101px 100%);
  border-radius: 50px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-brands-card .img {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
.c-brands-card .img img,
.c-brands-card .img picture {
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-brands-card .body {
  padding: 25px 15px 33px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-brands-card .body {
    padding: 22px 20px 17px;
  }
}

.c-brands-card .logo {
  margin-inline: auto;
  height: 63px;
}
.c-brands-card .logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-brands-card .logo.--01 {
  width: 127px;
}
@media screen and (max-width: 767px) {
  .c-brands-card .logo.--01 {
    width: 100px;
  }
}

.c-brands-card .logo.--02 {
  width: 167px;
}
@media screen and (max-width: 767px) {
  .c-brands-card .logo.--02 {
    width: 129px;
  }
}

.c-brands-card .logo.--03 {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .c-brands-card .logo.--03 {
    width: 208px;
  }
}

.c-brands-card .logo.--04 {
  width: 182px;
}
@media screen and (max-width: 767px) {
  .c-brands-card .logo.--04 {
    width: 151px;
  }
}

.c-brands-card .logo.--05 {
  width: 157px;
}
@media screen and (max-width: 767px) {
  .c-brands-card .logo.--05 {
    width: 154px;
  }
}

@media screen and (max-width: 1080px) {
  .p-brands__item.c-brands-card .logo.--01 {
    width: 11.7592592593vw;
  }
}
@media screen and (max-width: 767px) {
  .p-brands__item.c-brands-card .logo.--01 {
    width: 100px;
  }
}

@media screen and (max-width: 1080px) {
  .p-brands__item.c-brands-card .logo.--02 {
    width: 15.462962963vw;
  }
}
@media screen and (max-width: 767px) {
  .p-brands__item.c-brands-card .logo.--02 {
    width: 129px;
  }
}

@media screen and (max-width: 1080px) {
  .p-brands__item.c-brands-card .logo.--03 {
    width: 24.0740740741vw;
  }
}
@media screen and (max-width: 767px) {
  .p-brands__item.c-brands-card .logo.--03 {
    width: 208px;
  }
}

@media screen and (max-width: 1080px) {
  .p-brands__item.c-brands-card .logo.--04 {
    width: 16.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .p-brands__item.c-brands-card .logo.--04 {
    width: 151px;
  }
}

@media screen and (max-width: 1080px) {
  .p-brands__item.c-brands-card .logo.--05 {
    width: 14.537037037vw;
  }
}
@media screen and (max-width: 767px) {
  .p-brands__item.c-brands-card .logo.--05 {
    width: 154px;
  }
}

.c-brands-card .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-top: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-brands-card .text {
    font-size: 13px;
    line-height: 1.7692307692;
    margin-top: 14px;
    margin-bottom: 11px;
  }
}

.c-brands-card .btn {
  margin-top: auto;
}

.c-brands-card .btn span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  background: #f7efe4;
  position: relative;
  color: #4a4237;
  border: 1px solid #4a4237;
  font-weight: 500;
  font-size: 15px;
  padding: 6px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.c-brands-card .btn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #4a4237;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
  z-index: -1;
}
.c-brands-card .btn span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/target-b.png) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-brands-card .btn span {
    font-size: 10px;
    padding: 6px 20px 6px;
    gap: 25px;
  }
  .c-brands-card .btn span::after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-brands-card:hover .btn span {
    color: #fff;
  }
  .c-brands-card:hover .btn span::before {
    left: 0;
  }
  .c-brands-card:hover .btn span::after {
    background: url(../images/target.png) no-repeat center center/contain;
  }
}

.c-brands-card:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 18px;
  padding: 13px 16px;
  min-width: 268px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 27px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
@media screen and (min-width: 768px) {
  .c-btn:hover::before {
    left: 0;
  }
  .c-btn:hover {
    color: #4a4237;
  }
}
.c-btn span {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 100%;
    font-size: 15px;
  }
}

.c-btn.--brown {
  border: 1px solid #4a4237;
  color: #4a4237;
}
.c-btn.--brown::before {
  background: #4a4237;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-btn.--brown:hover {
    color: #fff;
  }
}

.c-btn.--arrow::after {
  content: "";
  background: url(../images/arrow-w.png) no-repeat center center/contain;
  height: 0.875em;
  aspect-ratio: 1/1;
  margin-left: 4.625rem;
}
@media screen and (min-width: 768px) {
  .c-btn.--arrow:hover::after {
    background: url(../images/arrow-b.png) no-repeat center center/contain;
    z-index: 1;
  }
}

.c-btn.--arrowBack {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 2.875rem 13px 24px;
  min-width: 0;
}
.c-btn.--arrowBack::after {
  content: "";
  background: url(../images/backBtn-arrow-b.png) no-repeat center center/contain;
  height: 0.666em;
  aspect-ratio: 1/1;
  margin-right: 23px;
}
@media screen and (min-width: 768px) {
  .c-btn.--arrowBack:hover::after {
    background: url(../images/backBtn-arrow-w.png) no-repeat center center/contain;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.--arrowBack {
    font-size: 11px;
    width: auto;
    padding: 10px 42px 8px 16px;
  }
  .c-btn.--arrowBack::after {
    margin-right: 17px;
  }
}

.c-btn.--ja {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 15px 27px;
}
@media screen and (max-width: 767px) {
  .c-btn.--ja {
    font-size: 14px;
    padding: 16px 20px;
  }
  .c-btn.--ja::after {
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn.--spshort {
    max-width: 268px;
    font-size: 18px;
  }
}

.c-btnCircle .circle,
.c-btnCircle .circle::before,
.c-btnCircle .circle::after,
.c-btnCircle .arrow,
.c-btnCircle .arrow::after {
  -webkit-transition: 0.4s all cubic-bezier(0.27, 0, 0.58, 1);
  transition: 0.4s all cubic-bezier(0.27, 0, 0.58, 1);
}

.c-btnCircle .circle {
  position: relative;
  width: 104px;
  height: 104px;
  display: block;
}
.c-btnCircle .circle::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #8b8071;
  border-radius: 50%;
}
.c-btnCircle .circle::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #8b8071;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-btnCircle .circle {
    width: 83px;
    height: 83px;
  }
}

.p-cta .c-btnCircle .circle {
  width: 86px;
  height: 86px;
}
.p-cta .c-btnCircle .circle::before {
  border-color: #cbc1b5;
}
.p-cta .c-btnCircle .circle::after {
  background: #f7efe4;
}
@media screen and (max-width: 767px) {
  .p-cta .c-btnCircle .circle {
    width: 54px;
    height: 54px;
  }
}

.c-btnCircle .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
}
.c-btnCircle .arrow::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: url(../images/circle-arrow-b.png) no-repeat center center/contain;
}

.p-cta .c-btnCircle .arrow {
  width: 13px;
  height: 13px;
}
.p-cta .c-btnCircle .arrow::after {
  background: url(../images/circle-arrow-lb02.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-cta .c-btnCircle .arrow {
    width: 8px;
    height: 8px;
  }
}

.c-btnCircle:hover .circle::before {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 0;
}
.c-btnCircle:hover .circle::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.c-btnCircle:hover .arrow::after {
  background: url(../images/circle-arrow-lb.png) no-repeat center center/contain;
}

.p-cta .c-btnCircle:hover .arrow::after {
  background: url(../images/circle-arrow-b.png) no-repeat center center/contain;
}

.p-404__text {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.8571428571;
  margin-top: 24px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 18px;
    line-height: 2;
    margin-top: 4px;
    padding-left: 0;
  }
}

.p-404__btn {
  margin-top: 60px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    margin-top: 60px;
    padding-left: 0;
  }
}

.p-brands__contents {
  margin-top: 10.1875rem;
}
@media screen and (max-width: 767px) {
  .p-brands__contents {
    margin-top: 4.25rem;
  }
}

.p-brands__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem 3rem;
}
@media screen and (max-width: 1400px) {
  .p-brands__list {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-brands__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-brands__item {
    max-width: 300px;
    margin-inline: auto;
  }
}

.p-company__hr {
  margin: 0;
  border-color: #cbc1b5;
}

.p-company__hr.--01 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__hr.--01 {
    margin-top: 3.9375rem;
  }
}

.p-company-secttl .en {
  color: #fff;
  font-weight: 700;
  font-size: 3.4375rem;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-company-secttl .en {
    font-size: 2.1875rem;
    line-height: 1.2;
  }
}

.p-company-secttl .ja {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
  margin-left: 7px;
}
.p-company-secttl .ja::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  margin-right: 11px;
}
@media screen and (max-width: 767px) {
  .p-company-secttl .ja {
    margin-left: 4px;
    margin-top: 6px;
    font-size: 12px;
  }
  .p-company-secttl .ja::before {
    width: 8px;
    margin-right: 5px;
  }
}

.p-company__bgl .p-company-secttl .en,
.p-company__bgl .p-company-secttl .ja {
  color: #4a4237;
}

.p-company__bgl .p-company-secttl .ja::before {
  background-color: #4a4237;
}

.p-company-topMessage {
  margin-top: 7.25rem;
  position: relative;
  padding-bottom: 30.75rem;
}
@media screen and (max-width: 767px) {
  .p-company-topMessage {
    margin-top: 2.375rem;
    padding-bottom: 0;
  }
}

.p-company__contents01 {
  margin-top: 68px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-company__contents01 {
    margin-top: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p-company__contents01 .l-inner.--img {
    display: contents;
  }
}

@media screen and (min-width: 768px) {
  .p-company__contents01 .img {
    border-radius: 25px;
    overflow: hidden;
  }
}
.p-company__contents01 .img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-company__contents01 .body {
    max-width: 960px;
    margin-inline: auto;
    margin-top: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__contents01 .body {
    margin-top: 43px;
  }
}

.p-company__contents01 .head {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .p-company__contents01 .head {
    font-size: 20px;
    line-height: 1.9;
  }
}

.p-company__contents01 .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.02em;
  margin-top: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company__contents01 .text {
    font-size: 15px;
    line-height: 1.8666666667;
    font-weight: 400;
    margin-top: 20px;
  }
}

.p-company__contents01 .name {
  font-weight: 500;
  font-size: 20px;
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-company__contents01 .name {
    font-size: 15px;
    line-height: 2;
    margin-top: 31px;
  }
}

@media screen and (min-width: 768px) {
  .p-company__middleimg {
    position: absolute;
    bottom: -15.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .p-company__middleimg .imgwrap {
    border-radius: 25px;
    overflow: hidden;
  }
  .p-company__middleimg .imgwrap img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-company__middleimg {
    margin-top: 7.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__middleimg .l-inner {
    display: contents;
  }
}

.p-company__bgl {
  background: #f7efe4;
  color: #4a4237;
}

.p-company-profile {
  padding-top: 20.4375rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile {
    padding-top: 67px;
  }
}

.p-company__contents02 {
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__contents02 {
    margin-top: 39px;
  }
}

.p-company__contents02 .row {
  display: grid;
  gap: 6.125rem;
  grid-template-columns: 130px 1fr;
  max-width: 882px;
}
@media screen and (max-width: 767px) {
  .p-company__contents02 .row {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 86%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-company__contents02 .row + .row {
    margin-top: 19px;
  }
}

.p-company__contents02 .row dt,
.p-company__contents02 .row dd {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cbc1b5;
}
@media screen and (max-width: 767px) {
  .p-company__contents02 .row dt,
  .p-company__contents02 .row dd {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.p-company__contents02 .row dt {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-company__contents02 .row dt {
    font-size: 15px;
  }
}

.p-company__contents02 .row dd {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-company__contents02 .row dd {
    font-size: 16px;
    font-weight: 400;
    border: none;
  }
  .p-company__contents02 .row dd.small {
    font-size: 15px;
  }
}

.p-company__hr.--02 {
  margin-top: 7.9375rem;
}

.p-company-access {
  padding-top: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-company-access {
    padding-top: 59px;
  }
}

.p-company__contents03 {
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .p-company__contents03 {
    margin-top: 0;
  }
}

.p-contact {
  padding-bottom: 9.6875rem;
  width: 777px;
  max-width: 100%;
  font-size: 18px;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    font-size: 15px;
    max-width: 93%;
    margin-inline: auto;
    margin-top: 9px;
    padding-bottom: 5.75rem;
  }
}

.p-contact .smf-form input[type=text],
.p-contact .smf-form input[type=email],
.p-contact .smf-form input[type=tel],
.p-contact .smf-form textarea {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #4a4237;
  border-radius: 7px;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-form input[type=text],
  .p-contact .smf-form input[type=email],
  .p-contact .smf-form input[type=tel],
  .p-contact .smf-form textarea {
    padding: 12px;
  }
}
.p-contact .smf-form input[type=text]:focus,
.p-contact .smf-form input[type=email]:focus,
.p-contact .smf-form textarea:focus {
  border: 1px solid #4a4237;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.p-contact .smf-form textarea {
  height: 253px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-form textarea {
    height: 182px;
  }
}
.p-contact .smf-form textarea:focus {
  border: 1px solid #4a4237;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.p-contact .smf-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../images/form-select.png) no-repeat center right 19px/12px 4px;
  border: 1px solid #4a4237;
  border-radius: 7px;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-form select {
    padding: 12px;
    background: #fff url(../images/form-select.png) no-repeat center right 15px/12px 4px;
  }
}
.p-contact .smf-form .smf-select-control {
  display: block;
}
.p-contact .smf-form .smf-select-control__toggle:before {
  content: none;
}
.p-contact .smf-form select::-ms-expand {
  display: none;
}
.p-contact .smf-form select:focus {
  border: 1px solid #4a4237;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.p-contact .smf-form .smf-item:has([data-validations~=required]) .smf-item__label__text::after {
  content: "必須";
  display: inline-block;
  padding: 7px 20px;
  color: #ffffff;
  background-color: #4a4237;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-left: 31px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-form .smf-item:has([data-validations~=required]) .smf-item__label__text::after {
    padding: 4px 12px;
    font-size: 12px;
    margin-left: 10px;
  }
}
.p-contact .smf-form .wp-block-snow-monkey-forms-item + .wp-block-snow-monkey-forms-item {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-form .wp-block-snow-monkey-forms-item + .wp-block-snow-monkey-forms-item {
    margin-top: 22px;
  }
}
.p-contact .smf-form .smf-item__col--label {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-form .smf-item__col--label {
    margin-bottom: 17px;
  }
}
.p-contact .smf-form .smf-item__label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-form .smf-item__label {
    font-size: 15px;
  }
}
.p-contact .smf-form .note {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 25px;
  margin-left: 13px;
}
.p-contact .smf-form .note a {
  color: #4848d9;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-form .note {
    margin-left: 0;
    margin-top: 23px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8666666667;
  }
}

.p-contact__privacy {
  margin-top: 26px;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy {
    margin-top: 34px;
    margin-bottom: 20px;
  }
}
.p-contact__privacy .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact__privacy .smf-checkbox-control__label {
  display: none;
}
.p-contact__privacy .smf-checkbox-control__control {
  border-radius: 0;
  border-color: #4a4237;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy .smf-checkbox-control__control {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.p-contact__privacy .text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy .text {
    font-size: 15px;
  }
}
.p-contact__privacy .text::after {
  content: "必須";
  display: inline-block;
  padding: 7px 20px;
  color: #ffffff;
  background-color: #4a4237;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-left: 9px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy .text::after {
    padding: 4px 12px;
    font-size: 12px;
    margin-left: 3px;
  }
}
.p-contact__privacy .text a {
  color: #4848d9;
  text-decoration: underline;
}

form[data-screen=confirm] .p-contact__privacy .text,
form[data-screen=confirm] .note {
  display: none;
}

.p-contact .smf-button-control {
  width: 393px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-button-control {
    width: 295px;
  }
}
.p-contact input[type=submit],
.p-contact button[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  color: #4a4237;
  border: 1px solid #4a4237;
  border-radius: 6px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 26px;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact input[type=submit],
  .p-contact button[type=submit] {
    font-size: 15px;
    padding: 17px;
  }
}
.p-contact button[data-action=back] {
  background-color: transparent;
}
.p-contact input[type=submit] :hover,
.p-contact input[type=submit] :focus,
.p-contact button[type=submit] :hover,
.p-contact button[type=submit] :focus {
  outline: none;
}
.p-contact input[type=submit] ::-moz-foucus-inner {
  border: none;
  padding: 0;
}
.p-contact .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact .smf-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
  }
}

.p-contact-complete .text01 {
  font-weight: 700;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .p-contact-complete .text01 {
    font-size: 18px;
  }
}
.p-contact-complete .text02 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7777777778;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-contact-complete .text02 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8666666667;
    margin-top: 16px;
  }
}
.p-contact-complete .c-btn {
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-complete .c-btn {
    margin-top: 4.875rem;
  }
}

.p-contact:has([data-screen=complete]) {
  margin-top: 30px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact:has([data-screen=complete]) {
    margin-top: 8px;
  }
}

.p-contact__cta {
  display: none;
}

body:has([data-screen=complete]) .p-contact__cta {
  display: block;
}
body:has([data-screen=complete]) .p-contact__cta .p-cta {
  padding-top: 22px;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  body:has([data-screen=complete]) .p-contact__cta .p-cta {
    padding: 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-cta {
  padding-top: 9.75rem;
  padding-bottom: 9.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-top: 5.9375rem;
    padding-bottom: 0;
  }
}

.p-company .p-cta {
  padding-top: 7.5rem;
  padding-bottom: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-company .p-cta {
    padding-top: 5.5rem;
    padding-bottom: 0;
  }
}

.p-archive .p-cta {
  padding-top: 12.375rem;
  padding-bottom: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .p-archive .p-cta {
    padding-top: 11.125rem;
    padding-bottom: 0;
  }
}

.p-single .p-cta {
  padding-top: 11.375rem;
  padding-bottom: 7.25rem;
}
@media screen and (max-width: 767px) {
  .p-single .p-cta {
    padding-top: 5.4375rem;
    padding-bottom: 0;
  }
}

.p-privacy .p-cta {
  padding-top: 5.6875rem;
  padding-bottom: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-privacy .p-cta {
    padding-top: 5.4375rem;
    padding-bottom: 0;
  }
}

.p-404 .p-cta {
  padding-top: 11.1875rem;
  padding-bottom: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .p-404 .p-cta {
    padding-top: 5.9375rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cta .l-inner {
    display: contents;
  }
}

.p-cta__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__contents {
    gap: 0;
  }
}

.p-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #4a4237;
  color: #fff;
  padding: 2.875rem 3.3125rem 2.6875rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    border-bottom: 1px solid #8b8071;
    padding: 1.875rem 1.4375rem 1.6875rem 1.9375rem;
  }
}

.p-cta__contents {
  grid-template-columns: 1fr;
}

.p-cta__contents a {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__contents a {
    max-width: 50%;
  }
}

.p-cta__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-cta__texts .en {
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-cta__texts .en {
    font-size: 1.75rem;
  }
}

.p-cta__texts .ja {
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.p-cta__texts .ja::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  margin-right: 11px;
}
@media screen and (max-width: 767px) {
  .p-cta__texts .ja {
    font-size: 12px;
    font-weight: 500;
    margin-top: 1px;
  }
  .p-cta__texts .ja::before {
    width: 6px;
    margin-right: 7px;
  }
}

.p-footer {
  background: #4a4237;
  position: relative;
  padding-top: 6.8125rem;
  padding-bottom: 8.0625rem;
  padding-left: 7.0833333333vw;
  padding-right: 10.46875vw;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 3.625rem;
    padding-bottom: 1.375rem;
    padding-left: 7.0833333333vw;
    padding-right: 10.46875vw;
  }
}

.p-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer__contents {
    display: grid;
  }
}

.p-footer__logo {
  width: 19.7916666667vw;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 15.5625rem;
    padding-bottom: 0;
    margin-top: 3.875rem;
  }
}

.p-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.9375rem;
}
.p-footer__menu a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-footer__menu a:hover {
  opacity: 0.4;
}
@media screen and (max-width: 950px) {
  .p-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-footer__menu .menu01 a {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__menu .menu01 a {
    grid-template-columns: 100px 1fr;
    gap: 3.1875rem;
  }
}

.p-footer__menu .menu02 a {
  display: grid;
  grid-template-columns: 123px 1fr;
  gap: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__menu .menu02 a {
    grid-template-columns: 100px 1fr;
    gap: 3.1875rem;
  }
}

.p-footer__menu a {
  line-height: 51px;
}

.p-footer__menu .en {
  color: #f7efe4;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer__menu .en {
    font-size: 20px;
  }
}

.p-footer__menu .ja {
  color: #8B8071;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-footer__menu .ja {
    padding-top: 2px;
  }
}

.p-footer__privacy {
  position: absolute;
  right: 61px;
  bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__privacy {
    position: static;
    color: #8b8071;
    margin-top: 13px;
  }
}

.p-footer__privacy a {
  display: inline-block;
  color: #8B8071;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-footer__privacy a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../images/arrow-lb.png) no-repeat center center/contain;
  margin-left: 16px;
}
.p-footer__privacy a:hover {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-footer__privacy a a {
    line-height: 1.6;
  }
  .p-footer__privacy a::after {
    content: none;
  }
}

.p-footer__copy {
  color: #f7efe4;
  font-weight: 300;
  font-size: 12px;
  position: fixed;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-footer__copy span {
    -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
            writing-mode: sideways-lr;
    white-space: pre;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    position: static;
    color: #8b8071;
    -webkit-transform: none;
            transform: none;
    margin-top: 17px;
  }
}

.p-header {
  padding-top: 38px;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-top: 23px;
    padding-left: 21px;
  }
}

.p-header__logo {
  width: 165px;
  position: fixed;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 113px;
  }
}

.home .p-header__logo {
  opacity: 0;
  visibility: visible;
  background: url(../images/logo-b.png) no-repeat center center/contain;
}

.home .p-header.--bgBrown .p-header__logo {
  background: url(../images/logo.png) no-repeat center center/contain;
}

.home .p-header__logo img {
  opacity: 0;
}

.p-breadcrumbs {
  color: #4a4237;
  margin-top: calc(1.5625rem + 36px);
  font-size: 12px;
  font-weight: 400;
  line-height: 2.0833333333;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs {
    display: none;
  }
}

.p-header.--bgBrown .p-breadcrumbs {
  color: #ffffff;
}

.p-breadcrumbs .breadcrumb-separator {
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../images/breadArrow-b.png) no-repeat center center/contain;
}

.p-header.--bgBrown .p-breadcrumbs .breadcrumb-separator {
  background: url(../images/breadArrow.png) no-repeat center center/contain;
}

.p-breadcrumbs span[property=itemListElement] {
  margin-right: 14px;
  margin-left: 14px;
}

.p-breadcrumbs span[property=itemListElement]:first-child {
  margin-left: 0;
}

.p-header__nav {
  position: fixed;
  top: 3.125rem;
  right: 5.5625rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 7.1875rem 3.1875rem 0.625rem;
    overflow-y: scroll;
    background-color: rgba(74, 66, 55, .55);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
  }
}

@media screen and (max-width: 767px) {
  .p-header__nav.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}
.p-header__nav ul {
  display: grid;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-header__nav ul {
    margin-top: 3.8125rem;
    gap: 25px;
  }
}

.p-header__nav ul li a {
  color: #4a4237;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-header__nav ul li a:hover {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-header__nav ul li a {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 3.125rem;
    font-size: 20px;
  }
  .p-header__nav ul li a span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header.--bgBrown .p-header__nav ul li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header.--bgBrown .p-header__nav ul li a {
    color: #f7efe4;
  }
}

@media screen and (min-width: 768px) {
  .p-header__nav ul li.is-current a {
    position: relative;
  }
  .p-header__nav ul li.is-current a::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 10px;
    height: 2px;
    background: #4a4237;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-header.--bgBrown .p-header__nav ul li.is-current a::before {
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-hamburger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-hamburger {
    position: fixed;
    top: 24px;
    right: 25px;
    width: 33px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1001;
    margin-top: 3px;
  }
}

.p-hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #4a4237;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header.--bgBrown .p-hamburger span {
  background-color: #f7efe4;
}

.p-hamburger span:nth-child(2) {
  width: 80%;
  margin-left: auto;
  display: none;
}

.p-hamburger span:nth-child(3) {
  margin-left: auto;
}

/* 開いたとき（×アイコン） */
.p-hamburger.is-open span:nth-child(1) {
  -webkit-transform: translate(-28px, 19px) rotate(45deg);
          transform: translate(-28px, 19px) rotate(45deg);
  width: 170%;
  height: 1px;
}

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

.p-hamburger.is-open span:nth-child(3) {
  -webkit-transform: translate(-28px, 4px) rotate(-45deg);
          transform: translate(-28px, 4px) rotate(-45deg);
  width: 170%;
  height: 1px;
}

@media screen and (max-width: 767px) {
  .p-header__navLogo {
    width: 235px;
  }
  .p-header__navPrivacy {
    color: #8b8071;
    margin-top: 2.25rem;
    font-size: 13px;
    font-weight: 500;
  }
}
.p-archive__contents {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-archive__contents {
    margin-top: 9px;
  }
}

.p-archive__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.6875rem 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-archive__wrap {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid #8b8071;
  }
}

.p-archive__item {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-archive__item:hover {
  opacity: 0.4;
}
.p-archive__item .catch {
  width: 100%;
  aspect-ratio: 363/239;
  border-radius: 10px;
  overflow: hidden;
}
.p-archive__item .catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-archive__item:hover .catch img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-archive__item .body {
  color: #000;
}
.p-archive__item .date {
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-top: 20px;
}
.p-archive__item .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .p-archive__item {
    padding-top: 21px;
    padding-bottom: 39px;
    border-bottom: 1px solid #8b8071;
    display: grid;
    grid-template-columns: 41.5% 1fr;
    gap: 1.125rem;
  }
  .p-archive__item .catch {
    width: 100%;
    aspect-ratio: 132/94;
    border-radius: 0;
  }
  .p-archive__item .date {
    color: #8b8071;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
  }
  .p-archive__item .text {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

/* ページネーション */
.p-archive__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 5.5rem;
  list-style: none;
  padding: 0;
}
.p-archive__pager li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-archive__pager li a,
.p-archive__pager li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #8b8071;
  color: #8b8071;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.p-archive__pager li a:hover {
  background: #8b8071;
  color: #f7efe4;
}
.p-archive__pager li.is-current a, .p-archive__pager li.is-current span {
  background: #8b8071;
  color: #f7efe4;
  border-color: #8b8071;
}
.p-archive__pager li.is-dots img {
  height: 5px;
}
@media screen and (max-width: 767px) {
  .p-archive__pager {
    margin-top: 38px;
    gap: 14px;
  }
  .p-archive__pager li a,
  .p-archive__pager li span {
    width: 39px;
    height: 39px;
    font-size: 11px;
  }
  .p-archive__pager.is-dots img {
    height: 3px;
  }
}

.p-archive__pagination .prev,
.p-archive__pagination .next {
  border: none;
}
.p-archive__pagination .prev img,
.p-archive__pagination .next img {
  width: 23px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-archive__pagination .prev:hover,
.p-archive__pagination .next:hover {
  background: transparent;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-archive__pagination .prev img,
  .p-archive__pagination .next img {
    width: 16px;
    height: 16px;
  }
}

.p-single__contents {
  margin-top: max(13.5rem, 160px);
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-single__contents {
    margin-top: 75px;
    padding-bottom: 50px;
  }
}

.p-single__date {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-single__date {
    font-size: 14px;
    font-weight: 500;
    color: #8b8071;
  }
}

.p-single__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.9375;
  margin-top: 23px;
  color: #000;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 18px;
    line-height: 2;
    margin-top: 9px;
  }
}

.p-single__hr {
  border-color: #cbc1b5;
  margin-top: 39px;
}

.p-single__hr.--01 {
  max-width: 960px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-single .l-inner.--img {
    display: contents;
  }
}

.p-single__catch {
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 960/593;
  margin-top: 4.625rem;
}
@media screen and (min-width: 768px) {
  .p-single__catch {
    max-width: 960px;
    margin-inline: auto;
  }
}
.p-single__catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-single__catch {
    border-radius: 0 25px 25px 0;
    aspect-ratio: 348/230;
    margin-top: 30px;
    width: 93%;
  }
}

.p-single__content {
  margin-top: 4.5625rem;
  max-width: 960px;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.02em;
}
.p-single__content p {
  margin-bottom: 1.6em;
}
.p-single__content h1,
.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
  margin: 2em 0 1em;
  font-weight: bold;
  line-height: 1.4;
}
.p-single__content h1 {
  font-size: 2em;
}
.p-single__content h2 {
  font-size: 1.8em;
}
.p-single__content h3 {
  font-size: 1.5em;
}
.p-single__content h4 {
  font-size: 1.2em;
}
.p-single__content h5 {
  font-size: 1em;
}
.p-single__content h6 {
  font-size: 0.9em;
}
.p-single__content ul,
.p-single__content ol {
  margin: 1.5em 0 1.5em 1.5em;
  padding-left: 1.2em;
}
.p-single__content ul li {
  list-style: disc;
  margin-bottom: 0.5em;
}
.p-single__content ol li {
  list-style: decimal;
  margin-bottom: 0.5em;
}
.p-single__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2em auto;
}
.p-single__content a {
  color: #4848d9;
  text-decoration: underline;
}
.p-single__content strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__content {
    margin-top: 50px;
    font-size: 15px;
    line-height: 1.8666666667;
  }
}

.p-single__back {
  margin-top: 4.75rem;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-single__back {
    margin-top: 32px;
  }
}

.p-single-secttl .en {
  color: #4a4237;
  font-weight: 700;
  font-size: 3.4375rem;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-single-secttl .en {
    font-size: 2.1875rem;
    line-height: 1.2;
  }
}

.p-single-secttl .ja {
  color: #4a4237;
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
  margin-left: 7px;
}
.p-single-secttl .ja::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #4a4237;
  margin-right: 11px;
}
@media screen and (max-width: 767px) {
  .p-single-secttl .ja {
    margin-left: 4px;
    margin-top: 6px;
    font-size: 12px;
  }
  .p-single-secttl .ja::before {
    width: 8px;
    margin-right: 5px;
  }
}

.p-single-related {
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .p-single-related {
    margin-top: 53px;
  }
}

.p-archive__wrap {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-archive__wrap {
    margin-top: 37px;
  }
}

body.is-bgbrown {
  background: #8b8071;
}

.p-page__lead {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.8571428571;
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .p-page__lead {
    font-size: 20px;
    line-height: 1.9;
    padding-left: 0;
  }
}

.p-page__text {
  margin-top: 28px;
  padding-left: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.375;
  letter-spacing: 0.02em;
  max-width: 767px;
}
@media screen and (max-width: 767px) {
  .p-page__text {
    margin-top: 21px;
    padding-left: 0;
    font-size: 15px;
    line-height: 1.8666666667;
    font-weight: 400;
  }
}

.p-page__lead.--white,
.p-page__text.--white {
  color: #ffffff;
}

.p-pagetitle {
  padding-top: 65px;
  padding-bottom: 51px;
}
@media screen and (max-width: 767px) {
  .p-pagetitle {
    padding-top: 68px;
  }
}

body.is-bgbrown .p-pagetitle__ttl {
  color: #ffffff;
}

.p-pagetitle__ttl .en {
  font-weight: 700;
  font-size: 5.3125rem;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-pagetitle__ttl .en {
    font-size: 2.8125rem;
  }
}

.p-pagetitle__ttl .ja {
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
  margin-left: 7px;
}
.p-pagetitle__ttl .ja::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #4a4237;
  margin-right: 11px;
}
@media screen and (max-width: 767px) {
  .p-pagetitle__ttl .ja {
    margin-left: 4px;
    margin-top: 8px;
  }
  .p-pagetitle__ttl .ja::before {
    margin-right: 7px;
  }
}

body.is-bgbrown .p-pagetitle__ttl .ja::before {
  background-color: #ffffff;
}

.p-privacy__contents {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin-top: 28px;
}
.p-privacy__contents strong {
  font-weight: 700;
  display: block;
}
.p-privacy__contents .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.p-privacy__contents .second.indent {
  text-indent: -1.7em;
}
.p-privacy__contents .first {
  margin-left: 1.2em;
}
.p-privacy__contents .second {
  margin-left: 2.9em;
}
@media screen and (max-width: 767px) {
  .p-privacy__contents {
    font-size: 15px;
    line-height: 1.8666666667;
    margin-top: 6px;
  }
}

.p-top__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.p-top__bg img,
.p-top__bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__bg .--01,
.p-top__bg .--02,
.p-top__bg .--03 {
  -webkit-transition: all cubic-bezier(0.27, 0, 0.58, 1) 0.4s;
  transition: all cubic-bezier(0.27, 0, 0.58, 1) 0.4s;
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.p-top__bg .--01 {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(74, 66, 55, .44);
  z-index: 15;
}

.p-top__bg .--02 {
  background: #f7efe4;
}

.p-top__bg .--03 {
  background: #4a4237;
  z-index: 20;
}

.p-top-secttlEn {
  font-weight: 700;
  font-size: 5.3125rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top-secttlEn {
    font-size: 2.8125rem;
  }
}

.p-top-secttlJa {
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
  margin-left: 7px;
}
.p-top-secttlJa::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #4a4237;
  margin-right: 11px;
}
@media screen and (max-width: 767px) {
  .p-top-secttlJa {
    margin-left: 4px;
  }
  .p-top-secttlJa::before {
    margin-right: 7px;
  }
}

.p-top-secttlJa.--white::before {
  background-color: #fff;
}

.p-topAbout {
  padding-top: 10.625rem;
  padding-bottom: 9.5rem;
  color: #fff;
  position: relative;
  margin-top: 100vh;
}
@media screen and (max-width: 767px) {
  .p-topAbout {
    padding-top: 4.5625rem;
    padding-bottom: 6.0625rem;
  }
}

.p-topAbout__ttlEn {
  font-weight: 700;
  font-size: 25px;
  padding-left: 13px;
}
@media screen and (max-width: 767px) {
  .p-topAbout__ttlEn {
    text-align: center;
    font-size: 15px;
  }
}

.p-topAbout__ttlJa {
  margin-top: 3.25rem;
  font-size: 4.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-topAbout__ttlJa {
    margin-top: 1.625rem;
    font-size: 1.875rem;
    line-height: 1.8;
    text-align: center;
  }
}

.p-topAbout__text {
  margin-top: 3.1875rem;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.3333333333;
}
@media screen and (max-width: 767px) {
  .p-topAbout__text {
    margin-top: 1.875rem;
    font-size: 15px;
    line-height: 1.8666666667;
    text-align: center;
  }
}

/* スライドの動き等速 */
.p-topMiddle .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-topMiddle .swiper-slide {
  width: 329px;
  aspect-ratio: 329/375;
}
@media screen and (max-width: 767px) {
  .p-topMiddle .swiper-slide {
    width: 218px;
  }
}

.p-topMiddle .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-topBrands {
  padding-top: 9.8125rem;
  padding-bottom: 10rem;
  color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topBrands {
    padding-top: 5.5625rem;
    padding-bottom: 7.0625rem;
  }
}

.p-topBrands__text01 {
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 1.8571428571;
  margin-top: 3.1875rem;
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  .p-topBrands__text01 {
    font-size: 1.25rem;
    line-height: 1.9;
    margin-top: 3.0625rem;
    margin-left: 0;
  }
}

.p-topBrands__text02 {
  margin-top: 1.8125rem;
  margin-left: 11px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.375;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-topBrands__text02 {
    font-size: 15px;
    margin-left: 0;
    line-height: 1.8666666667;
    margin-top: 15px;
    font-weight: 400;
  }
}

.p-topBrands__contents {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-topBrands__contents {
    margin-top: 42px;
  }
}

.p-topBrands__swiper {
  width: calc(100% + 87px + 5.625rem);
}
@media screen and (max-width: 767px) {
  .p-topBrands__swiper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-topBrands__swiper .swiper-wrapper {
    display: block;
  }
}

.p-topBrands__item {
  width: 380px;
  height: auto;
}
.p-topBrands__item .btn {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-topBrands__item {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-topBrands__item + .p-topBrands__item {
    margin-top: 32px;
  }
}

.p-topBrands__btn {
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .p-topBrands__btn {
    margin-top: 54px;
  }
}

.p-topNews {
  position: relative;
  padding-top: 6.875rem;
  padding-bottom: 8.875rem;
  background: #f7efe4;
}
@media screen and (max-width: 767px) {
  .p-topNews {
    padding-top: 5.25rem;
    padding-bottom: 7.25rem;
  }
}

.p-topNews__contents {
  margin-top: 6.75rem;
  border-bottom: 1px solid #cbc1b5;
  padding-left: 10px;
  max-width: 1119px;
}
@media screen and (max-width: 767px) {
  .p-topNews__contents {
    margin-top: 3.875rem;
    padding-left: 0;
    border-bottom: none;
  }
}

.p-topNews__item {
  border-top: 1px solid #cbc1b5;
  padding-top: 20px;
  padding-bottom: 22px;
  display: grid;
  grid-template-columns: 234px 1fr;
  gap: 4.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-topNews__item .catch {
  border-radius: 10px;
  aspect-ratio: 234/169;
  overflow: hidden;
}
.p-topNews__item .catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-topNews__item .date {
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  color: #000;
}
.p-topNews__item .text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2;
  word-break: break-word;
  word-wrap: break-word;
  color: #000;
}
.p-topNews__item:hover {
  opacity: 0.4;
}
.p-topNews__item:hover .catch img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .p-topNews__item {
    grid-template-columns: 41.6% 1fr;
    gap: 18px;
    padding-top: 21px;
    padding-bottom: 43px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-topNews__item .catch {
    border-radius: 0;
  }
  .p-topNews__item .date {
    font-weight: 500;
    font-size: 14px;
    color: #8b8071;
    display: block;
  }
  .p-topNews__item .text {
    font-size: 14px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    line-height: 1.5714285714;
  }
}

.p-topNews__btn {
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .p-topNews__btn {
    margin-top: 14px;
  }
}

.p-topCompany {
  color: #fff;
  padding-top: 14.5625rem;
  padding-bottom: 15.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topCompany {
    padding-top: 4.0625rem;
    padding-bottom: 5.4375rem;
  }
}

.p-topCompany__contents {
  display: grid;
  grid-template-columns: 35.9375rem 1fr;
  gap: 5.25rem;
}
@media screen and (max-width: 1100px) {
  .p-topCompany__contents {
    grid-template-columns: 1fr;
    gap: 3.9375rem;
  }
}
.p-topCompany__text01 {
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 1.8571428571;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__text01 {
    font-size: 20px;
    line-height: 1.9;
    margin-top: 3.1875rem;
  }
}

.p-topCompany__text02 {
  margin-top: 1.75rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.375;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-topCompany__text02 {
    font-size: 15px;
    line-height: 1.8666666667;
    margin-top: 1.4375rem;
    font-weight: 400;
  }
}

.p-topCompany__btn {
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__btn {
    margin-top: 3.3125rem;
  }
}

.p-topCompany__img {
  position: relative;
  -webkit-transform: translateX(2.5rem);
          transform: translateX(2.5rem);
  padding-top: 22px;
}
.p-topCompany__img .circle {
  border-radius: 50%;
  border: 1px solid #f7efe4;
  padding: 21px;
}
.p-topCompany__img .imgwrap {
  border-radius: 50%;
  background: #f7efe4;
}
@media screen and (max-width: 1100px) {
  .p-topCompany__img {
    -webkit-transform: none;
            transform: none;
    max-width: 550px;
    margin-inline: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-topCompany__img {
    max-width: 310px;
  }
}

.p-topCompany__btn.--mobile {
  display: none;
}

@media screen and (max-width: 1100px) {
  .p-topCompany__btn.--desktop {
    display: none;
  }
  .p-topCompany__btn.--mobile {
    display: block;
  }
  .p-topCompany__btn.--mobile .c-btn {
    width: 100%;
  }
}
.p-topJoin {
  position: relative;
  padding-top: 8.375rem;
  padding-bottom: 12.75rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-topJoin {
    padding-top: 4.25rem;
    padding-bottom: 4.375rem;
  }
}

.p-topJoin__text01 {
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 1.8571428571;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-topJoin__text01 {
    font-size: 20px;
    line-height: 1.9;
    margin-top: 2.5rem;
  }
}

.p-topJoin__text02 {
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.375;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-topJoin__text02 {
    font-size: 15px;
    line-height: 1.8666666667;
    margin-top: 1rem;
    font-weight: 400;
  }
}

.p-topJoin__btn {
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-topJoin__btn {
    margin-top: 1.8125rem;
  }
}

.p-topContact {
  position: relative;
  padding-top: 7.625rem;
  padding-bottom: 8.875rem;
  background: #f7efe4;
}
@media screen and (max-width: 767px) {
  .p-topContact {
    padding-top: 4.5rem;
    padding-bottom: 4.6875rem;
  }
}

.p-topContact__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.9375rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .p-topContact__contents {
    margin-left: 6px;
    gap: 2.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-topContact__contents .p-top-secttlJa {
    margin-top: 17px;
    line-height: 1.75;
  }
  .p-topContact__contents .p-top-secttlJa::before {
    content: none;
  }
}

.p-topMv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
}

.p-topMv__brown {
  background: #4a4237;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}

.p-topMv__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.p-topMv__media img,
.p-topMv__media picture,
.p-topMv__media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topMv__media video {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}

.p-topMv__media.--03::after,
.p-topMv__media.--07::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(74, 66, 55, .44);
}

@media screen and (min-width: 768px) {
  .p-topMv__media video {
    scale: 3.1;
  }
  .p-topMv__media.--07 video {
    -webkit-transform-origin: 50% 47%;
            transform-origin: 50% 47%;
  }
}
.p-topMv__logo {
  width: 33.625rem;
  position: absolute;
  bottom: 3.5rem;
  left: 4.1875rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-topMv__logo {
    width: 20.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 39.5%;
    bottom: auto;
  }
}

.p-scroll {
  position: absolute;
  z-index: 10;
  right: 4.5rem;
  bottom: 3.8125rem;
  width: 124px;
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-scroll {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 4.4375rem;
    width: 97px;
    height: 97px;
  }
}

.p-scroll__circle {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-scroll__circle:hover {
  opacity: 0.4;
}
.p-scroll__circle img {
  -webkit-animation: rotateCircle 5s linear infinite;
          animation: rotateCircle 5s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-scroll__text {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-scroll__text {
    font-size: 17px;
  }
}

.p-topMv__bgcolor {
  background: #8b8071;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.u-gotham {
  font-family: "gotham", sans-serif;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
