html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  font-size: 10px !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: 0.1em;
}

body {
  height: 100%;
  background-color: #f9f9f8;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #343434;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body.is-fixed {
    overflow: hidden;
  }
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

svg {
  display: block;
  width: 100%;
  height: auto;
}

a,
button,
input[type=submit] {
  text-decoration: none;
  color: #343434;
  transition: all 0.5s;
  cursor: pointer;
}
a:hover,
button:hover,
input[type=submit]:hover {
  opacity: 0.3;
}

input[type=submit],
input[type=button],
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select,
input[type=date] {
  color: #343434;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

button:disabled {
  opacity: 0.7;
  pointer-events: none;
}

strong {
  font-weight: 700;
}

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

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

.text-center {
  text-align: center;
}

.whitespace-nowrap {
  white-space: nowrap;
}

/* Swiper */
.swiper {
  visibility: hidden;
}
.swiper.swiper-initialized {
  visibility: visible;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

/* c-page-header */
.c-page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem 0;
  margin-bottom: 9.9rem;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    gap: 1rem 0;
    margin-bottom: 6rem;
  }
}
.c-page-header__en {
  font-family: "Lato", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #484971;
}
@media screen and (max-width: 767px) {
  .c-page-header__en {
    font-size: 3.6rem;
  }
}
.c-page-header__ja {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.1;
}
.c-page-header--top-pick .c-page-header__en {
  color: #79684e;
}
.c-page-header--column .c-page-header__en, .c-page-header--search .c-page-header__en {
  color: #4b5134;
}

/* c-online-shop-btn */
.c-online-shop-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
  background-image: linear-gradient(to right, #4b5134 0%, #636e38 100%);
  width: 18rem;
  height: 3.9rem;
  border-radius: 999.9rem;
  border: 0.1rem solid #bebebe;
}
@media screen and (max-width: 767px) {
  .c-online-shop-btn {
    width: 3.5rem;
    height: 3.5rem;
    border: none;
  }
}
.c-online-shop-btn__icon {
  width: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-online-shop-btn__icon {
    width: 1.9rem;
  }
}
.c-online-shop-btn__label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-online-shop-btn__label {
    display: none;
  }
}

/* c-btn */
.c-btn {
  position: relative;
  width: 27.6rem;
  height: 4.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 0.1rem solid #bebebe;
  border-radius: 999.9rem;
}
.c-btn__label {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
}
.c-btn__icon {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2.4rem;
}
.c-btn:hover {
  opacity: 1;
  background-color: #484971;
}
.c-btn:hover .c-btn__label {
  color: #fff;
}
.c-btn:hover .c-btn__icon {
  color: #fff;
}
.c-btn:hover .c-btn__icon__circle {
  fill: #fff;
}
.c-btn:hover .c-btn__icon__arrow {
  stroke: #484971;
}

/* c-tag-list */
.c-tag-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}

/* c-tag */
.c-tag {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0 0.6rem;
  border-radius: 999.9rem;
  font-size: 1.2rem !important;
  font-weight: 500;
  color: #737373;
}
.c-tag__icon {
  width: 1.5rem;
}

/* c-tag-btn */
.c-tag-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0 1.5rem;
  width: 16.7rem;
  height: 2.8rem;
  border-radius: 999.9rem;
  border: 0.1rem solid #bebebe !important;
  font-size: 1.1rem !important;
  text-decoration: none;
}
.c-tag-btn__icon {
  width: 1.4rem;
}

/* c-pagination */
.c-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 3.4rem;
  margin: 0 0 16rem !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    gap: 0 1.9rem;
    margin: 0 0 10rem !important;
  }
}
.c-pagination > a.prev, .c-pagination > a.next {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.c-pagination > a.prev svg, .c-pagination > a.next svg {
  width: 0.8rem;
}
.c-pagination > a.prev .stroke, .c-pagination > a.next .stroke {
  stroke: #484971;
}
.c-pagination > a.prev {
  transform: rotate(-180deg);
}
.c-pagination > ul.page-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  box-shadow: none !important;
  min-width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  margin: 0 !important;
}
.c-pagination > ul.page-numbers li a,
.c-pagination > ul.page-numbers li span:not(.dots) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 3.6rem;
  height: 3.6rem;
  border: 0.1rem solid #484971;
  border-radius: 999.9rem;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  margin: 0;
  color: #343434;
  background-color: transparent;
  transition: all 0.5s;
}
.c-pagination > ul.page-numbers li a:hover,
.c-pagination > ul.page-numbers li span:not(.dots):hover {
  opacity: 1;
  background-color: #484971;
  color: #fff;
}
.c-pagination > ul.page-numbers li .dots {
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  color: #484971;
}
.c-pagination > ul.page-numbers li span.current {
  background-color: #484971;
  color: #fff;
}
.c-pagination--top-pick > a.prev .stroke, .c-pagination--top-pick > a.next .stroke {
  stroke: #79684e;
}
.c-pagination--top-pick > ul.page-numbers li a,
.c-pagination--top-pick > ul.page-numbers li span:not(.dots) {
  border: 0.1rem solid #79684e;
  color: #343434;
}
.c-pagination--top-pick > ul.page-numbers li a:hover,
.c-pagination--top-pick > ul.page-numbers li span:not(.dots):hover {
  background-color: #79684e;
  color: #fff;
}
.c-pagination--top-pick > ul.page-numbers li .dots {
  color: #79684e;
}
.c-pagination--top-pick > ul.page-numbers li span.current {
  background-color: #79684e;
  color: #fff;
}
.c-pagination--column > a.prev .stroke, .c-pagination--column > a.next .stroke, .c-pagination--search > a.prev .stroke, .c-pagination--search > a.next .stroke {
  stroke: #4b5134;
}
.c-pagination--column > ul.page-numbers li a,
.c-pagination--column > ul.page-numbers li span:not(.dots), .c-pagination--search > ul.page-numbers li a,
.c-pagination--search > ul.page-numbers li span:not(.dots) {
  border: 0.1rem solid #4b5134;
  color: #343434;
}
.c-pagination--column > ul.page-numbers li a:hover,
.c-pagination--column > ul.page-numbers li span:not(.dots):hover, .c-pagination--search > ul.page-numbers li a:hover,
.c-pagination--search > ul.page-numbers li span:not(.dots):hover {
  background-color: #4b5134;
  color: #fff;
}
.c-pagination--column > ul.page-numbers li .dots, .c-pagination--search > ul.page-numbers li .dots {
  color: #4b5134;
}
.c-pagination--column > ul.page-numbers li span.current, .c-pagination--search > ul.page-numbers li span.current {
  background-color: #4b5134;
  color: #fff;
}

/* c-slider-pagination */
.c-slider-pagination {
  position: relative;
  display: flex;
  gap: 0 1rem;
  justify-content: center;
}
.c-slider-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0;
  background-color: #bebebe;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.6s ease;
}
.c-slider-pagination .swiper-pagination-bullet-active {
  background-color: #737373;
}

/* c-slider-btn */
.c-slider-btn {
  background: none;
  background-image: url("../img/common/btn_slider.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 3.4rem;
  height: 3.4rem;
  transform: rotate(0);
}
.c-slider-btn:after {
  display: none;
}
.c-slider-btn--prev {
  transform: rotate(-180deg);
}

/* c-cat-list */
.c-cat-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

/* c-cat */
.c-cat {
  line-height: 1;
  padding: 0.5rem 2rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
}
.c-cat--column {
  background-color: #4b5134;
}
.c-cat--top-pick {
  background-color: #79684e;
}

/* c-ttl */
.c-ttl {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    gap: 0 1.5rem;
  }
}
.c-ttl__en {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-ttl__en {
    font-size: 3.2rem;
  }
}
.c-ttl__ja {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* l-wrapper */
.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

/* l-inner */
.l-inner {
  max-width: 123.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
}
.l-inner--sm {
  max-width: 103.2rem;
}

/* l-header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  height: 8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 5.9rem;
  }
}
.l-header__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 1rem;
    z-index: 2;
  }
}
.l-header__logo {
  display: block;
  order: unset;
  width: 12.8rem;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 11rem;
  }
}
.l-header__txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .l-header__txt {
    position: relative;
    left: auto;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__txt span {
    display: none;
  }
}
.l-header__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    gap: 0 1rem;
  }
}
.l-header__toggle {
  position: relative;
  z-index: 2;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999.9rem;
  background-image: linear-gradient(to right, #363657 0%, rgba(54, 54, 87, 0.3) 100%);
  cursor: pointer;
  transition: all 0.5s;
}
.l-header__toggle:hover {
  background-color: #484971;
}
.l-header__toggle__line {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 0.1rem;
  background-color: #fff;
  transition: all 0.5s;
}
.l-header__toggle__line:first-child {
  transform: translate(-50%, -0.5rem);
}
.l-header__toggle__line:nth-child(2) {
  transform: translate(-50%, 0rem);
}
.l-header__toggle__line:last-child {
  transform: translate(-50%, 0.5rem);
}
.l-header__toggle.is-active .l-header__toggle__line:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__toggle.is-active .l-header__toggle__line:nth-child(2) {
  opacity: 0;
}
.l-header__toggle.is-active .l-header__toggle__line:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* l-footer */
.l-footer {
  position: relative;
  margin-top: auto;
  padding: 5.4rem 0 1.5rem;
  background-color: #f5f5f5;
  border-top: 0.1rem dashed #737373;
}
@media screen and (max-width: 991px) {
  .l-footer {
    padding: 5rem 0 2.1rem;
  }
}
.l-footer:before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 49.7rem;
  height: 0.2rem;
  background-color: #484971;
}
@media screen and (max-width: 767px) {
  .l-footer:before {
    width: 13rem;
  }
}
.l-footer__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 8.7rem;
}
@media screen and (max-width: 991px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 4rem 0;
    margin-bottom: 5rem;
  }
}
.l-footer__logo {
  display: block;
  width: 16.7rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 15.2rem;
  }
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__util-nav__list {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
@media screen and (max-width: 991px) {
  .l-footer__util-nav__list {
    gap: 1rem 0;
  }
}
.l-footer__util-nav__item a {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.l-footer__nav {
  display: flex;
  flex-direction: column;
  margin: 0 9.5rem 0 11.7rem;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .l-footer__nav {
    margin: 0;
  }
}
.l-footer__nav .p-footer-nav {
  margin-bottom: 4rem;
}
.l-footer__sns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 2rem;
  padding-top: 4rem;
}
@media screen and (max-width: 991px) {
  .l-footer__sns {
    margin-top: 0;
    justify-content: center;
    width: 100%;
  }
}
.l-footer__sns__item a {
  display: block;
  width: 2.2rem;
}
.l-footer__copyright {
  text-align: right;
  padding: 0 3.3rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .l-footer__copyright {
    text-align: center;
    padding: 0 1.6rem;
  }
}

/* l-main */
.l-main {
  padding: 12rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding: 8.9rem 0 8rem;
  }
}
.l-main--home, .l-main--about {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-main--home, .l-main--about {
    padding-top: 5.9rem;
  }
}

/* l-many-links-tags */
.l-many-links-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-many-links-tags {
    gap: 1rem 0.9rem;
  }
}

/* l-common */
.l-common {
  display: flex;
  flex-direction: column;
  gap: 10rem 0;
}
@media screen and (max-width: 767px) {
  .l-common {
    gap: 6rem 0;
  }
}

/* p-breadcrumb */
.p-breadcrumb {
  margin-bottom: 10.4rem;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-breadcrumb--news-single {
    margin-bottom: 5.4rem;
  }
}
.p-breadcrumb--about {
  margin-bottom: 0;
  padding-top: 4rem !important;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb--about {
    padding-top: 2.9rem !important;
  }
}
.p-breadcrumb--about .p-breadcrumb__item:after {
  background-image: url("../img/common/arrow_breadcrumb_white.svg");
}
.p-breadcrumb--about .p-breadcrumb__item a,
.p-breadcrumb--about .p-breadcrumb__item span {
  color: #fff;
}
.p-breadcrumb__list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 0.8rem;
}
.p-breadcrumb__item:after {
  content: "";
  display: block;
  position: relative;
  top: 0.1rem;
  width: 0.5rem;
  height: 0.9rem;
  background-image: url("../img/common/arrow_breadcrumb.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  clip-path: none;
}
.p-breadcrumb__item a,
.p-breadcrumb__item span {
  font-size: 1rem;
}
.p-breadcrumb__item:last-child::after {
  display: none;
}

/* p-header-nav */
.p-header-nav {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
  background-color: #eaece1;
  width: 33rem;
  padding: 8rem 4.2rem 4.3rem;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .p-header-nav {
    gap: 6rem 0;
    width: 100%;
    height: 100vh;
    padding: 8rem 1.6rem 8.4rem;
    overflow-y: auto;
  }
}
.p-header-nav.is-active {
  transform: translateX(0);
}
.p-header-nav__item {
  border-bottom: 0.1rem solid #4b5134;
}
.p-header-nav__item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 2rem;
  padding: 1.5rem 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-header-nav__item a {
    gap: 0 3rem;
  }
}
.p-header-nav__item .nav-item__en {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
}
.p-header-nav__item .nav-item__ja {
  font-size: 1.2rem;
  color: #79684e;
}
.p-header-nav .c-online-shop-btn {
  gap: 0 1.1rem;
  width: 23.1rem;
  height: 4.4rem;
  margin: 0 auto;
}
.p-header-nav .c-online-shop-btn__icon {
  width: 2rem;
}
.p-header-nav .c-online-shop-btn__label {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-header-nav .c-online-shop-btn__label {
    display: block;
  }
}

/* p-footer-nav */
.p-footer-nav .p-footer-nav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem 5.5rem;
}
@media screen and (max-width: 991px) {
  .p-footer-nav .p-footer-nav__list {
    gap: 2rem 4rem;
  }
}
.p-footer-nav .p-footer-nav__item a {
  padding: 0;
  border: none !important;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}

/* p-instagram */
.p-instagram__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 8.8rem;
  padding: 3.5rem 7.3rem 4.2rem 8rem;
  background-color: #484971;
}
@media screen and (max-width: 991px) {
  .p-instagram__box {
    padding-right: 4rem;
    padding-left: 4.4rem;
  }
}
@media screen and (max-width: 859px) {
  .p-instagram__box {
    gap: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-instagram__box {
    flex-direction: column;
    gap: 0.8rem 0;
    max-width: 56rem;
    margin: 0 auto;
    padding: 3rem 2.3rem;
  }
}
.p-instagram__head {
  display: flex;
  flex-direction: row;
  gap: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-instagram__head {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem 0;
  }
}
.p-instagram__ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 1.7rem;
  margin-bottom: 2.5rem;
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .p-instagram__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-instagram__ttl {
    margin-bottom: 1.6rem;
    font-size: 4rem;
  }
}
.p-instagram__ttl__icon {
  width: 3rem;
}
.p-instagram__txt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-instagram__txt {
    text-align: center;
  }
}
.p-instagram__ill {
  max-width: 15.5rem;
}
@media screen and (max-width: 991px) {
  .p-instagram__ill {
    max-width: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .p-instagram__ill {
    max-width: 12rem;
  }
}
.p-instagram__ill__img {
  width: 100%;
}
.p-instagram__img {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-instagram__img {
    max-width: 290px;
  }
}
.p-instagram__img__img {
  width: 100%;
}

/* p-online-shop */
.p-online-shop__box {
  pointer-events: none;
  display: flex;
  flex-direction: row;
  border-radius: 1rem;
  height: 23.8rem;
}
@media screen and (max-width: 767px) {
  .p-online-shop__box {
    flex-direction: column;
    max-width: 56rem;
    height: auto;
    margin: 0 auto;
  }
}
.p-online-shop__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem 0;
  width: 38.5rem;
  background-color: #fff;
  border-radius: 1rem 0 0 1rem;
  border: 0.1rem solid #4b5134;
  border-right: none;
}
@media screen and (max-width: 859px) {
  .p-online-shop__head {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .p-online-shop__head {
    width: 100%;
    height: 17.1rem;
    border-radius: 1rem 1rem 0 0;
    border: 0.1rem solid #4b5134;
    border-bottom: none;
  }
}
.p-online-shop__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-online-shop__ttl__main {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: 500;
}
.p-online-shop__ttl__sub {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-online-shop__border {
  position: relative;
  width: 12.6rem;
}
.p-online-shop__border:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-color: #4b5134;
  width: 4.3rem;
  height: 0.2rem;
}
.p-online-shop__border:after {
  content: "";
  top: 0.1rem;
  right: 0;
  position: absolute;
  background-color: #bebebe;
  width: 8.1rem;
  height: 0.1rem;
}
.p-online-shop__img {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-image: url("../img/common/bg_online-shop.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0 1rem 1rem 0;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.05em;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .p-online-shop__img {
    flex: none;
    height: 23.8rem;
    border-radius: 0 0 1rem 1rem;
  }
}
.p-online-shop__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  border-radius: 0 1rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-online-shop__img:before {
    border-radius: 0 0 1rem 1rem;
  }
}
.p-online-shop__img__box {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-online-shop__img__box {
    flex-direction: column;
  }
}
.p-online-shop__img__icon {
  width: 3.6rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-online-shop__img__icon {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.p-online-shop__img svg {
  width: 4rem;
  margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-online-shop__img svg {
    margin-top: 1.3rem;
    margin-left: 0;
  }
}

/* p-rmd-product */
.p-rmd-product {
  padding: 30px 0;
  border: 2px solid #484971;
  border-radius: 20px;
  background-image: url("../img/common/bg_sec.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-rmd-product__inner {
  max-width: 804px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .p-rmd-product__inner {
    padding: 0 12px;
  }
}
.p-rmd-product .p-rmd-product__ttl {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  gap: 0 1rem;
  margin: 0 0 25px !important;
  padding: 0 !important;
  border: none !important;
  color: #484971 !important;
  font-weight: 500 !important;
  text-align: center;
}
.p-rmd-product .p-rmd-product__ttl:before, .p-rmd-product .p-rmd-product__ttl:after {
  display: none !important;
}
.p-rmd-product .p-rmd-product__ttl__ja {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-rmd-product .p-rmd-product__ttl__ja {
    font-size: 20px;
  }
}
.p-rmd-product .p-rmd-product__ttl__en {
  font-family: "Lato", sans-serif;
  font-size: 12px;
}
.p-rmd-product .p-rmd-product__ttl {
  margin: 0 0 28px !important;
  line-height: 1.7 !important;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-rmd-product .p-rmd-product__ttl {
    margin: 0 0 20px !important;
    font-size: 14px;
  }
}
.p-rmd-product__body {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-rmd-product__body {
    flex-direction: column;
  }
}
.p-rmd-product__img {
  max-width: 290px;
  width: 100% !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-rmd-product__img {
    max-width: 235px;
    margin: 0 auto;
  }
}
.p-rmd-product__img .wp-block-image {
  margin-bottom: 0;
}
.p-rmd-product__img img {
  width: 100%;
}
.p-rmd-product__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin: 0 !important;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-rmd-product__info {
    width: 100% !important;
  }
}
.p-rmd-product__info dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 13px;
  margin: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #b3b3b3;
}
.p-rmd-product__info dl:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.p-rmd-product__info dl:last-of-type dd {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0 0.4rem;
  font-family: "Inter", sans-serif;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #000;
}
.p-rmd-product__info dl:last-of-type dd strong {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.2;
}
.p-rmd-product__info dl:last-of-type dd span {
  position: relative;
  top: 2px;
  font-size: 12px !important;
  color: #565656;
}
.p-rmd-product__info dt {
  width: 100px;
  font-weight: 700;
  color: #484971;
}
.p-rmd-product__info dd {
  flex: 1;
  margin: 0;
  padding: 0;
}
.p-rmd-product__info dd p {
  margin: 0;
}
.p-rmd-product__btn {
  margin-top: 30px;
}
.p-rmd-product__btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 999.9rem;
  justify-content: center;
  min-width: 244px;
  max-width: 244px;
  height: 48px;
  margin: 0 auto;
  border: 1px solid #bebebe;
  background-color: #484971;
  box-shadow: none;
  transition: all 0.5s;
  background-image: url("../img/common/arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center;
  background-size: 12px 5px;
  text-decoration: none;
}
.p-rmd-product__btn span {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

/* p-top-pick */
.p-top-pick__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-pick__head {
    margin-bottom: -1.4rem;
  }
}
.p-top-pick__box {
  background-image: url("../img/common/bg_sec.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 6.4rem 0 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-pick__box {
    padding: 4.2rem 0 3.5rem;
  }
}
.p-top-pick__body {
  position: relative;
  width: 100vw;
  margin-left: calc((100vw - 123.2rem) / 2 + 1.6rem);
}
@media screen and (max-width: 767px) {
  .p-top-pick__body {
    width: 100%;
    margin-left: 0;
  }
}
.p-top-pick__body .top-pick-swiper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-pick__body .top-pick-swiper {
    padding: 0 1.6rem;
  }
}
.p-top-pick__body .top-pick-swiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 3.5rem;
}
.p-top-pick__body .top-pick-swiper .swiper-slide {
  width: auto;
  height: auto;
}
.p-top-pick__body .top-pick-swiper .c-slider-pagination {
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  margin-left: calc((123.2rem - 100vw) / 2 - 1.6rem);
}
@media screen and (max-width: 767px) {
  .p-top-pick__body .top-pick-swiper .c-slider-pagination {
    display: none;
  }
}
.p-top-pick__body .p-archive__item {
  width: 24.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-pick__body .p-archive__item {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 0.1rem dotted #bebebe;
  }
}
.p-top-pick__body .c-slider-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-pick__body .c-slider-btn {
    display: block;
    position: absolute;
    top: 31.4666666667vw;
  }
}
.p-top-pick__body .c-slider-btn--prev {
  left: 0.5rem;
}
.p-top-pick__body .c-slider-btn--next {
  right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-pick__btn-pc {
    display: none;
  }
}
.p-top-pick__btn-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-pick__btn-sp {
    display: block;
  }
}
.p-top-pick__btn-sp .c-btn {
  margin: 0 auto;
}

/* p-whats-new */
.p-whats-new {
  padding: 14.8rem 0 13rem;
}
@media screen and (max-width: 767px) {
  .p-whats-new {
    padding: 6rem 0;
  }
}
.p-whats-new .p-home__ttl {
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .p-whats-new .p-home__ttl {
    margin-bottom: 4.4rem;
  }
}
.p-whats-new__body {
  position: relative;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-whats-new__body {
    margin-bottom: 3.5rem;
  }
}
.p-whats-new__body .whats-new-swiper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-whats-new__body .whats-new-swiper {
    padding: 0 3.8rem;
  }
}
.p-whats-new__body .whats-new-swiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 3.5rem;
}
.p-whats-new__body .whats-new-swiper .swiper-slide {
  width: auto;
  height: auto;
}
.p-whats-new__body .p-archive__item {
  width: 100%;
}
.p-whats-new__body .p-archive__item__thumb {
  border-radius: 2rem;
}
.p-whats-new__body .p-archive__item__thumb img {
  border-radius: 2rem;
}
.p-whats-new .c-btn {
  margin: 0 auto;
}

/* p-news */
.p-news {
  display: flex;
  flex-direction: column;
  gap: 2.5rem 0;
  margin-bottom: 10rem;
}
.p-news__item {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #737373;
}
.p-news__item__meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem 2rem;
  margin-bottom: 1.5rem;
}
.p-news__item__time {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #737373;
}
.p-news__item__ttl {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* p-archive */
.p-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3.5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2.3rem;
  }
}
.p-archive__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
  height: 100%;
}
.p-archive__item__thumb {
  position: relative;
}
.p-archive__item__thumb img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.p-archive__item__thumb--gallery img {
  aspect-ratio: 310/380;
}
.p-archive__item__thumb:hover {
  opacity: 1;
}
.p-archive__item__thumb:hover .p-archive__item__read {
  background-color: #484971;
}
.p-archive__item__no-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #bcbcbc;
  aspect-ratio: 1;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.p-archive__item__new {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 9.4rem;
  height: 3.5rem;
  padding-left: 0.9rem;
  background-color: #79684e;
  border-radius: 2rem 0 0 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #fff;
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-archive__item__new {
    width: 8.4rem;
    height: 3.1rem;
    padding-left: 0;
  }
}
.p-archive__item__read {
  position: absolute;
  top: 50%;
  right: -2.6rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 6.7rem;
  height: 6.7rem;
  background-image: linear-gradient(to right, #484971 0%, rgba(72, 84, 113, 0) 100%);
  border-radius: 999.9rem;
  border: 0.1rem solid #fff;
  transition: all 0.5s;
}
.p-archive__item__read span {
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
.p-archive__item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
.p-archive__item__ttl {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-archive__item__ttl {
    font-size: 1.4rem;
  }
}

/* p-archive-result */
.p-archive-result {
  width: fit-content;
  margin: -3.2rem auto 7.8rem;
  padding-left: 1.5rem;
  background-image: url("../img/common/icon_search.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-archive-result {
    margin-bottom: 5rem;
    font-size: 1.5rem;
  }
}
.p-archive-result--no-icon {
  background: none;
  padding-left: 0;
}

/* p-archive-nohit- */
.p-archive-nohit {
  text-align: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-archive-nohit {
    margin-bottom: 8rem;
  }
}

/* p-single */
.p-single--news .p-single__inner {
  padding: 0;
}
.p-single__box {
  padding: 5.4rem 0 4.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-single__box {
    padding: 3rem 0 3.5rem;
  }
}
.p-single__head {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem dashed #737373;
}
@media screen and (max-width: 767px) {
  .p-single__head {
    margin-bottom: 3rem;
  }
}
.p-single__head .c-cat-list {
  margin-bottom: 2rem;
}
.p-single__ttl {
  margin-bottom: 8rem;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-single__ttl {
    margin-bottom: 4rem;
    font-size: 2rem;
  }
}
.p-single__meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
.p-single__time {
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
}
.p-single__time:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  width: 0.1rem;
  height: 1.9rem;
  background-color: #484971;
}
.p-single__thumb {
  max-width: 65rem;
  margin: 0 auto 7rem;
}
.p-single__thumb img {
  width: 100%;
}
.p-single__toc {
  margin: 7rem 0 4rem;
  padding: 4rem 0;
  border-radius: 2rem;
  border: 0.1rem solid #737373;
}
@media screen and (max-width: 767px) {
  .p-single__toc {
    margin: 4rem 0;
    padding: 3rem 0;
  }
}
.p-single__toc__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 8.3rem;
  max-width: 89.8rem;
}
@media screen and (max-width: 767px) {
  .p-single__toc__inner {
    flex-direction: column;
    gap: 2rem 0;
  }
}
.p-single__toc .c-ttl {
  flex-shrink: 0;
  gap: 0 1rem;
  color: #000;
}
.p-single__toc .c-ttl__ja {
  font-size: 2.4rem;
  line-height: 1;
}
.p-single__toc .c-ttl__en {
  font-size: 1.2rem;
}
.p-single__toc__list {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  width: 100%;
  flex: 1;
}
.p-single__toc__item {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #cbcbcb;
}
.p-single__toc__item a {
  position: relative;
  display: block;
  word-break: break-all;
  background-image: url("../img/common/arrow_toc.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 2.4rem;
  padding: 0 4rem 0 2rem;
}
.p-single__toc__item a:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 999.9rem;
  background-color: #484971;
}
.p-single__toc--top-pick .p-single__toc__item a {
  background-image: url("../img/common/arrow_toc_top-pick.svg");
}
.p-single__toc--top-pick .p-single__toc__item a:before {
  background-color: #79684e;
}
.p-single__toc--column .p-single__toc__item a {
  background-image: url("../img/common/arrow_toc_column.svg");
}
.p-single__toc--column .p-single__toc__item a:before {
  background-color: #4b5134;
}
.p-single__content h2,
.p-single__content h3,
.p-single__content h4 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
  padding: 1rem 0 1rem 2.5rem;
  border-left: 0.5rem solid #79684e;
  border-bottom: 0.1rem solid #79684e;
}
@media screen and (max-width: 767px) {
  .p-single__content h2,
  .p-single__content h3,
  .p-single__content h4 {
    padding: 0.2rem 0 0.2rem 1.1rem;
    font-size: 1.8rem;
  }
}
.p-single__content--top-pick h2,
.p-single__content--top-pick h3,
.p-single__content--top-pick h4 {
  position: relative;
  padding: 0 0 1.2rem;
  border: none;
}
.p-single__content--top-pick h2:before, .p-single__content--top-pick h2:after,
.p-single__content--top-pick h3:before,
.p-single__content--top-pick h3:after,
.p-single__content--top-pick h4:before,
.p-single__content--top-pick h4:after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #79684e;
}
.p-single__content--top-pick h2:after,
.p-single__content--top-pick h3:after,
.p-single__content--top-pick h4:after {
  bottom: 0;
}
.p-single__content--column h2,
.p-single__content--column h3,
.p-single__content--column h4 {
  border-color: #4b5134;
}
.p-single__content--gallery h2,
.p-single__content--gallery h3,
.p-single__content--gallery h4 {
  border-color: #484971;
}
.p-single__content p {
  margin: 3rem 0;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-single__content p {
    margin: 2rem 0 3rem;
    font-size: 1.4rem;
  }
}
.p-single__content .wp-block-image {
  margin: 3rem 0;
}
.p-single__tags {
  margin: 8rem 0 10rem;
  background-color: #fff;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-single__tags {
    margin: 4rem -1.6rem 6rem;
    padding: 3rem 0;
  }
}
.p-single__tags__box {
  max-width: 89.8rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
}
.p-single__tags .c-ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 1rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-single__tags .c-ttl {
    margin-bottom: 2rem;
  }
}
.p-single__tags .c-ttl__ja {
  font-size: 1.8rem;
}
.p-single__tags .c-ttl__en {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
}
.p-single__tags .c-ttl--top-pick {
  color: #79684e;
}
.p-single__tags .c-ttl--column {
  color: #4b5134;
}
.p-single__tags .p-single__tags__ttl--column {
  color: #4b5134;
}
.p-single__rmd {
  padding-bottom: 4.7rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-single__rmd {
    padding: 6rem 0;
  }
}
.p-single__rmd .c-ttl {
  margin: -2.2rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-single__rmd .c-ttl {
    justify-content: center;
    margin: 0 0 2.5rem;
  }
}
.p-single__rmd .p-single__rmd__ttl--top-pick {
  color: #79684e;
}
.p-single__rmd .p-single__rmd__ttl--column {
  color: #4b5134;
}
.p-single__rmd .p-single__rmd__ttl--gallery {
  color: #484971;
}
.p-single__rmd .p-archive {
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-single__rmd .p-archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.3rem;
  }
}
.p-single__rmd .p-archive__item__ttl {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__rmd .p-archive__item__ttl {
    font-size: 1.4rem;
  }
}
.p-single__rmd .p-archive__item__thumb--gallery img {
  aspect-ratio: 1;
}
.p-single .c-btn {
  margin: 10rem auto;
}
@media screen and (max-width: 767px) {
  .p-single .c-btn {
    margin: 6rem auto 10rem;
  }
}

/* p-home */
.p-home__ttl {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-home__ttl {
    font-size: 3.2rem;
  }
}
.p-home__ttl:after {
  content: "";
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 17.4rem;
  height: 1.2rem;
  background-image: url("../img/home/line_ttl.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-home__ttl:after {
    bottom: -1rem;
    width: 15.6rem;
    height: 1rem;
  }
}
.p-home__ttl--white {
  color: #fff;
}
.p-home__ttl--white:after {
  background-image: url("../img/home/line_ttl_white.svg");
}
.p-home__search {
  padding: 3rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__search {
    display: none;
  }
}
.p-home__search__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 2rem;
}
.p-home__search__ttl {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.p-home__search__ttl--search {
  margin-bottom: 0.7rem;
  padding-left: 3.2rem;
  background-image: url("../img/common/icon_search.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5rem;
}
.p-home__search__tags {
  display: flex;
  flex-direction: row;
  gap: 0 3.7rem;
}
.p-home__search__form {
  min-width: 25rem;
}
.p-home__search__form .search-form__input {
  background-color: #fff;
  border: 0.1rem solid #bebebe;
  width: 100%;
}
.p-home__mv {
  position: relative;
}
.p-home__mv__img img {
  width: 100%;
}
.p-home__mv__lead {
  position: absolute;
  top: 20.0694444444vw;
  right: 7.3611111111vw;
  font-size: 1.1111111111vw;
  font-weight: 300;
  line-height: 2.2;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-home__mv__lead {
    top: 12.8vw;
    right: 10.1333333333vw;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.6;
    writing-mode: vertical-rl;
    text-align: left;
  }
}
.p-home__mv__ttl {
  position: absolute;
  bottom: 2.2222222222vw;
  right: 2.3611111111vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home__mv__ttl {
    bottom: 1.6vw;
    right: 4.2666666667vw;
  }
}
.p-home__mv__ttl .mv-ttl__sub {
  font-size: 1.1111111111vw;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-home__mv__ttl .mv-ttl__sub {
    font-size: 3.7333333333vw;
    font-weight: 400;
  }
}
.p-home__mv__ttl .mv-ttl__main {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 8.8888888889vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-home__mv__ttl .mv-ttl__main {
    font-size: 12.8vw;
  }
}
.p-home__ranking {
  padding: 7.8rem 0 8.9rem;
  background-image: url("../img/common/bg_sec.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-home__ranking {
    padding: 6rem 0;
  }
}
.p-home__ranking .p-home__ttl {
  margin: 0 auto 4.9rem;
}
@media screen and (max-width: 767px) {
  .p-home__ranking .p-home__ttl {
    margin-bottom: 4.4rem;
  }
}
.p-home__ranking .ranking-swiper {
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .p-home__ranking .ranking-swiper {
    position: relative;
    margin-bottom: 3.5rem;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .p-home__ranking .ranking-swiper .swiper-slide {
    flex-shrink: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-home__ranking .ranking-swiper .c-slider-pagination {
    display: none;
  }
}
.p-home__ranking .ranking-swiper .c-slider-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-home__ranking .ranking-swiper .c-slider-btn {
    display: block;
    position: absolute;
    top: -5.8rem;
  }
}
.p-home__ranking .ranking-swiper .c-slider-btn.swiper-button-disabled {
  opacity: 0;
}
.p-home__ranking .ranking-swiper .c-slider-btn--prev {
  left: 0;
}
.p-home__ranking .ranking-swiper .c-slider-btn--next {
  right: 0;
}
.p-home__ranking__box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 12.3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-home__ranking__box {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .p-home__ranking__box {
    gap: 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__ranking__box {
    gap: 0;
  }
}
.p-home__ranking__item {
  position: relative;
  padding-bottom: 1.1rem;
  border-bottom: 0.1rem dashed #bebebe;
}
.p-home__ranking__item .p-archive__item {
  flex-direction: row;
  align-items: flex-start;
}
.p-home__ranking__item .p-archive__item__thumb {
  box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}
.p-home__ranking__item .p-archive__item__body {
  flex: 1;
  flex-direction: column-reverse;
}
.p-home__ranking__item .p-archive__item__ttl {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__ranking__item .p-archive__item__ttl {
    font-size: 1.4rem;
  }
}
.p-home__ranking__item .ranking-item__rank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-home__ranking__item .ranking-item__rank {
    width: 3.3rem;
  }
}
.p-home__ranking__top3 {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
.p-home__ranking__top3 .p-archive__item {
  gap: 0 1.6rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__ranking__top3 .p-archive__item {
    padding-left: 1rem;
  }
}
.p-home__ranking__top3 .p-archive__item__thumb {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-home__ranking__top3 .p-archive__item__thumb {
    width: 13rem;
  }
}
.p-home__ranking__rest {
  display: flex;
  flex-direction: column;
  gap: 2.2rem 0;
}
.p-home__ranking__rest .p-archive__item {
  gap: 0 1.9rem;
}
.p-home__ranking__rest .p-archive__item__thumb {
  width: 10rem;
}
.p-home__ranking .c-btn {
  margin: 0 auto;
}
.p-home__cat {
  padding: 12rem 0 13rem;
}
@media screen and (max-width: 767px) {
  .p-home__cat {
    padding: 0 0 11.6rem;
  }
}
.p-home__cat__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 991px) {
  .p-home__cat__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-home__cat__inner {
    gap: 0;
  }
}
.p-home__cat__item {
  position: relative;
  padding: 6rem 3.7rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home__cat__item {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    margin: 0 -1.6rem;
  }
}
.p-home__cat__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.9rem;
}
.p-home__cat__item:nth-child(odd):after {
  background-color: #4b5134;
}
.p-home__cat__item:nth-child(even):after {
  background-color: #79684e;
}
.p-home__cat__item .c-ttl {
  margin-bottom: 3rem;
  color: #79684e;
}
@media screen and (max-width: 767px) {
  .p-home__cat__item .c-ttl {
    margin-bottom: 2.4rem;
  }
}
.p-home__cat__item .c-ttl__en {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-home__cat__item .c-ttl__en {
    font-size: 2.4rem;
  }
}
.p-home__cat__item .cat-item__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-home__cat__item .cat-item__box {
    gap: 0 1.3rem;
    margin-bottom: 3.5rem;
  }
}
.p-home__cat__item .p-archive__item {
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem dashed #bebebe;
}
.p-home__cat__item .p-archive__item__ttl {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__cat__item .p-archive__item__ttl {
    font-size: 1.4rem;
  }
}
.p-home__cat__item .p-archive__item__thumb {
  border-radius: 1rem;
}
.p-home__cat__item .p-archive__item__thumb img {
  border-radius: 1rem;
}
.p-home__cat__item .c-btn {
  margin: 0 auto;
}
.p-home__about {
  padding: 11.5rem 0 12.7rem;
  background-image: url("../img/home/bg_about.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-home__about {
    padding: 7.7rem 0 7rem;
    background-image: url("../img/home/bg_about_sp.jpg");
  }
}
.p-home__about__inner {
  text-align: center;
  color: #fff;
}
.p-home__about .p-home__ttl {
  font-size: 2rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-home__about .p-home__ttl {
    margin-bottom: 5rem;
  }
}
.p-home__about__lead {
  margin-bottom: 2.8rem;
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-home__about__lead {
    font-size: 1.6rem;
  }
}
.p-home__about__txt {
  margin-bottom: 5rem;
  font-size: 1.4rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .p-home__about__txt {
    line-height: 2;
  }
}
.p-home__about__more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 1.2rem;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
.p-home__about__more svg {
  width: 2.4rem;
}
.p-home__others {
  padding: 8rem 0 9.6rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home__others {
    padding: 4rem 0;
  }
}
.p-home__others__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 9.6rem;
}
@media screen and (max-width: 991px) {
  .p-home__others__inner {
    gap: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__others__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 8rem 0;
  }
}
.p-home__others__item .c-ttl {
  margin-bottom: 2.5rem;
}
.p-home__others__item .others-item__body {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-home__others__item .others-item__body {
    margin-bottom: 3.5rem;
  }
}
.p-home__others__item .others-item__body--gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 639px) {
  .p-home__others__item .others-item__body--gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.p-home__others__item .others-item__body--gallery a {
  display: block;
}
.p-home__others__item .others-item__body--gallery img {
  aspect-ratio: 176/197;
  object-fit: cover;
  border-radius: 1rem;
}
@media screen and (max-width: 639px) {
  .p-home__others__item .others-item__body--gallery img {
    aspect-ratio: 167/204;
  }
}
.p-home__others__item .others-item__body--team {
  position: relative;
  padding: 3rem 3.4rem;
  background-image: url("../img/home/pic_editing-team.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 1rem;
  aspect-ratio: 551/406;
}
@media screen and (max-width: 767px) {
  .p-home__others__item .others-item__body--team {
    padding-right: 2rem;
    padding-left: 2rem;
    aspect-ratio: 341/406;
  }
}
.p-home__others__item .others-item__body--team:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
}
.p-home__others__item .others-item__txt {
  position: relative;
  max-width: 38.2rem;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.4;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-home__others__item .c-btn {
  margin: 0 auto;
}
.p-home__instagram {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-home__instagram {
    padding: 8rem 0 6rem;
  }
}
.p-home__news {
  padding: 8.2rem 0;
  background-image: url("../img/common/bg_sec.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-home__news {
    padding: 5rem 0;
  }
}
.p-home__news__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 9rem;
}
@media screen and (max-width: 767px) {
  .p-home__news__inner {
    flex-direction: column;
    gap: 2.5rem 0;
  }
}
.p-home__news__head {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-home__news__head {
    gap: 0;
  }
}
.p-home__news__ttl {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-home__news__ttl {
    margin-bottom: 0;
  }
}
.p-home__news__ttl .news-ttl__en {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
.p-home__news__ttl .news-ttl__ja {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-home__news__body {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-home__news__body {
    width: 100%;
  }
}
.p-home__news__body .p-news {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-home__news__btn-pc {
    display: none;
  }
}
.p-home__news__btn-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-home__news__btn-sp {
    display: block;
    width: 100%;
  }
}
.p-home__news__btn-sp .c-btn {
  margin: 1rem auto 0;
}
.p-home__online-shop {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-home__online-shop {
    padding-top: 8rem;
  }
}

/* p-editing-team */
.p-editing-team__list {
  display: flex;
  flex-direction: column;
  gap: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-editing-team__list {
    gap: 3rem 0;
  }
}
.p-editing-team__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 7.4rem;
  padding-bottom: 5rem;
  border-bottom: 0.1rem solid #484971;
}
@media screen and (max-width: 767px) {
  .p-editing-team__item {
    flex-direction: column;
    gap: 2rem 0;
    padding-bottom: 4rem;
  }
}
.p-editing-team__item__media {
  width: 270px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-editing-team__item__media {
    margin: 0 auto;
    align-items: center;
  }
}
.p-editing-team__item__media .editing-team-item__name {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-editing-team__item__media .editing-team-item__name {
    justify-content: center;
  }
}
.p-editing-team__item__media .editing-team-item__name__position {
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.1;
}
.p-editing-team__item__media .editing-team-item__name__name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-editing-team__item__media .editing-team-item__img {
  width: 20.9rem;
}
.p-editing-team__item__body {
  flex: 1;
}
.p-editing-team__item__body .editing-team-item__ttl {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-editing-team__item__body .editing-team-item__desc {
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0;
  color: #181818;
}
.p-editing-team .p-top-pick {
  margin: 20rem 0 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-editing-team .p-top-pick {
    margin: 10rem 0 5rem;
  }
}

/* p-about */
.p-about {
  margin-top: -5.7rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-top: -4.7rem;
  }
}
.p-about__ttl {
  color: #484971;
}
.p-about__mv {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__mv:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 41.0666666667vw;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}
.p-about__mv__img img {
  width: 100%;
}
.p-about__mv__ttl {
  position: absolute;
  top: 18.2638888889vw;
  right: 8.125vw;
  z-index: 1;
  width: fit-content;
  font-size: 1.6666666667vw;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2.2;
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-about__mv__ttl {
    top: 77.0666666667vw;
    left: 4.2666666667vw;
    right: auto;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
.p-about__mv__lead {
  position: absolute;
  top: 27.7777777778vw;
  right: 11.0416666667vw;
  z-index: 1;
  width: fit-content;
  font-family: "Lato", sans-serif;
  font-size: 0.9722222222vw;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-about__mv__lead {
    top: 95.2vw;
    left: 4.2666666667vw;
    right: auto;
    font-size: 3.4666666667vw;
  }
}
.p-about__story {
  padding: 18rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__story {
    padding: 9rem 0;
  }
}
.p-about__story__ttl {
  margin-bottom: 8rem;
  font-family: "Lato", sans-serif;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__story__ttl {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
}
.p-about__story__txt {
  line-height: 2.3;
  letter-spacing: 0.06em;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .p-about__story__txt {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
}
.p-about__img01 img {
  width: 100%;
}
.p-about__concept {
  padding: 20rem 0 30.7rem;
}
@media screen and (max-width: 767px) {
  .p-about__concept {
    padding: 4.2rem 0 6rem;
  }
}
.p-about__concept__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16rem;
}
@media screen and (max-width: 1079px) {
  .p-about__concept__inner {
    gap: 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__concept__inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 9rem 0;
    margin-bottom: 9rem;
  }
}
.p-about__concept__img {
  max-width: 56.1rem;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .p-about__concept__img {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-about__concept__img {
    max-width: none;
  }
}
.p-about__concept__img img {
  width: 100%;
}
.p-about__concept__body {
  width: 39.1rem;
}
@media screen and (max-width: 767px) {
  .p-about__concept__body {
    width: 100%;
  }
}
.p-about__concept__ttl {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-about__concept__ttl {
    margin-bottom: 3.5rem;
    font-size: 2rem;
  }
}
.p-about__concept__txt {
  font-size: 1.4rem;
  line-height: 2.3;
  color: #181818;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-about__concept__txt {
    line-height: 1.9;
  }
}
.p-about__concept__txt .concept-txt__border {
  position: relative;
  top: -0.5rem;
  display: inline-block;
  width: 3.3rem;
  height: 0.1rem;
  margin-left: 1rem;
  background-color: #343434;
}
.p-about__concept__txt .concept-txt__border--reverse {
  margin-left: 0;
  margin-right: 1rem;
}
.p-about__concept__img02 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0 7.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__concept__img02 {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 3.1rem 0;
  }
}
.p-about__concept__img02__img01 {
  position: relative;
  top: 18.7rem;
  width: 25.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__concept__img02__img01 {
    top: auto;
    width: 45.8666666667vw;
    margin-left: auto;
  }
}
.p-about__concept__img02__img02 {
  width: 86.9rem;
}
@media screen and (max-width: 767px) {
  .p-about__concept__img02__img02 {
    width: 77.8666666667vw;
  }
}
.p-about__gateway {
  padding: 10rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__gateway {
    padding: 5rem 0;
  }
}
.p-about__gateway__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 13.1rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  .p-about__gateway__head {
    justify-content: space-between;
    gap: 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__gateway__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem 0;
    margin-bottom: 3rem;
  }
}
.p-about__gateway__ttl {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0 2.3rem;
  width: fit-content;
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem solid #484971;
  color: #484971;
}
.p-about__gateway__ttl .gateway-ttl__en {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-about__gateway__ttl .gateway-ttl__ja {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
.p-about__gateway__ttl .gateway-ttl__ja strong {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 500;
}
.p-about__gateway__txt {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 0.06em;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .p-about__gateway__txt {
    line-height: 1.8;
  }
}
.p-about__gateway__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem 12rem;
}
@media screen and (max-width: 991px) {
  .p-about__gateway__body {
    gap: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__gateway__body {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 0;
  }
}
.p-about__gateway__item .gateway-item__media {
  position: relative;
  display: block;
}
.p-about__gateway__item .gateway-item__media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
}
.p-about__gateway__item .gateway-item__media__ttl {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__gateway__item .gateway-item__media__ttl {
    top: 3.5rem;
    left: 2.7rem;
  }
}
.p-about__gateway__item .gateway-item__media__ttl .media-ttl__box {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0 0.7rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #fff;
}
.p-about__gateway__item .gateway-item__media__ttl .media-ttl__num {
  font-family: "Inter", sans-serif;
  font-size: 6.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about__gateway__item .gateway-item__media__ttl .media-ttl__num {
    font-size: 4.8rem;
  }
}
.p-about__gateway__item .gateway-item__media__ttl .media-ttl__en {
  font-size: 2rem;
}
.p-about__gateway__item .gateway-item__media__ttl .media-ttl__ja {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.3;
}
.p-about__gateway__item .gateway-item__txt {
  padding: 2rem 2.5rem 0;
  font-size: 1.4rem;
  color: #181818;
  line-height: 2;
  letter-spacing: 0.06em;
}
.p-about__img02 img {
  width: 100%;
}
.p-about__concept02 {
  padding-top: 16rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__concept02 {
    padding-top: 9rem;
  }
}
.p-about__concept02__ttl {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-about__concept02__ttl {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.p-about__concept02__txt {
  margin-bottom: 16rem;
  font-size: 1.4rem;
  color: #181818;
  letter-spacing: 0.06em;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .p-about__concept02__txt {
    margin-bottom: 9rem;
    line-height: 1.8;
  }
}
.p-about__concept02__img img {
  width: 100%;
}
.p-about .p-whats-new {
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .p-about .p-whats-new {
    padding-top: 8rem;
  }
}

/* p-privacy-policy */
.p-privacy-policy__content p {
  font-size: 1.4rem;
}
.p-privacy-policy__content a {
  text-decoration: underline;
}
.p-privacy-policy__content ul li {
  font-size: 1.4rem;
}
.p-privacy-policy__content ul li ul {
  margin-left: 2.5rem;
}
.p-privacy-policy__content h2 {
  margin: 6rem 0 3rem;
  padding: 1.5rem 0;
  padding-left: 3.2rem;
  text-indent: -3.2rem;
  font-size: 2.4rem;
  border-bottom: 0.1rem solid #484971;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__content h2 {
    margin: 3.5rem 0 2rem;
    font-size: 2rem;
    letter-spacing: 0;
  }
}

/* p-error */
.p-error {
  padding: 14.2rem 0 8.1rem;
}
@media screen and (max-width: 767px) {
  .p-error {
    padding: 6.7rem 0 0;
  }
}
.p-error__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem 0;
  margin-bottom: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-error__ttl {
    margin-bottom: 3rem;
  }
}
.p-error__ttl__main {
  font-family: "Inter", sans-serif;
  font-size: 12.8rem;
  font-weight: 500;
  color: #484971;
}
@media screen and (max-width: 767px) {
  .p-error__ttl__main {
    font-size: 6.4rem;
  }
}
.p-error__ttl__sub {
  font-family: "Lato", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-error__ttl__sub {
    font-size: 1.6rem;
  }
}
.p-error__txt {
  margin-bottom: 8rem;
  font-size: 1.3rem;
  line-height: 2.1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-error__txt {
    line-height: 1.6;
  }
}
.p-error .c-btn {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */