/*
 * foundation
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

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

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

span {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "sans-serif";
  color: #545454;
  line-height: 1.6;
}

main {
  overflow-x: hidden;
  margin-top: 69px;
}
@media (max-width: 1279px) {
  main {
    margin-top: 77px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 62px;
  }
}

p {
  font-size: 15px;
}

a {
  word-break: break-all;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}

* img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.en {
  font-family: "Cormorant Garamond", serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

.sp-block {
  display: none;
}
@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media (max-width: 1023px) {
  .tab-block {
    display: block;
  }
}

.scroll-margin {
  scroll-margin-top: 80px;
}

@media (max-width: 1279px) {
  .scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scrollbar::-webkit-scrollbar {
    display: none;
  }
}
/*
 * layout
 */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  width: 100vw;
  margin: 0 auto;
  background: #cab38a;
}
.header-inr {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .header-inr {
    padding: 6px 0;
  }
}
.header-logo a {
  width: 200px;
}
.header .nav-active {
  color: #B7945A;
  background-color: #f9f7f6;
  border-bottom: 3px solid #a07c3e;
}
@media (max-width: 1279px) {
  .header .nav-active {
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
.header .nav-active .header-nav_link {
  color: #B7945A;
}
@media (max-width: 1279px) {
  .header .nav-active .header-nav_link {
    color: #fff;
  }
}

@media (max-width: 1279px) {
  .header-nav {
    display: block;
    position: fixed;
    top: 77px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100vh - 77px);
    background-color: #cab38a;
    background-image: url(../../assets/images/header/sp-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .header-nav {
    top: 62px;
    height: calc(100vh - 62px);
  }
}
@media (max-width: 1279px) {
  .header-nav::-webkit-scrollbar {
    width: 6px;
  }
  .header-nav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }
  .header-nav::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
  }
  .header-nav::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .header-nav.is-open {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1279px) {
  .header-nav ul {
    flex-direction: column;
    align-items: start !important;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .header-nav ul {
    padding: 0 16px;
  }
}
@media (max-width: 1279px) {
  .header-nav ul li {
    width: 100%;
  }
}
.header-nav_link {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.26px;
  color: #fff;
  padding: 25px 16px;
  gap: 6px;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .header-nav_link {
    display: block;
    padding: 16px 0 16px 8px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    flex-direction: row-reverse;
    justify-content: start;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .header-nav_link {
    padding: 12px 16px;
  }
}
.header-nav_link .header-arrow {
  width: 10px;
}
@media (max-width: 1279px) {
  .header-nav_link .header-arrow {
    width: 12px;
  }
}

.header-nav_item--dropdown {
  position: relative;
  border-bottom: 3px solid #cab38a;
}
.header-nav_item--dropdown:hover {
  background-color: #f9f7f6;
  border-bottom: 3px solid #a07c3e;
}
@media (max-width: 1279px) {
  .header-nav_item--dropdown:hover {
    background-color: transparent;
    border-bottom: 1px solid #fff;
  }
}
.header-nav_item--dropdown:hover .header-nav_link {
  color: #B7945A;
}
@media (max-width: 1279px) {
  .header-nav_item--dropdown:hover .header-nav_link {
    color: #fff;
  }
}
.header-nav_item--dropdown:hover .header-arrow path {
  stroke: #cab38a;
}
@media (max-width: 1279px) {
  .header-nav_item--dropdown:hover .header-arrow path {
    stroke: #f5ede3;
  }
}
.header-nav_item--dropdown:hover .header-arrow {
  transform: rotate(180deg);
}
@media (max-width: 1279px) {
  .header-nav_item--dropdown:hover .header-arrow {
    transform: none;
  }
}
@media (min-width: 1280px) {
  .header-nav_item--dropdown .header-nav_link--dropdown:hover ~ .header-nav_link--dropdown__block,
  .header-nav_item--dropdown .header-nav_link--dropdown__block:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition-delay: 0.1s;
  }
}
.header-nav_item--notdropdown {
  border-bottom: 3px solid transparent;
}
.header-nav_link--dropdown__block {
  position: absolute;
  top: 102%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: rgba(202, 179, 138, 0.88);
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease 0.2s, transform 0.3s ease;
  z-index: 1000;
  padding: 20px 0;
}
.header-nav_link--dropdown__block li a {
  gap: 5px;
  padding: 12px 24px;
  color: #fff;
  white-space: nowrap;
  font-size: 13px !important;
  transition: background 0.2s ease;
}
.header-nav_link--dropdown__block li a .header-nav_link--dropdown__block--arrow {
  width: 6px;
}
.header-nav_link--dropdown__block li:first-child a {
  padding-top: 0;
}
.header-nav_link--dropdown__block li:last-child a {
  padding-bottom: 0;
}
.header-nav_link--dropdown__block--inr {
  gap: 32px;
}
@media (max-width: 1279px) {
  .header-nav_link--dropdown__block {
    position: static;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transform: none;
    pointer-events: auto;
    transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    display: none;
  }
  .header-nav_link--dropdown__block::-webkit-scrollbar {
    width: 4px;
  }
  .header-nav_link--dropdown__block::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
  }
  .header-nav_link--dropdown__block::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
  }
  .header-nav_link--dropdown__block::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .header-nav_link--dropdown__block li {
    width: 100%;
  }
  .header-nav_link--dropdown__block li a {
    color: #fff !important;
    padding: 12px 0 12px 20px !important;
    font-size: 20px !important;
  }
}
@media (max-width: 1279px) and (max-width: 1023px) {
  .header-nav_link--dropdown__block li a {
    font-size: 16px !important;
    padding: 10px 0 10px 16px !important;
  }
}
@media (max-width: 1279px) {
  .header-nav_link--dropdown {
    position: relative;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .header-nav_link--dropdown .header-arrow {
    transition: transform 0.3s ease;
  }
  .header-nav_link--dropdown.is-active .header-arrow {
    transform: rotate(180deg);
  }
  .header-nav_link--dropdown.is-active + .header-nav_link--dropdown__block {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    padding: 8px 0;
  }
}

.header-toggle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 1100;
}
@media (max-width: 767px) {
  .header-toggle {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1279px) {
  .header-toggle {
    display: block;
  }
}
.header-toggle span {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  left: 19px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header-toggle span {
    left: 13px;
  }
}
.header-toggle span:nth-child(1) {
  width: 27px;
  top: 24px;
}
@media (max-width: 767px) {
  .header-toggle span:nth-child(1) {
    width: 24px;
    top: 16px;
  }
}
.header-toggle span:nth-child(2) {
  width: 27px;
  top: 32px;
}
@media (max-width: 767px) {
  .header-toggle span:nth-child(2) {
    width: 24px;
    top: 24px;
  }
}
.header-toggle span:nth-child(3) {
  width: 27px;
  bottom: 23px;
}
@media (max-width: 767px) {
  .header-toggle span:nth-child(3) {
    width: 24px;
    bottom: 16px;
  }
}
.header-toggle.is-open span:nth-child(1) {
  transform: rotate(-45deg);
  top: 31px;
}
@media (max-width: 767px) {
  .header-toggle.is-open span:nth-child(1) {
    top: 23px;
  }
}
.header-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.header-toggle.is-open span:nth-child(3) {
  width: 27px;
  transform: rotate(45deg);
  bottom: 32px;
}
@media (max-width: 767px) {
  .header-toggle.is-open span:nth-child(3) {
    width: 24px;
    bottom: 25px;
  }
}

body.is-fixed {
  overflow: hidden;
}

html {
  scroll-behavior: auto;
}

.footer {
  background-color: #CAB38A;
  padding: 32px 0 16px;
  color: #fff;
}
.footer-inr {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  justify-content: space-between;
  align-items: start !important;
}
@media (max-width: 767px) {
  .footer-inr {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.footer-logo {
  max-width: 220px;
  margin-bottom: 14px;
}
.footer-onlineshop {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1.2px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .footer-onlineshop {
    margin-bottom: 40px;
  }
}
.footer-onlineshop img {
  width: 16px;
}
.footer .copyright {
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.22px;
}
.footer-right {
  align-items: start !important;
  gap: 80px;
}
@media (max-width: 767px) {
  .footer-right {
    flex-direction: column;
    gap: 16px;
  }
}
.footer-right ul {
  gap: 16px;
  align-items: start !important;
}
.footer-right ul li {
  line-height: 120%;
}
.footer-right ul li a {
  font-size: 15px;
  display: inline-block;
  padding: 4px;
  line-height: 120%;
  letter-spacing: 0.24px;
}

/*
 * object
 */
.top-mainPc {
  width: min(100% - 32px, 1240px);
  margin: 0 auto;
  gap: 24px;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .top-mainPc {
    gap: 12px;
  }
}
.top-mainPc_wrapperTop {
  width: 100%;
  gap: 24px;
}
@media (max-width: 767px) {
  .top-mainPc_wrapperTop {
    display: none !important;
  }
}
.top-mainPc_wrapperTop--inr1 {
  width: 74.52%;
  gap: 24px;
}
.top-mainPc_wrapperTop--inr2 {
  width: 100%;
  gap: 24px;
}
.top-mainPc_wrapperTop--inr3 {
  width: 100%;
  gap: 24px;
}
.top-mainPc_wrapperBottom {
  width: 100%;
  gap: 24px;
}
@media (max-width: 767px) {
  .top-mainPc_wrapperBottom {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.top-mainPc_block01, .top-mainPc_block02, .top-mainPc_block03, .top-mainPc_block04, .top-mainPc_block05, .top-mainPc_block06, .top-mainPc_block07, .top-mainPc_block08, .top-mainPc_block09 {
  overflow: hidden;
}
.top-mainPc_block01 a, .top-mainPc_block02 a, .top-mainPc_block03 a, .top-mainPc_block04 a, .top-mainPc_block05 a, .top-mainPc_block06 a, .top-mainPc_block07 a, .top-mainPc_block08 a, .top-mainPc_block09 a {
  display: block;
  overflow: hidden;
  position: relative;
}
.top-mainPc_block01 img, .top-mainPc_block02 img, .top-mainPc_block03 img, .top-mainPc_block04 img, .top-mainPc_block05 img, .top-mainPc_block06 img, .top-mainPc_block07 img, .top-mainPc_block08 img, .top-mainPc_block09 img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.top-mainPc_block01:hover img, .top-mainPc_block02:hover img, .top-mainPc_block03:hover img, .top-mainPc_block04:hover img, .top-mainPc_block05:hover img, .top-mainPc_block06:hover img, .top-mainPc_block07:hover img, .top-mainPc_block08:hover img, .top-mainPc_block09:hover img {
  transform: scale(1.08);
}
.top-mainPc_block {
  container-type: inline-size;
}
.top-mainPc_block a {
  position: relative;
}
.top-mainPc_block P {
  position: absolute;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.6px;
  color: #fff;
}
.top-mainPc_block01 {
  width: 65.8%;
}
.top-mainPc_block01 p {
  font-size: 6.58cqw;
  font-family: "Cormorant Garamond", serif;
  text-shadow: 0 0 16px #594625;
  left: 16px;
  bottom: 8px;
}
.top-mainPc_block02 {
  width: 31.6%;
}
.top-mainPc_block02 p {
  font-size: 9.59cqw;
  text-shadow: 0 0 16px rgba(35, 42, 44, 0.4);
  font-family: "yu-mincho-pr6n", sans-serif;
  letter-spacing: 1.12px;
  top: 16px;
  left: 16px;
}
.top-mainPc_block03 {
  width: 31.6%;
}
.top-mainPc_block03 p {
  font-size: 10.96cqw;
  text-shadow: 0 0 16px rgba(35, 42, 44, 0.4);
  font-family: "yu-mincho-pr6n", sans-serif;
  letter-spacing: 1.28px;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.top-mainPc_block04 {
  width: 65.8%;
}
.top-mainPc_block04 p {
  font-size: 6.58cqw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.top-mainPc_block05 {
  width: 23.55%;
}
.top-mainPc_block05 p {
  font-size: 13.7cqw;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  font-family: "Cormorant Garamond", serif;
  top: 16px;
  left: 24px;
}
.top-mainPc_block06, .top-mainPc_block07, .top-mainPc_block08, .top-mainPc_block09 {
  width: 23.55%;
}
@media (max-width: 767px) {
  .top-mainPc_block06, .top-mainPc_block07, .top-mainPc_block08, .top-mainPc_block09 {
    width: 100%;
  }
}
.top-mainPc_block06 p {
  font-size: 9.59cqw;
  text-shadow: 0 0 16px rgba(35, 42, 44, 0.6);
  font-family: "yu-mincho-pr6n", sans-serif;
  white-space: nowrap;
  letter-spacing: 1.12px;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.top-mainPc_block07 p {
  font-size: 8.9cqw;
  font-family: "yu-mincho-pr6n", sans-serif;
  text-shadow: 0 0 12px rgba(67, 10, 6, 0.63);
  line-height: 140%;
  left: 16px;
  bottom: 16px;
}
@media (max-width: 767px) {
  .top-mainPc_block07 p {
    left: 12px;
  }
}
.top-mainPc_block07 p span {
  text-shadow: 0 0 8px rgba(67, 10, 6, 0.8);
}
.top-mainPc_block08 p {
  font-size: 10.96cqw;
  font-family: "yu-mincho-pr6n", sans-serif;
  text-shadow: 0 0 16px rgba(35, 42, 44, 0.4);
  white-space: nowrap;
  left: 1.28px;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.top-mainPc_block09 p {
  font-size: 10.96cqw;
  font-weight: 800;
  font-family: "yu-mincho-pr6n", sans-serif;
  white-space: nowrap;
  letter-spacing: 0.64px;
  text-shadow: 0 0 16px rgba(50, 13, 10, 0.7);
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.top-mainSp_wrapperTop {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .top-mainSp_wrapperTop {
    display: block;
  }
}
.top-mainSp_wrapperTop--inr1, .top-mainSp_wrapperTop--inr2 {
  width: 100%;
  gap: 24px;
}
@media (max-width: 767px) {
  .top-mainSp_wrapperTop--inr1, .top-mainSp_wrapperTop--inr2 {
    gap: 12px;
  }
}
.top-mainSp_wrapperTop--inr3 {
  width: 50.69%;
  gap: 24px;
}
@media (max-width: 767px) {
  .top-mainSp_wrapperTop--inr3 {
    gap: 12px;
  }
}
.top-mainSp_wrapperTop--inr2 {
  align-items: start !important;
}
.top-mainSp_block {
  container-type: inline-size;
  overflow: hidden;
}
.top-mainSp_block a {
  display: block;
  overflow: hidden;
  position: relative;
}
.top-mainSp_block img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.top-mainSp_block p {
  position: absolute;
  color: #fff;
  text-shadow: 0 0 16px rgba(35, 42, 44, 0.6);
}
.top-mainSp_block:hover img {
  transform: scale(1.08);
}
.top-mainSp_block01 {
  width: 100%;
}
.top-mainSp_block01 p {
  font-size: 6.94cqw;
  font-family: "Cormorant Garamond", serif;
  text-shadow: 0 0 16px #594625;
  left: 16px;
  bottom: 8px;
}
.top-mainSp_block02 {
  width: 100%;
}
.top-mainSp_block02 p {
  font-size: 9.59cqw;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  font-family: "yu-mincho-pr6n", sans-serif;
  letter-spacing: 1.12px;
  top: 16px;
  left: 16px;
}
.top-mainSp_block03 {
  width: 100%;
}
.top-mainSp_block03 p {
  font-size: 10.96cqw;
  font-family: "yu-mincho-pr6n", sans-serif;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6), 0 0 1px rgba(85, 85, 85, 0.4);
  letter-spacing: 1.28px;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.top-mainSp_block04 {
  width: 50.69%;
}
.top-mainSp_block04 p {
  font-size: 13.7cqw;
  font-family: "Cormorant Garamond", serif;
  text-shadow: 0 0 8px rgba(35, 42, 44, 0.8);
  top: 16px;
  left: 24px;
}
.top-mainSp_block05 {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .top-mainSp_block05 {
    display: block;
  }
}
.top-mainSp_block05 p {
  font-size: 6.58cqw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(35, 42, 44, 0.6);
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-nav {
  gap: 12px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EBE5D9;
  justify-content: center;
}
@media (max-width: 1023px) {
  .contact-nav {
    padding: 0 16px 40px;
    flex-wrap: wrap;
  }
}
.contact-nav_block {
  width: 302px;
  min-width: 278px;
  height: 72px;
  justify-content: center;
  text-align: center;
  gap: 8px;
  border: 1px solid #CAB38A;
  border-radius: 4px;
}
.contact-nav_block p {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1.2;
}
.contact-nav_block span {
  color: #C9A66B;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.04px;
}
.contact-nav_block.active {
  color: #fff;
  background: #CAB38A;
}
.contact-nav_block.active span {
  color: #fff;
}

.contact-wrapper {
  background-color: #f9f7f6;
  padding: 64px;
}
@media (max-width: 767px) {
  .contact-wrapper {
    padding: 46px 16px;
  }
}

.contact-main {
  width: min(100% - 32px, 928px);
  margin: 80px auto 120px;
  border-radius: 8px;
}

.contact-text {
  width: fit-content;
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-text {
    margin: 40px auto;
  }
}
.contact-text h2 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  .contact-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.contact-text p {
  letter-spacing: 1.28px;
}
@media (max-width: 767px) {
  .contact-text p {
    font-size: min(3.2vw, 16px);
  }
}

.contact-main_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  gap: 10px;
  margin-bottom: 24px;
}
.contact-main_title span {
  width: 20px;
  height: 2px;
  background-color: #d8cbb4;
}
.contact-main_text {
  line-height: 1;
  color: #B7945A;
  text-align: center;
  margin-bottom: 40px;
}

.confirm {
  margin-bottom: 80px;
}

.address-number input {
  max-width: 212px;
}

.archiveColumn {
  width: min(100% - 32px, 990px);
  margin: 40px auto 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 1023px) {
  .archiveColumn {
    gap: 36px;
  }
}
@media (max-width: 767px) {
  .archiveColumn {
    grid-template-columns: repeat(1, 1fr);
  }
}

.singleColumn {
  width: min(100% - 32px, 780px);
  margin: 56px auto 64px;
}
.singleColumn-category {
  width: fit-content;
  font-size: 13px;
  color: #B7945A;
  font-weight: 500;
  line-height: 120%;
  padding: 4px 8px;
  background-color: #F9F7F6;
  margin-bottom: 4px;
}
.singleColumn h1 {
  font-size: 28px;
  font-weight: 600;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .singleColumn h1 {
    font-size: 22px;
  }
}
.singleColumn-data {
  font-size: 13px;
  color: #AFAFAF;
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBE5D9;
  margin-bottom: 24px;
}
.singleColumn-img {
  margin-bottom: 48px;
}
.singleColumn-content {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .singleColumn-content {
    margin-bottom: 60px;
  }
}
.singleColumn-content h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "yu-mincho-pr6n", sans-serif;
  padding: 0 12px;
  background-color: #D8CBB4;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .singleColumn-content h2 {
    font-size: 20px;
  }
}
.singleColumn-content p {
  line-height: 2;
  margin-bottom: 32px;
}
.singleColumn-content p span {
  display: inline;
}
.singleColumn-content h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #2E2E2E;
  border-bottom: 1px solid #EBE5D9;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .singleColumn-content h3 {
    font-size: 18px;
  }
}
.singleColumn-content h4 {
  color: #2E2E2E;
  font-weight: 600;
  margin-bottom: 8px;
}
.singleColumn-content h5 {
  font-size: 14px;
  font-weight: 500;
  color: #AA9776;
  margin-bottom: 4px;
}

.archiveNews {
  width: min(100% - 32px, 1040px);
  margin: 32px auto 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1023px) {
  .archiveNews {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .archiveNews {
    grid-template-columns: repeat(1, 1fr);
  }
}

.singleNews {
  width: min(100% - 32px, 780px);
  margin: 56px auto 64px;
}
.singleNews-category {
  width: fit-content;
  font-size: 13px;
  color: #B7945A;
  font-weight: 500;
  line-height: 120%;
  padding: 4px 8px;
  background-color: #F9F7F6;
  margin-bottom: 4px;
}
.singleNews h1 {
  font-size: 28px;
  font-weight: 600;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .singleNews h1 {
    font-size: 22px;
  }
}
.singleNews-data {
  font-size: 13px;
  color: #AFAFAF;
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBE5D9;
  margin-bottom: 24px;
}
.singleNews-img {
  margin-bottom: 48px;
}
.singleNews-content {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .singleNews-content {
    margin-bottom: 60px;
  }
}
.singleNews-content h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "yu-mincho-pr6n", sans-serif;
  padding: 0 12px;
  background-color: #D8CBB4;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .singleNews-content h2 {
    font-size: 20px;
  }
}
.singleNews-content p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 32px;
}
.singleNews-content h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #2E2E2E;
  border-bottom: 1px solid #EBE5D9;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .singleNews-content h3 {
    font-size: 18px;
  }
}
.singleNews-content h4 {
  color: #2E2E2E;
  font-weight: 600;
  margin-bottom: 8px;
}
.singleNews-content h5 {
  font-size: 14px;
  font-weight: 500;
  color: #AA9776;
  margin-bottom: 4px;
}

.template {
  width: min(100% - 32px, 780px);
  margin: 48px auto 80px;
}
.template #rtoc-mokuji-wrapper {
  display: none !important;
}
.template h2 {
  font-size: 26px;
  color: #2E2E2E;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
.template p {
  margin-bottom: 16px;
}
.template img {
  margin-bottom: 32px;
}
.template h3 {
  font-size: 20px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  color: #2E2E2E;
  padding-bottom: 4px;
  border-bottom: 1px solid #EBE5D9;
  margin-bottom: 18px;
}
.template ul, .template ol {
  padding: 16px;
  background-color: #F9F7F6;
  margin-bottom: 16px;
}
.template ul li, .template ol li {
  padding-left: 11px;
  position: relative;
}
.template ul li::before, .template ol li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #B7945A;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0%;
}
.template h4 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  color: #2E2E2E;
  margin-bottom: 8px;
}
.template h5 {
  font-size: 16px;
  color: #B7945A;
  font-weight: 500;
  margin-bottom: 4px;
}
.template h6 {
  font-size: 15px;
  color: #6c6c6c;
  font-weight: 500;
  margin-bottom: 4px;
}
.template .gray {
  font-size: 13px;
  color: #8B8B8B;
  line-height: 200%;
  margin-bottom: 4px;
}

.theory-head {
  width: min(100% - 32px, 1040px);
  margin: 56px auto 40px;
}
.theory-head_title {
  font-size: 12px;
  color: #2E2E2E;
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .theory-head_title {
    margin-bottom: 40px;
  }
}
.theory-head_title span {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.6px;
  color: #B7945A;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .theory-head_title span {
    font-size: min(6.9333333333vw, 40px);
  }
}
.theory-head p {
  line-height: 200%;
  text-align: center;
}
@media (max-width: 767px) {
  .theory-head p {
    font-size: min(3.4666666667vw, 14px);
  }
}
.theory-head_textTop {
  margin-bottom: 24px;
}
.theory-head_textBotoom {
  margin-bottom: 56px;
}

.theory-book {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1023px) {
  .theory-book {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.theory-book_block {
  background-image: url(../../assets/images/theory/theory-book-back01.jpg);
  background-size: cover;
}
@media (max-width: 1023px) {
  .theory-book_block {
    max-width: 510px;
    margin: 0 auto;
  }
}
.theory-book_block--02 {
  background-image: url(../../assets/images/theory/theory-book-back02.jpg);
}
.theory-book_block--inr {
  margin: 12px;
  background-color: #fff;
  padding: 20px 24px;
  border: 1px solid #D8CBB4;
}
@media (max-width: 767px) {
  .theory-book_block--inr {
    padding: 20px 16px;
  }
}
.theory-book_category {
  font-size: 13px;
  color: #B7945A;
  font-weight: 500;
  letter-spacing: 1.04px;
  text-align: center;
  margin-bottom: 8px;
}
.theory-book_head {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #EBE5D9;
}
.theory-book_head h3 {
  color: #2E2E2E;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .theory-book_head h3 {
    font-size: min(3.7333333333vw, 20px);
  }
}
.theory-book_head h3 span {
  display: block;
  line-height: 120%;
  font-size: 26px;
  letter-spacing: 2.08px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .theory-book_head h3 span {
    font-size: min(5.3333333333vw, 26px);
  }
}
.theory-book_head p {
  color: #8B8B8B;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 767px) {
  .theory-book_head p {
    font-size: min(2.6666666667vw, 15px);
  }
}
.theory-book_wrapper {
  align-items: start !important;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .theory-book_wrapper {
    flex-direction: column;
    align-items: center !important;
  }
}
.theory-book_img {
  width: 36.53%;
}
@media (max-width: 767px) {
  .theory-book_img {
    width: 100%;
    max-width: 180px;
  }
}
.theory-book_text {
  width: 100%;
  height: 100%;
  aspect-ratio: 254/225;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .theory-book_text {
    aspect-ratio: auto;
  }
}
.theory-book_text p {
  font-size: 13px;
  line-height: 180%;
  text-align: left;
}
@media (max-width: 767px) {
  .theory-book_text p {
    margin-bottom: 30px;
  }
}

.theory-perfectMethid {
  width: min(100% - 32px, 1040px);
  margin: 0 auto 80px;
  padding: 40px;
  background-color: #F9F7F6;
}
@media (max-width: 767px) {
  .theory-perfectMethid {
    padding: 32px 16px;
    margin: 0 auto 40px;
  }
}
.theory-perfectMethid_title {
  text-align: center;
  margin-bottom: 24px;
}
.theory-perfectMethid_title span {
  font-size: 26px;
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #B7945A;
}
.theory-perfectMethid_title h2 {
  font-size: 12px;
  list-style: 120%;
}
.theory-perfectMethid_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .theory-perfectMethid_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.theory-perfectMethid_block {
  padding: 24px;
  background-color: #fff;
  text-align: left;
}
.theory-perfectMethid_block h3 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.theory-perfectMethid_block h3 span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #AA9776;
}
.theory-perfectMethid_block p {
  line-height: 180%;
}
.theory-perfectMethid_block .btn-main {
  margin: 20px 0 0 auto;
}

.theory-youtube {
  margin: 56px 16px 80px;
  justify-content: center;
}
.theory-youtube iframe {
  max-width: 583px;
  aspect-ratio: 583/326;
}
@media (max-width: 767px) {
  .theory-youtube iframe {
    aspect-ratio: 9/16;
  }
}

.theory-recommededbook {
  width: min(100% - 32px, 819px);
  margin: 0 auto;
  border-bottom: 1px solid #EBE5D9;
  padding: 0 0 56px;
}
.theory-recommededbook_wrapper {
  align-items: start !important;
  gap: 73px;
}
@media (max-width: 767px) {
  .theory-recommededbook_wrapper {
    flex-direction: column;
    align-items: center !important;
    gap: 40px;
  }
}
.theory-recommededbook_img {
  width: 24.42%;
}
@media (max-width: 767px) {
  .theory-recommededbook_img {
    width: 100%;
    max-width: 200px;
  }
}
.theory-recommededbook_info {
  width: 66.67%;
}
@media (max-width: 767px) {
  .theory-recommededbook_info {
    width: 100%;
  }
}
.theory-recommededbook_info h3 {
  font-size: 22px;
  color: #2E2E2E;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 8px;
}
.theory-recommededbook_info h3 span {
  border-bottom: 1px solid #EBE5D9;
  padding-bottom: 8px;
}
.theory-recommededbook_info ul {
  padding: 12px 20px;
  background-color: #F9F7F6;
  gap: 0 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch !important;
  margin-bottom: 12px;
}
.theory-recommededbook_info ul li {
  width: 100%;
  max-width: 45.79%;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}
.theory-recommededbook_info ul li span {
  color: #AA9776;
  margin-right: 2px;
}
.theory-recommededbook_author {
  font-size: 15px;
  letter-spacing: 1.5px;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 2px;
}
.theory-recommededbook_textTop {
  font-size: 14px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}
.theory-recommededbook_textBottom {
  font-size: 13px;
  margin-bottom: 24px;
}
.theory-recommededbook .btn-main {
  margin: 0 auto 0 0 !important;
}

.theory-column {
  width: min(100% - 32px, 944px);
  margin: 80px auto;
}
@media (max-width: 767px) {
  .theory-column {
    margin: 60px auto;
  }
}
.theory-column_title {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.96px;
  color: #2E2E2E;
  margin-bottom: 40px;
  text-align: center;
}
.theory-column_title span {
  display: block;
  font-size: 40px;
  color: #CFB18A;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.6px;
}
.theory-column p {
  line-height: 200%;
  text-align: center;
  margin-bottom: 24px;
}
.theory-column_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .theory-column_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.theory-bg {
  padding: 80px 0;
  background-color: #F9F7F6;
}

.theory-microbiome {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  padding: 0 0 40px;
  align-items: start !important;
}
@media (max-width: 767px) {
  .theory-microbiome {
    padding: 60px 0 40px;
    flex-direction: column-reverse;
    align-items: center !important;
    gap: 40px;
  }
}
.theory-microbiome_left {
  width: 61.22%;
  padding: 32px 40px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .theory-microbiome_left {
    width: 100%;
    padding: 26px 16px;
  }
}
.theory-microbiome_left h2 {
  font-size: 24px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.96px;
}
@media (max-width: 767px) {
  .theory-microbiome_left h2 {
    font-size: 22px;
  }
}
.theory-microbiome_left span {
  color: #AA9776;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  line-height: 180%;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EBE5D9;
}
@media (max-width: 767px) {
  .theory-microbiome_left span {
    font-size: 15px;
  }
}
.theory-microbiome_left p {
  line-height: 180%;
}
.theory-microbiome_left p:nth-child(3) {
  margin-bottom: 16px;
}
.theory-microbiome_left p:nth-child(4) {
  margin-bottom: 24px;
}
.theory-microbiome_left .btn-main {
  margin: auto 0 0 auto;
}
.theory-microbiome_right {
  width: 39.75%;
  height: 100%;
}
@media (max-width: 767px) {
  .theory-microbiome_right {
    width: 70vw;
    max-width: 380px;
  }
}

.theory-reopening {
  width: min(100% - 32px, 1040px);
  margin: 40px auto 0;
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .theory-reopening {
    padding: 36px 16px;
  }
}
.theory-reopening h2 {
  font-size: 24px;
  font-family: "yu-mincho-pr6n", sans-serif;
  grid-row-end: 600px;
  line-height: 200%;
  letter-spacing: 0.96px;
  text-align: center;
}
@media (max-width: 767px) {
  .theory-reopening h2 {
    font-size: 22px;
  }
}
.theory-reopening_head {
  display: block;
  font-size: 18px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  line-height: 180%;
  color: #AA9776;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #F9F7F6;
}
@media (max-width: 767px) {
  .theory-reopening_head {
    font-size: 16px;
  }
}
.theory-reopening_block {
  margin: 16px;
  align-items: start !important;
  justify-content: center;
}
@media (max-width: 767px) {
  .theory-reopening_block {
    margin: 0;
    flex-direction: column-reverse;
    align-items: center !important;
  }
}
.theory-reopening_block h3 {
  font-size: 17px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  line-height: 180%;
  color: #2E2E2E;
  margin-bottom: 8px;
}
.theory-reopening_block--left {
  width: 52.8%;
}
@media (max-width: 767px) {
  .theory-reopening_block--left {
    width: 100%;
  }
}
.theory-reopening_block--right {
  width: 44.83%;
}
@media (max-width: 767px) {
  .theory-reopening_block--right {
    width: 60vw;
    max-width: 300px;
  }
}
.theory-reopening_block01 {
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .theory-reopening_block01 {
    margin-bottom: 32px;
  }
}
.theory-reopening_block01--left p {
  line-height: 180%;
}
.theory-reopening_block02 {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.theory-reopening_block02--right {
  justify-content: space-between;
}
.theory-reopening_block02 img {
  width: 48.08%;
}
.theory-reopening_block03 {
  width: 100%;
  margin: 0;
  padding-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 16px;
}
@media (max-width: 1023px) {
  .theory-reopening_block03 {
    flex-direction: column;
  }
}
.theory-reopening_block03--left {
  margin: 16px;
  align-items: start !important;
  gap: 16px;
}
@media (max-width: 1023px) {
  .theory-reopening_block03--left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .theory-reopening_block03--left {
    align-items: center !important;
    flex-direction: column-reverse;
  }
}
.theory-reopening_block03--left__text {
  width: 48.41%;
}
@media (max-width: 767px) {
  .theory-reopening_block03--left__text {
    width: 100%;
  }
}
.theory-reopening_block03--left__text h3 {
  font-size: 16px;
  line-height: 180%;
}
.theory-reopening_block03--left__img {
  width: 46.59%;
}
@media (max-width: 767px) {
  .theory-reopening_block03--left__img {
    width: 60vw;
    max-width: 300px;
  }
}

.partner-sciencelab {
  width: min(100% - 32px, 1040px);
  margin: 80px auto 40px;
  align-items: start !important;
}
@media (max-width: 767px) {
  .partner-sciencelab {
    margin: 60px auto 40px;
    align-items: center !important;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.partner-sciencelab_left {
  width: 55.77%;
  padding: 32px;
  background-color: #f6f9f9;
}
@media (max-width: 1023px) {
  .partner-sciencelab_left {
    padding: 24px 16px 24px;
  }
}
@media (max-width: 767px) {
  .partner-sciencelab_left {
    width: 100%;
  }
}
.partner-sciencelab_left h3 {
  font-size: 30px;
  color: #2E2E2E;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.2px;
  font-family: "yu-mincho-pr6n", sans-serif;
  padding-bottom: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dee5e5;
}
@media (max-width: 767px) {
  .partner-sciencelab_left h3 {
    font-size: 24px;
  }
}
.partner-sciencelab_left--text {
  letter-spacing: 0.28px;
  line-height: 180%;
  margin-bottom: 24px;
}
.partner-sciencelab_left--factory {
  padding: 12px 16px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .partner-sciencelab_left--factory__inr {
    flex-direction: column;
    align-items: start !important;
  }
}
.partner-sciencelab_left--factory h4 {
  font-weight: 500;
  letter-spacing: 0.64px;
  margin-bottom: 12px;
}
.partner-sciencelab_left--factory span {
  font-size: 13px;
  gap: 2px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2.6px;
  white-space: nowrap;
}
.partner-sciencelab_left--factory span img {
  width: 14px;
}
.partner-sciencelab_left--factory p {
  font-size: 13px;
  padding-left: 8px;
  margin-left: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .partner-sciencelab_left--factory p {
    margin-left: 0;
    padding-left: 0;
    padding-top: 8px;
    margin-top: 8px;
  }
}
.partner-sciencelab_left--factory p::before {
  content: "";
  width: 1px;
  height: 96%;
  background-color: #EBE5D9;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .partner-sciencelab_left--factory p::before {
    width: 100%;
    height: 1px;
    top: 0%;
    left: 0;
    transform: none;
  }
}
.partner-sciencelab_right {
  width: 44.23%;
}
@media (max-width: 767px) {
  .partner-sciencelab_right {
    width: 60vw;
    max-width: 300px;
  }
}

.partner-filtom {
  width: min(100% - 32px, 1040px);
  margin: 80px auto;
  align-items: start !important;
}
@media (max-width: 767px) {
  .partner-filtom {
    align-items: center !important;
    flex-direction: column-reverse;
    gap: 30px;
    margin: 60px auto;
  }
}
.partner-filtom_left {
  width: 55.77%;
  padding: 31px 32px 16px;
  background-color: #f6f9f9;
}
@media (max-width: 767px) {
  .partner-filtom_left {
    width: 100%;
    padding: 26px 16px;
  }
}
.partner-filtom_left h3 {
  font-size: 30px;
  color: #2E2E2E;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.2px;
  font-family: "yu-mincho-pr6n", sans-serif;
  padding-bottom: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dee5e5;
  gap: 16px;
}
@media (max-width: 767px) {
  .partner-filtom_left h3 {
    font-size: 24px;
  }
}
.partner-filtom_left h3 img {
  width: 60px;
}
.partner-filtom_left p {
  line-height: 180%;
  letter-spacing: 0.28px;
}
.partner-filtom_left .btn-main {
  width: 340px;
  margin: 14px 0 0 auto;
  color: #7D7D7E;
  border: 1px solid #7D7D7E;
}
.partner-filtom_right {
  width: 44.23%;
}
@media (max-width: 767px) {
  .partner-filtom_right {
    width: 60vw;
    max-width: 300px;
  }
}

.partner-laboratory {
  padding: 80px 16px;
  background-color: #F9F7F6;
}
.partner-laboratory_inr {
  max-width: 1040px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 24px 24px;
}
@media (max-width: 767px) {
  .partner-laboratory_inr {
    padding: 32px 16px 24px;
  }
}
.partner-laboratory_title {
  color: #2E2E2E;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 40px;
}
.partner-laboratory_head {
  text-align: center;
  line-height: 200%;
  letter-spacing: 0.28px;
  margin-bottom: 40px;
}
.partner-laboratory_news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .partner-laboratory_news {
    grid-template-columns: repeat(1, 1fr);
  }
}

.partner-youtube {
  display: block;
  width: fit-content;
  margin: 64px auto 0;
  border: 0.8px solid #ced6e2;
  background: linear-gradient(85deg, #e9eff5 0.02%, #f4e9ed 100.02%);
  background-blend-mode: plus-lighter, normal;
  box-shadow: 0 0 8px 0 rgba(36, 33, 32, 0.1);
  padding: 28px;
}
@media (max-width: 767px) {
  .partner-youtube {
    padding: 18px;
  }
}
.partner-youtube_inr {
  gap: 32px;
  padding: 20px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
  gap: 22px;
}
@media (max-width: 767px) {
  .partner-youtube_inr {
    padding: 18px 16px;
  }
}
.partner-youtube_inr img {
  width: 64px;
}
@media (max-width: 767px) {
  .partner-youtube_inr img {
    width: 36px;
  }
}
.partner-youtube_text {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
}
.partner-youtube_text span {
  font-size: 18px;
  color: #AA9776;
  margin-bottom: 4px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .partner-youtube_text span {
    font-size: 10px;
  }
}
.partner-youtube_text h3 {
  font-size: 32px;
  letter-spacing: 2.56px;
  line-height: 120%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .partner-youtube_text h3 {
    font-size: 18px;
  }
}
.partner-youtube_text p {
  color: #AFAFAF;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .partner-youtube_text p {
    font-size: 12px;
  }
}

.company-title {
  font-size: 12px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.96px;
  margin-bottom: 64px;
  text-align: center;
}
.company-title span {
  display: block;
  font-size: 40px;
  color: #B7945A;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.6px;
  margin-bottom: 2px;
}

.company-message {
  width: min(100% - 32px, 925px);
  margin: 0 auto;
  padding: 56px 0 80px;
}
.company-message_wrapper {
  gap: 56px;
  align-items: start !important;
}
@media (max-width: 767px) {
  .company-message_wrapper {
    flex-direction: column;
    align-items: center !important;
    gap: 32px;
  }
}
.company-message_left {
  width: 34.59%;
}
@media (max-width: 767px) {
  .company-message_left {
    width: 100%;
    max-width: 320px;
  }
}
.company-message_left img {
  margin-bottom: 16px;
}
.company-message_left p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.3px;
  margin-left: 4px;
}
.company-message_left p strong {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
}
.company-message_left span {
  font-weight: 500;
  color: #B7945A;
  letter-spacing: 0.64px;
}
.company-message_right {
  width: 59.35%;
}
@media (max-width: 767px) {
  .company-message_right {
    width: 100%;
  }
}
.company-message_right h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 200%;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .company-message_right h3 {
    font-size: min(5.3333333333vw, 22px);
  }
}
.company-message_right p {
  line-height: 200%;
}

.company-philosophy {
  width: min(100% - 32px, 1040px);
  margin: 0 auto 80px;
  padding: 56px 0;
  background-image: url(../../assets/images/company/philosophy-back.jpg);
}
.company-philosophy .company-title {
  margin-bottom: 40px;
}
.company-philosophy_block {
  width: fit-content;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 16px 16px;
}
.company-philosophy_block h3 {
  display: inline-block;
  font-size: 24px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.96px;
  border-bottom: 0.8px solid #D8CBB4;
  margin-bottom: 8px;
}
.company-philosophy_block p {
  line-height: 200%;
  letter-spacing: 0.28px;
}

.company-blog {
  width: min(100% - 32px, 776px);
  margin: 0 auto 80px;
  align-items: stretch !important;
}
@media (max-width: 767px) {
  .company-blog {
    flex-direction: column;
    margin: 0 auto 60px;
    max-width: 380px;
  }
}
.company-blog_img {
  width: 29.9%;
}
@media (max-width: 767px) {
  .company-blog_img {
    width: 100%;
  }
}
.company-blog_text {
  width: 70.1%;
  padding: 28px 32px;
  background: linear-gradient(0deg, rgba(220, 238, 236, 0.6) 0%, rgba(220, 238, 236, 0.6) 100%);
}
@media (max-width: 767px) {
  .company-blog_text {
    width: 100%;
    padding: 24px 16px;
  }
}
.company-blog_text h2 {
  font-size: 20px;
  color: #2E2E2E;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "yu-mincho-pr6n", sans-serif;
}
.company-blog_text p {
  line-height: 180%;
  letter-spacing: 0.52px;
}
.company-blog_text .btn-main {
  width: 200px;
  margin: 14px 0 0 auto;
  color: #7D7D7E;
  border: 1px solid #7D7D7E;
  background-color: #fff;
}
.company-blogBttom .btn-main {
  width: 320px;
  color: #79A0BE;
  border: 1px solid #79A0BE;
}
.company-blogBttom .company-blog_text {
  background-image: url(../../assets/images/company/blog-back.jpg);
  background-size: cover;
}

.company-history {
  padding: 80px 0;
  background-color: #F9F7F6;
}
@media (max-width: 767px) {
  .company-history {
    padding: 60px 0;
  }
}
.company-history_inr {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .company-history_inr {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .company-history_inr {
    flex-direction: column;
  }
}
.company-history_wrapper {
  width: 50%;
}
@media (max-width: 767px) {
  .company-history_wrapper {
    width: 100%;
  }
}
.company-history_block {
  align-items: start !important;
  gap: 30px;
  padding: 8px 0 10px;
}
.company-history_block dt {
  font-size: 15px;
  color: #8B8B8B;
  white-space: nowrap;
}
.company-history_block dd {
  font-size: 14px;
  line-height: 180%;
}
.company-history_block img {
  width: 15px;
  transform: translateY(-7px);
  margin-right: 2px;
}

.company-outline {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .company-outline {
    padding: 60px 0;
  }
}
.company-outline_inr {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
}
.company-outline_wrapper {
  gap: 56px;
  align-items: start !important;
}
@media (max-width: 767px) {
  .company-outline_wrapper {
    flex-direction: column;
    align-items: center !important;
  }
}
.company-outline_wrapperTop {
  margin-bottom: 112px;
}
@media (max-width: 1023px) {
  .company-outline_wrapperTop {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .company-outline_wrapperTop {
    margin-bottom: 60px;
  }
}
.company-outline_wrapperBottom {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .company-outline_wrapperBottom {
    margin-bottom: 60px;
    flex-direction: column-reverse;
  }
}
.company-outline_img {
  width: 35.96%;
}
@media (max-width: 767px) {
  .company-outline_img {
    width: 60%;
    max-width: 230px;
  }
}
.company-outline_info {
  width: 55.67%;
}
@media (max-width: 767px) {
  .company-outline_info {
    width: 100%;
  }
}
.company-outline_info h3 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.96px;
  font-family: "yu-mincho-pr6n", sans-serif;
  padding-bottom: 16px;
  border-bottom: 1px solid #EBE5D9;
  margin-bottom: 24px;
}
.company-outline_info dl dt {
  width: 27.63%;
  font-size: 14px;
  color: #8B8B8B;
  letter-spacing: 0.56px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .company-outline_info dl dt {
    font-size: 15px;
    width: 20%;
  }
}
.company-outline_info dl dd {
  width: 77.72%;
  font-size: 14px;
}
@media (max-width: 767px) {
  .company-outline_info dl dd {
    font-size: 15px;
    width: 80%;
  }
}
.company-outline_block {
  align-items: start !important;
  padding: 12px 0;
}
@media (max-width: 1023px) {
  .company-outline_block {
    gap: 20px;
  }
}
.company-outline_blockBig {
  padding: 24px 0;
}

.product-concept {
  padding: 40px 0 64px;
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  text-align: center;
}
.product-concept h2 {
  font-size: 26px;
  font-family: "yu-mincho-pr6n", sans-serif;
  line-height: 134%;
  letter-spacing: 2.6px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .product-concept h2 {
    font-size: min(5.8666666667vw, 26px);
  }
}
.product-concept p {
  color: #8B8B8B;
  line-height: 187%;
  letter-spacing: 0.8px;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .product-concept p {
    font-size: min(3.7333333333vw, 16px);
  }
}
.product-concept_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .product-concept_wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }
}

.product-ourproducts {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  padding: 80px 0 120px;
}
@media (max-width: 767px) {
  .product-ourproducts {
    padding: 60px 0 80px;
  }
}
.product-ourproducts_wrapper {
  gap: 40px;
  align-items: start !important;
  padding: 28px 32px;
  background-image: url(../../assets/images/product/ourproducts-back.jpg);
  background-size: cover;
}
@media (max-width: 1023px) {
  .product-ourproducts_wrapper {
    flex-direction: column;
    align-items: center !important;
    padding: 24px 16px;
  }
}
.product-ourproducts_left {
  width: 54.92%;
}
@media (max-width: 1023px) {
  .product-ourproducts_left {
    width: 100%;
  }
}
.product-ourproducts_left h2 {
  font-size: 26px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 200%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .product-ourproducts_left h2 {
    font-size: min(4.5333333333vw, 24px);
  }
}
.product-ourproducts_right {
  width: 40.98%;
  background: rgba(249, 247, 246, 0.7);
  padding: 36px;
  gap: 16px;
}
@media (max-width: 1023px) {
  .product-ourproducts_right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-ourproducts_right {
    padding: 32px 16px;
  }
}
.product-ourproducts_right p {
  line-height: 180%;
}

.product-story {
  background-image: url(../../assets/images/product/story-back.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .product-story {
    padding: 60px 0;
    background-position: 60%;
  }
}
.product-story_slider {
  overflow: hidden;
  position: relative;
}
.product-story_slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .product-story_slider .swiper-wrapper {
    margin-left: -5%;
  }
}
.product-story_slider .swiper-slide {
  width: auto !important;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
}
.product-story_slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.product-story_slider .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.product-story_block {
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.7);
  gap: 40px;
  align-items: stretch !important;
  height: 100%;
}
@media (max-width: 1279px) {
  .product-story_block {
    width: 90vw;
  }
}
@media (max-width: 1023px) {
  .product-story_block {
    width: 80vw;
    align-items: center !important;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .product-story_block {
    width: 83vw;
    padding: 32px 16px;
    gap: 20px;
  }
}
.product-story_block--left {
  width: 39.38%;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .product-story_block--left {
    width: 100%;
    max-width: 400px;
  }
}
.product-story_block--left img {
  width: 100%;
  height: auto;
  display: block;
}
.product-story_block--right {
  width: 54.38%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 1023px) {
  .product-story_block--right {
    width: 100%;
  }
}
.product-story_block--right h3 {
  font-size: 24px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .product-story_block--right h3 {
    font-size: 20px;
  }
}
.product-story_block--right__text {
  gap: 8px;
  align-items: start !important;
}
.product-story_block--right__text p {
  line-height: 180%;
}
.product-story_nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  padding: 0;
}
.product-story_nav .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #c9c9c9;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 0 !important;
  opacity: 1;
}
.product-story_nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c9a66b;
}

.product-outer {
  background-color: #F9F7F6;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .product-outer {
    padding: 60px 0;
  }
}
.product-outer_inr {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  gap: 64px;
}
.product-outer_wrapper {
  align-items: stretch !important;
}
@media (max-width: 767px) {
  .product-outer_wrapper {
    flex-direction: column-reverse;
    max-width: 520px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .product-outer_wrapper--column {
    flex-direction: column;
  }
}
.product-outer_info {
  width: 62.6%;
  padding: 32px 40px;
  background-color: #fff;
  align-items: start !important;
}
@media (max-width: 767px) {
  .product-outer_info {
    width: 100%;
    padding: 24px 16px;
  }
}
.product-outer_info strong {
  font-weight: 600;
  color: #AA9776;
  line-height: 200%;
  letter-spacing: 0.64px;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 4px;
}
.product-outer_info--text {
  gap: 8px;
  align-items: start !important;
}
.product-outer_info--text p {
  line-height: 180%;
}
.product-outer_info--text span {
  color: #AFAFAF;
  font-size: 14px;
  line-height: 180%;
}
.product-outer_info .btn-main {
  width: 200px;
  padding: 12px 12px 12px 14px;
  gap: 8px;
  margin: 24px 0 0 auto;
}
.product-outer_info .btn-main span {
  font-size: 13px;
  gap: 1px;
  line-height: 120%;
  color: #B7945A;
}
.product-outer_info .btn-main span img {
  width: 16px;
}
.product-outer_img {
  width: 37.4%;
  display: block;
  object-fit: cover;
}
@media (max-width: 767px) {
  .product-outer_img {
    width: 100%;
  }
}
.product-outer_title {
  width: 100%;
  justify-content: space-between;
  align-items: end !important;
  font-family: "Inter", sans-serif;
  color: #8B8B8B;
  padding-bottom: 8px;
  border-bottom: 1px solid #F9F7F6;
  margin-bottom: 16px;
  gap: 20px;
}
@media (max-width: 767px) {
  .product-outer_title {
    font-size: min(3.7333333333vw, 16px);
  }
}
.product-outer_title img {
  max-width: 240px;
}
@media (max-width: 1023px) {
  .product-outer_title img {
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .product-outer_title img {
    max-width: 140px;
  }
}

.product-innercare {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .product-innercare {
    padding: 60px 0;
  }
}
.product-innercare_img {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .product-innercare_img {
    margin-bottom: 24px;
  }
}
.product-innercare_wrapper {
  max-width: 960px;
  margin: 0 auto 32px;
  align-items: start !important;
  gap: 40px;
}
@media (max-width: 767px) {
  .product-innercare_wrapper {
    flex-direction: column;
    align-items: center !important;
    gap: 24px;
  }
}
.product-innercare_catch {
  width: 44.66%;
  font-size: 20px;
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #AA9776;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .product-innercare_catch {
    width: 100%;
    font-size: min(4.2666666667vw, 20px);
  }
}
.product-innercare_text {
  width: 51.25%;
  line-height: 180%;
}
@media (max-width: 767px) {
  .product-innercare_text {
    width: 100%;
  }
}
.product-innercare .btn-main {
  width: 200px;
  padding: 12px 12px 12px 14px;
  gap: 8px;
  margin: 0 auto;
}
.product-innercare .btn-main span {
  font-size: 13px;
  gap: 1px;
  line-height: 120%;
  color: #B7945A;
}
.product-innercare .btn-main span img {
  width: 16px;
}

.product-other {
  padding: 80px 0;
  background-color: #F9F7F6;
}
@media (max-width: 767px) {
  .product-other {
    padding: 60px 0;
  }
}
.product-other_inr {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  gap: 24px;
  align-items: start !important;
}
.product-other_wrapper {
  align-items: stretch !important;
}
@media (max-width: 767px) {
  .product-other_wrapper {
    max-width: 520px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center !important;
  }
}
.product-other_img {
  width: 50%;
}
@media (max-width: 767px) {
  .product-other_img {
    width: 100%;
  }
}
.product-other_text {
  width: 50%;
  padding: 32px 40px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .product-other_text {
    padding: 32px 16px 32px 32px;
  }
}
@media (max-width: 767px) {
  .product-other_text {
    width: 100%;
    padding: 16px;
  }
}
.product-other_text p {
  line-height: 180%;
}
.product-other_text p span {
  color: #AFAFAF;
  font-size: 13px;
}
.product-other_text .btn-main {
  margin: 24px 0 0 auto;
}
.product-other_title {
  font-size: 20px;
  font-weight: 350;
  color: #2E2E2E;
  padding-bottom: 12px;
  border-bottom: 1px solid #EBE5D9;
  margin-bottom: 16px;
  gap: 16px;
}
@media (max-width: 767px) {
  .product-other_title {
    font-size: min(4.8vw, 20px);
  }
}
.product-other_title span {
  font-size: 14px;
  color: #AA9776;
  font-weight: 350;
}
.product-other_btn {
  gap: 16px;
  justify-content: end;
  margin-top: 24px;
}
.product-other_btn .btn-main {
  margin: 0;
}
.product-other_instagram {
  max-width: 32px;
}

.product-pressmedia {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .product-pressmedia {
    padding: 60px 0;
  }
}
.product-pressmedia_inr {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
}
.product-pressmedia_news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .product-pressmedia_news {
    grid-template-columns: repeat(1, 1fr);
  }
}

.salon-back {
  background-color: #fafafa;
}
.salon-back .breadcrumb {
  padding-top: 12px;
  margin: 0 0 12px 80px;
}

.salon-head {
  text-align: center;
  padding: 40px 0 64px;
}
.salon-head_inr {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
}
.salon-head p {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 22px;
  letter-spacing: 2.2px;
  color: #2E2E2E;
}
.salon-head p span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.9px;
  margin: 8px 0 32px;
  color: #545454;
}
@media (max-width: 767px) {
  .salon-head p span {
    font-size: min(3.7333333333vw, 16px);
  }
}
.salon-head img {
  display: block;
  margin: 0 auto 16px;
  max-width: 480px;
}
@media (max-width: 767px) {
  .salon-head img {
    width: 80vw;
    max-width: 420px;
  }
}
.salon-head small {
  font-size: 15px;
  color: #777;
}

.salon-concept {
  padding: 64px 0 60px;
}
@media (max-width: 767px) {
  .salon-concept {
    padding: 32px 0 0;
  }
}
.salon-concept_left {
  position: relative;
  padding: 40px 40px 40px 0;
  z-index: 2;
}
.salon-concept_left::before {
  content: "";
  background-color: #F5EDE3;
  width: 53.82%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .salon-concept_left::before {
    width: 90%;
  }
}
.salon-concept_left--inr {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
}
.salon-concept_left--block {
  width: 52.69%;
}
@media (max-width: 767px) {
  .salon-concept_left--block {
    width: 100%;
  }
}
.salon-concept_left--block img {
  width: 83.01%;
}
.salon-concept_left--block p {
  font-size: 40px;
  line-height: 200%;
  letter-spacing: 1.6px;
  font-family: "yu-mincho-pr6n", sans-serif;
}
@media (max-width: 1023px) {
  .salon-concept_left--block p {
    font-size: min(3.6505867014vw, 36px);
  }
}
@media (max-width: 767px) {
  .salon-concept_left--block p {
    font-size: min(5.8666666667vw, 32px);
  }
}
.salon-concept_right {
  position: relative;
  padding: 80px 0 80px 40px;
  margin-top: -324px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .salon-concept_right {
    margin-top: -260px;
  }
}
@media (max-width: 767px) {
  .salon-concept_right {
    margin-top: -50px;
    padding: 80px 0 80px 12%;
  }
}
.salon-concept_right::before {
  content: "";
  background-image: url(../../assets/images/salon/concept-back.jpg);
  width: 53.82%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .salon-concept_right::before {
    width: 90%;
  }
}
.salon-concept_right--inr {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
}
.salon-concept_right--block {
  width: 39.08%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .salon-concept_right--block {
    width: 100%;
  }
}
.salon-concept_right--block p {
  font-size: 15px;
  line-height: 200%;
}

.salon-declaration {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  padding: 60px 0 80px;
}
.salon-declaration_wrapper {
  gap: 24px;
}
@media (max-width: 1023px) {
  .salon-declaration_wrapper {
    flex-direction: column;
  }
}
.salon-declaration_img {
  width: 48.39%;
}
@media (max-width: 1023px) {
  .salon-declaration_img {
    width: 100%;
    max-width: 375px;
  }
}
.salon-declaration_text {
  width: 49.33%;
}
@media (max-width: 1023px) {
  .salon-declaration_text {
    width: 100%;
  }
}
.salon-declaration_text--inr {
  padding-left: 24px;
  border-left: 1px solid #f4eee2;
}
.salon-declaration_text h2 {
  font-size: 28px;
  font-weight: 600;
  font-family: "yu-mincho-pr6n", sans-serif;
}
@media (max-width: 767px) {
  .salon-declaration_text h2 {
    font-size: min(5.3333333333vw, 26px);
  }
}
.salon-declaration_text span {
  display: block;
  color: #8d8d8d;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 32px;
}
.salon-declaration_text p {
  font-size: 15px;
  line-height: 200%;
}
.salon-declaration_text p:nth-child(3), .salon-declaration_text p:nth-child(4) {
  margin-bottom: 16px;
}

.salon-list {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
}
.salon-list .titile-page {
  margin-bottom: 0;
  padding-bottom: 56px;
  border-bottom: 1px solid #EBE5D9;
}
.salon-list_wrapper {
  gap: 40px;
  align-items: start !important;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .salon-list_wrapper {
    gap: 16px;
    flex-direction: column;
    align-items: center !important;
  }
}
.salon-list_wrapper:nth-child(2) {
  border-bottom: 1px solid #EBE5D9;
}
.salon-list_img {
  width: 38.46%;
}
@media (max-width: 767px) {
  .salon-list_img {
    width: 100%;
    max-width: 400px;
  }
}
.salon-list_inr {
  width: 54.71%;
}
@media (max-width: 767px) {
  .salon-list_inr {
    width: 100%;
  }
}
.salon-list_ttl {
  font-size: 18px;
  font-weight: 700;
  gap: 8px;
  margin-bottom: 12px;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .salon-list_ttl {
    flex-flow: column-reverse;
    gap: 4px;
  }
}
.salon-list_ttl--label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22px;
  background-color: #545454;
  border-radius: 2px;
  color: #fff;
  padding: 1px 8px;
  white-space: nowrap;
  transform: translateY(3px);
}
.salon-list_text {
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0.26px;
  margin-bottom: 12px;
}
.salon-list_info {
  margin-bottom: 20px;
}
.salon-list_info--block {
  margin-bottom: 4px;
}
.salon-list_info--block dt {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  width: 20%;
  min-width: 74px;
  white-space: nowrap;
  gap: 2px;
  padding-right: 8px;
  position: relative;
}
@media (max-width: 1023px) {
  .salon-list_info--block dt {
    width: 25%;
  }
}
.salon-list_info--block dt::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #AFAFAF;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.salon-list_info--block dt img {
  width: 14px;
}
.salon-list_info--block dd {
  font-size: 14px;
  width: 80%;
  padding-left: 8px;
}
@media (max-width: 1023px) {
  .salon-list_info--block dd {
    width: 75%;
  }
}
.salon-list_btn {
  width: 100%;
  justify-content: left;
  gap: 16px;
}
@media (max-width: 767px) {
  .salon-list_btn {
    flex-flow: column;
  }
}
.salon-list_btn .btn-main {
  margin: 0;
}

.salon-store {
  padding: 0 0 80px;
}
.salon-store_title {
  text-align: center;
}
.salon-store_title h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.6px;
  padding-bottom: 16px;
}
.salon-store_title span {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 2px;
  background-color: #c9a66b;
}
.salon-store_all {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .salon-store_all {
    padding: 40px 0 0;
  }
}
.salon-store_all .salon-store_label {
  position: static;
}
.salon-store_main {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .salon-store_main {
    display: none;
  }
}
.salon-store_mainSp {
  display: none;
}
@media (max-width: 767px) {
  .salon-store_mainSp {
    display: block;
    text-align: center;
    padding: 0 16px;
  }
}
.salon-store_mainSp--wrapper {
  max-width: 400px;
  margin: 12px auto 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
}
.salon-store_mainSp p {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 24px;
}
.salon-store_label {
  display: inline-block;
  font-size: 17px;
  color: #cb7b67;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.36px;
  padding: 6.981px 18.615px;
  border-radius: 4px;
  border: 1.163px solid #cb7b67;
  background: #faf3f1;
  box-shadow: 0 0 9.308px 0 rgba(81, 61, 51, 0.16);
  position: absolute;
}
.salon-store_labelSp {
  font-size: 17px;
  color: #cb7b67;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.28px;
  padding: 14px 8px;
  border-radius: 4px;
  border: 1.2px solid #cb7b67;
  background: #faf3f1;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.salon-store_labelSp--kyushu-okinawa {
  max-width: 245px;
  margin: 0 auto;
}
.salon-store_hokkaido {
  top: 82px;
  right: 265px;
}
.salon-store_hokushinetsu {
  top: 270px;
  right: 342px;
}
.salon-store_tohoku {
  top: 278px;
  right: 144px;
}
.salon-store_kanto {
  bottom: 164px;
  right: 196px;
}
.salon-store_tokai {
  bottom: 117px;
  right: 254px;
}
.salon-store_kansai {
  bottom: 98px;
  right: 342px;
}
.salon-store_shikoku {
  bottom: 76px;
  right: 442px;
}
.salon-store_china {
  bottom: 224px;
  left: 282px;
}
.salon-store_kyushu-okinawa {
  bottom: 185px;
  left: 90px;
}
.salon-store_btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 586px;
  gap: 40px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .salon-store_btn {
    margin: 24px auto 0;
    gap: 12px;
    flex-direction: column;
    max-width: 273px;
  }
}
.salon-store_btn .btn-main {
  width: 100%;
}

.salon-professionals {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  padding: 80px 0;
  border-top: 1px solid #E8DBC7;
}
.salon-professionals_inr {
  padding: 40px;
  background-color: #F9F7F6;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .salon-professionals_inr {
    padding: 32px 16px;
  }
}
.salon-professionals_inr::before {
  content: "";
  width: 98%;
  height: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #E8DBC7;
  z-index: -1;
}
@media (max-width: 767px) {
  .salon-professionals_inr::before {
    height: 99%;
  }
}
.salon-professionals_wrapper {
  gap: 56px;
  justify-content: center;
  align-items: start !important;
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .salon-professionals_wrapper {
    flex-direction: column-reverse;
    align-items: center !important;
    margin-top: 16px;
    gap: 16px;
  }
}
.salon-professionals_info {
  width: 57.31%;
  text-align: left;
}
@media (max-width: 1023px) {
  .salon-professionals_info {
    width: 100%;
  }
}
.salon-professionals_info h3 {
  font-size: 28px;
  font-weight: 500;
  font-family: "yu-mincho-pr6n", sans-serif;
  line-height: 170%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .salon-professionals_info h3 {
    font-size: min(4.8vw, 26px);
    margin-bottom: 8px;
  }
}
.salon-professionals_info p {
  font-size: 15px;
  line-height: 200%;
}
.salon-professionals_info p:nth-child(2) {
  color: #B7945A;
  font-weight: 600;
  letter-spacing: 0.16px;
}
.salon-professionals_info p:nth-child(3) {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .salon-professionals_info p:nth-child(3) {
    margin-bottom: 16px;
  }
}
.salon-professionals_img {
  width: 28.46%;
  max-width: 296px;
}
@media (max-width: 1023px) {
  .salon-professionals_img {
    width: 100%;
  }
}
.salon-professionals_btn {
  width: 100%;
  max-width: 596px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (max-width: 767px) {
  .salon-professionals_btn {
    grid-template-columns: repeat(1, 1fr);
  }
}

.salon-faq {
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  .salon-faq {
    padding: 60px 0 80px;
  }
}
.salon-faq_wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}

.faq {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .faq {
    margin: 0 auto;
    padding: 80px 0;
  }
}
.faq-inr {
  gap: 40px;
}
.faq h3 {
  font-size: 24px;
  padding-left: 12px;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .faq h3 {
    font-size: 20px;
    padding-left: 10px;
  }
}
.faq h3::before {
  content: "";
  width: 5px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .faq h3::before {
    width: 4px;
    height: 20px;
  }
}
.faq-item {
  width: 100%;
  padding: 32px 24px;
  border-bottom: 1px solid #F5EDE3;
}
@media (max-width: 767px) {
  .faq-item {
    padding: 0;
  }
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item:first-child {
  border-top: 1px solid #F5EDE3;
}
.faq-question {
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.54px;
  align-items: start !important;
  gap: 5px;
}
@media (max-width: 767px) {
  .faq-question {
    gap: 6px;
    padding: 16px 0;
  }
}
.faq-question .q-icon {
  font-size: 16px;
  color: #B7945A;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  width: 19px;
}
@media (max-width: 767px) {
  .faq-question .q-icon {
    width: 16px;
  }
}
.faq-question .toggle-icon {
  position: relative;
  margin-left: auto;
  display: inline-block;
  padding-left: 30px;
  margin-top: 10px;
}
.faq-question .toggle-icon .bar {
  position: absolute;
  transition: opacity 0.3s ease;
  background: #7e7e7e;
}
.faq-question .toggle-icon .horizontal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
}
.faq-question .toggle-icon .vertical {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
}
.faq-question .toggle-icon.minus .vertical {
  opacity: 0;
}
.faq-answer {
  display: none;
  padding: 0 0 32px 21px;
}
.faq-answer p {
  font-size: 15px;
  padding-top: 20px;
  line-height: 200%;
  letter-spacing: 0.42px;
}
@media (max-width: 1023px) {
  .faq-answer p {
    padding-top: 0;
  }
}
.faq-answer p a {
  text-decoration: underline;
}
.faq-answer .bold {
  font-weight: 500;
}
.faq-answer_inr {
  width: 100%;
  align-items: start !important;
  gap: 4px;
}
.faq-answer_inr--block__list {
  gap: 80px;
  align-items: start !important;
}
.faq-answer_inr--block__list ul li:first-child {
  font-weight: 700;
}
.faq-answer img {
  width: 16px;
}
@media (max-width: 767px) {
  .faq-answer img {
    width: 14px;
    transform: translateY(6px);
  }
}
.faq-answer.active {
  display: block;
}
.faq-answer_spec .faq-answer_inr {
  align-items: start !important;
}
.faq-answer_spec .faq-answer_inr strong {
  display: block;
  margin: 20px 0 12px;
}

.mv-template {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.96px;
  color: #2E2E2E;
  text-align: center;
  padding: 56px 0 40px;
  border-bottom: 1px solid #EBE5D9;
}
.mv-template span {
  display: block;
  font-size: 40px;
  color: #CFB18A;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.6px;
}

.mv-page {
  width: 100%;
  height: 100%;
  aspect-ratio: 180/61;
  position: relative;
  background-size: cover;
}
@media (max-width: 767px) {
  .mv-page {
    aspect-ratio: 25/28;
  }
}
.mv-page_top {
  background-image: url(../../assets/images/mv/mv-top.jpg);
  aspect-ratio: 360/167;
}
@media (max-width: 767px) {
  .mv-page_top {
    background-image: url(../../assets/images/mv/mv-top-sp.jpg);
    aspect-ratio: 375/446;
  }
}
.mv-page_top h1 {
  font-size: clamp(30px, 2.22vw, 2.22vw);
  color: #2E2E2E !important;
  font-weight: 600;
  line-height: 200%;
  position: absolute;
  top: 60%;
  left: 12%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .mv-page_top h1 {
    font-size: min(3.259452412vw, 32px);
  }
}
@media (max-width: 767px) {
  .mv-page_top h1 {
    top: 78%;
    left: 4%;
    font-size: min(6.4vw, 28px);
    font-weight: 500;
    line-height: 180%;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
  }
}
.mv-page_salon {
  background-image: url(../../assets/images/mv/mv-salon.jpg);
}
@media (max-width: 767px) {
  .mv-page_salon {
    background-image: url(../../assets/images/mv/mv-salon-sp.jpg);
  }
}
.mv-page_column {
  background-image: url(../../assets/images/mv/mv-column.jpg);
}
@media (max-width: 767px) {
  .mv-page_column {
    background-image: url(../../assets/images/mv/mv-column-sp.jpg);
  }
}
.mv-page_column .mv-page_text {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 767px) {
  .mv-page_column .mv-page_text {
    top: 30% !important;
  }
}
.mv-page_column .mv-page_text p {
  color: #955447;
  font-size: 24px;
  letter-spacing: 2.4px;
  font-weight: 400;
  margin-bottom: 48px;
  text-shadow: none;
}
@media (max-width: 1023px) {
  .mv-page_column .mv-page_text p {
    margin-bottom: 24px;
    font-size: min(2.8683181226vw, 24px);
  }
}
@media (max-width: 767px) {
  .mv-page_column .mv-page_text p {
    margin-bottom: 24px;
    font-size: min(4.8vw, 22px);
  }
}
.mv-page_column .mv-page_text p span {
  display: block;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 4.32px;
  background: linear-gradient(90deg, #a85e50 0%, #c98774 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  .mv-page_column .mv-page_text p span {
    font-size: min(3.3898305085vw, 32px);
  }
}
@media (max-width: 767px) {
  .mv-page_column .mv-page_text p span {
    font-size: min(7.2vw, 32px);
    letter-spacing: 2.7px;
  }
}
.mv-page_column .mv-page_text h1 {
  color: #6E6E6E;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .mv-page_column .mv-page_text h1 {
    font-size: min(3.7333333333vw, 15px);
  }
}
.mv-page_column .mv-page_text h1 span {
  color: #2E2E2E;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 3.8px;
}
@media (max-width: 1023px) {
  .mv-page_column .mv-page_text h1 span {
    font-size: min(4.1720990874vw, 38px);
  }
}
@media (max-width: 767px) {
  .mv-page_column .mv-page_text h1 span {
    font-size: min(6.9333333333vw, 38px);
    letter-spacing: 2.6px;
  }
}
.mv-page_news {
  background-image: url(../../assets/images/mv/mv-news.jpg);
}
@media (max-width: 767px) {
  .mv-page_news {
    background-position: 57%;
  }
}
.mv-page_news h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translateY(-50%);
  letter-spacing: 0.32px;
  font-weight: 400;
}
@media (max-width: 767px) and (max-width: 767px) {
  .mv-page_news h1 {
    top: 40%;
    left: 10%;
    font-size: min(3.2vw, 16px);
    letter-spacing: 1.4px;
  }
}
.mv-page_news h1 span {
  display: block;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 6.4px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .mv-page_news h1 span {
    font-size: min(10.1333333333vw, 64px);
  }
}
.mv-page_product {
  background-image: url(../../assets/images/mv/mv-product.jpg);
  background-position: 38% 0%;
}
.mv-page_product h1 {
  top: auto;
  bottom: 3%;
  left: 8%;
  color: #6E6E6E;
}
.mv-page_product h1 span {
  color: #2E2E2E;
}
.mv-page_theory {
  background-image: url(../../assets/images/mv/mv-theory.jpg);
}
@media (max-width: 767px) {
  .mv-page_theory {
    background-position: center;
  }
}
.mv-page_theory .mv-page_text {
  top: 44%;
  right: 10%;
}
@media (max-width: 1279px) {
  .mv-page_theory .mv-page_text {
    top: 11vw;
  }
}
@media (max-width: 1023px) {
  .mv-page_theory .mv-page_text {
    top: 8vw;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.mv-page_theory h1 {
  font-size: 18px;
  line-height: 120%;
  text-shadow: 0 0 20px #934f39;
}
@media (max-width: 767px) {
  .mv-page_theory h1 {
    font-size: 16px;
  }
}
.mv-page_theory h1 span {
  line-height: 120%;
  font-size: 48px;
  text-shadow: 0 0 20px #934f39;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mv-page_theory h1 span {
    font-size: min(10.1333333333vw, 42px);
  }
}
.mv-page_partner {
  background-image: url(../../assets/images/mv/mv-partner.jpg);
}
.mv-page_partner .mv-page_text {
  color: #2E2E2E;
  top: 50%;
  right: 12%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .mv-page_partner .mv-page_text {
    transform: none;
    right: auto;
  }
}
.mv-page_partner .mv-page_text h1 {
  text-align: left;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .mv-page_partner .mv-page_text h1 {
    font-size: 34px;
  }
}
.mv-page_partner .mv-page_text h1 span {
  font-size: 16px;
  letter-spacing: 0.32px;
}
@media (max-width: 767px) {
  .mv-page_partner .mv-page_text h1 span {
    font-size: 14px;
  }
}
.mv-page_company {
  background-image: url(../../assets/images/mv/mv-company.jpg);
}
.mv-page_company .mv-page_text {
  color: #fff;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .mv-page_company .mv-page_text {
    transform: none;
    left: 50%;
  }
}
.mv-page_company .mv-page_text h1 {
  text-align: left;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .mv-page_company .mv-page_text h1 {
    font-size: 34px;
  }
}
.mv-page_company .mv-page_text h1 span {
  font-size: 16px;
  letter-spacing: 0.32px;
}
@media (max-width: 767px) {
  .mv-page_company .mv-page_text h1 span {
    font-size: 14px;
  }
}
.mv-page_text {
  white-space: nowrap;
  width: fit-content;
  position: absolute;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .mv-page_text {
    bottom: auto !important;
    top: 40% !important;
    left: 10% !important;
    right: auto !important;
    transform: translateY(-50%) !important;
  }
}
.mv-page_text p {
  font-size: 24px;
  font-family: "yu-mincho-pr6n", sans-serif;
  text-shadow: 0 0 16px #934f39;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .mv-page_text p {
    font-size: min(4.8vw, 22px);
    margin-bottom: 12px;
  }
}
.mv-page h1 {
  font-weight: 600;
  font-family: "yu-mincho-pr6n", sans-serif;
}
.mv-page h1 span {
  display: block;
}

.mv-contact {
  margin-top: 100px;
  margin-bottom: 64px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.94px;
}
.mv-contact span {
  display: block;
  font-size: 40px;
  color: #CFB18A;
  letter-spacing: 1.6px;
  margin-bottom: 4px;
}
.mv-contact_line {
  border-bottom: 1px solid #EBE5D9;
  padding-bottom: 40px;
}

.form-group {
  margin-bottom: 24px;
}
.form-group .wpcf7-form-control-wrap {
  width: 100%;
}
.form-group .wpcf7-list-item {
  margin: 0;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 18px 16px;
  border: 1px solid #ebe5d9;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .form-group input,
  .form-group textarea {
    padding: 12px;
  }
}
.form-group textarea {
  width: 100%;
  height: 360px;
  resize: vertical;
  resize: none;
}
.form-group_btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.form-group small {
  font-size: 14px;
  margin-left: 8px;
}

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

.required {
  display: inline-block;
  background-color: #c96e6b;
  color: #fff;
  font-size: 13px;
  padding: 4px 8px;
  margin-left: 4px;
  line-height: 1;
}

.form-note {
  width: fit-content;
  justify-content: center;
  text-align: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .form-note {
    font-size: 15px;
  }
}
.form-note p:last-child {
  margin-bottom: 40px;
}
.form-note a {
  color: #038cfd;
  border-bottom: 1px solid #038cfd;
}

input[type=submit] {
  width: 320px;
  height: 67px;
  background: #545454;
  border: 1px solid #545454;
  box-shadow: 0 0 8px 0 rgba(26, 40, 26, 0.1);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
  transition: all 0.4s;
}
input[type=submit]:hover {
  color: #545454;
  background: #fff;
}

.wpcf7-spinner {
  display: none;
}

select {
  font-size: 14px;
  min-width: 236px;
  padding: 11px 36px 11px 12px;
  background-color: #fff;
  border-radius: 4px;
}

.form-group_select {
  width: fit-content;
  position: relative;
}
.form-group_select::before {
  content: "";
  background-image: url(../../assets/images/cmn/arrow-bottom-back.svg);
  background-size: 100% 100%;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 23;
}

.confirm-main {
  width: min(100% - 32px, 928px);
  margin: 0 auto 80px;
  padding: 64px 80px;
  background-color: #f9f7f6;
}

.confirm-title {
  margin-bottom: 40px;
}
.confirm-text {
  color: #545454;
  line-height: 1.6;
}

.contact-confirm .confirm-group {
  padding-bottom: 12px;
  border-bottom: 1px solid #ebe5d9;
  margin-bottom: 24px;
}
.contact-confirm label {
  display: block;
  font-size: 15px;
  color: #2e2e2e;
  margin-bottom: 16px;
}

.confirm-group_btn {
  justify-content: center;
  gap: 40px;
  margin-top: 40px !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.confirm-group_btn .wpcf7-previous, .confirm-group_btn .cf7msm-multistep {
  display: block !important;
  width: 320px;
  height: 67px;
  background: #fff;
  border: 1px solid #545454;
  box-shadow: 0 0 8px 0 rgba(26, 40, 26, 0.1);
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
  transition: all 0.4s;
}
.confirm-group_btn .wpcf7-previous:hover, .confirm-group_btn .cf7msm-multistep:hover {
  color: #fff;
  background: #545454;
}
.confirm-group_btn .cf7msm-multistep {
  display: block !important;
}

.breadcrumb {
  gap: 12px;
  font-size: 12px;
  color: #B7945A;
  margin: 12px 0 12px 80px;
}
@media (max-width: 1023px) {
  .breadcrumb {
    margin: 12px 0 12px 22px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none !important;
  }
}
.breadcrumb .current-item {
  color: #545454;
}
.breadcrumb span[property=itemListElement]::after {
  content: "";
  display: inline-block;
  width: 0.8px;
  height: 8px;
  background-color: #EBE5D9;
  margin-left: 12px;
}
.breadcrumb span[property=itemListElement]:last-child::after {
  content: none;
}

.archive-nav {
  padding-bottom: 40px;
  border-bottom: 1px solid #EBE5D9;
}
.archive-nav_news {
  margin: 56px 0 40px;
}
@media (max-width: 767px) {
  .archive-nav_news {
    margin: 40px 0;
  }
}
.archive-nav ul {
  width: fit-content;
  margin: 0 auto;
  flex-wrap: wrap;
}
.archive-nav ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #2E2E2E;
  letter-spacing: 1.12px;
  line-height: 120%;
  padding: 10px 24px;
  position: relative;
}
.archive-nav ul li a::before {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #f3efe9;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.archive-nav ul li:last-child a:before {
  content: none;
}
.archive-nav ul li .active {
  color: #C9A66B;
  font-weight: 700;
}

.card-column a {
  width: 100%;
}
.card-column_img {
  width: 100%;
  height: auto;
  aspect-ratio: 149/78;
  margin-bottom: 8px;
  object-fit: cover;
}
.card-column h2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
  margin-bottom: 7.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.card-column_info {
  gap: 4px;
}
.card-column_category {
  padding: 4px 8px;
  background-color: #F9F7F6;
  font-size: 13px;
  font-weight: 500;
  color: #B7945A;
  line-height: 120%;
}
.card-column_data {
  font-size: 13px;
  color: #AFAFAF;
  font-family: "Inter", sans-serif;
}

.card-news {
  padding-bottom: 12px;
  border-bottom: 1px solid #F3EFE9;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .card-news {
    width: 100%;
  }
}
.card-news a {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-news_info {
  gap: 4px;
  margin-bottom: 6px;
}
.card-news_category {
  font-size: 13px;
  color: #B7945A;
  font-weight: 500;
  line-height: 120%;
  padding: 4px 8px;
  background-color: #F9F7F6;
}
.card-news_data {
  font-size: 13px;
  font-family: "Inter", sans-serif;
  color: #AFAFAF;
  transform: translateY(2px);
}
.card-news h2 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.card-news_arrow {
  display: block;
  width: 16px;
  margin: auto auto 0;
}

.pagination {
  justify-content: center;
  margin-bottom: 64px;
}
.pagination .page-numbers {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  padding: 10px;
}
.pagination .current {
  color: #B7945A;
  font-weight: 600;
}
.pagination .next, .pagination .prev {
  padding: 0 16px !important;
  line-height: 1;
  font-size: 10px;
}

#rtoc-mokuji-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 40px;
  margin: 0 auto 48px;
}
@media (max-width: 767px) {
  #rtoc-mokuji-wrapper {
    padding: 32px 20px;
  }
}
#rtoc-mokuji-wrapper #rtoc-mokuji-title {
  padding: 0 0 8px 30px;
}
#rtoc-mokuji-wrapper #rtoc-mokuji-title span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
}
#rtoc-mokuji-wrapper .level-1 {
  margin: 0;
}
#rtoc-mokuji-wrapper .level-1 .rtoc-item {
  margin: 0;
}
#rtoc-mokuji-wrapper .level-1 .rtoc-item a {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  #rtoc-mokuji-wrapper .level-1 .rtoc-item a {
    font-size: 15px;
  }
}
#rtoc-mokuji-wrapper .level-2 {
  padding-left: 0;
  padding-bottom: 4px;
  position: relative;
  padding-left: 9px;
}
#rtoc-mokuji-wrapper .level-2::before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: #aa9776;
  position: absolute;
  top: 46%;
  left: 2px;
  transform: translateY(-50%);
}
#rtoc-mokuji-wrapper .level-2 li {
  padding-top: 4px;
}
#rtoc-mokuji-wrapper .level-2 .rtoc-item a {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #rtoc-mokuji-wrapper .level-2 .rtoc-item a {
    font-size: 13px;
  }
}

#rtoc-mokuji-wrapper .rtoc-mokuji.level-1 {
  margin: 0 !important;
}

.rtoc-mokuji-content .rtoc-mokuji.level-3 {
  padding-left: 0 !important;
}

.rtoc-mokuji-content .mokuji_ul > .rtoc-item::before {
  width: 4px !important;
  height: 4px !important;
}
.rtoc-mokuji-content .mokuji_ul.level-1 > .rtoc-item::before {
  background-color: #F9F7F6;
}
.rtoc-mokuji-content #rtoc-mokuji-title.rtoc_left {
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
}
.rtoc-mokuji-content #rtoc-mokuji-title.rtoc_left::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background-image: url(../../assets/images/cmn/rtoc.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px !important;
  height: 11px !important;
}
.rtoc-mokuji-content #rtoc-mokuji-title.rtoc_left .rtoc_open_close {
  height: auto;
  background-color: transparent !important;
  font-size: 16px !important;
  line-height: 1.2;
  font-weight: 500;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  margin-top: 2px;
  border: 1px solid #AFAFAF;
  border-radius: 4px;
  color: #aa9776 !important;
}

#rtoc_return {
  display: none !important;
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.title-page {
  text-align: center;
  margin: 0 auto 64px;
}
@media (max-width: 767px) {
  .title-page {
    margin: 0 auto 40px;
  }
}
.title-page span {
  font-size: 40px;
  font-weight: 500;
  color: #B7945A;
  letter-spacing: 1.6px;
  line-height: 120%;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .title-page span {
    font-size: min(9.6vw, 40px);
  }
}
.title-page h2 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 120%;
  color: #2E2E2E;
}
.title-page_column {
  margin: 64px auto !important;
}

.btn-thanks {
  width: 320px;
  height: 67px;
  font-weight: 700;
  letter-spacing: 1.6px;
  border-radius: 4px;
  border: 1px solid #545454;
  box-shadow: 0 0 8px 0 rgba(26, 40, 26, 0.1);
  justify-content: center;
  margin: 0 auto;
}

.btn-single {
  margin: 64px auto 0;
  width: 192px;
  height: 40px;
  justify-content: space-between;
  padding: 0 24px 0 16px;
  border: 1px solid #B7945A;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 500;
  color: #B7945A;
  line-height: 120%;
}
.btn-single:hover img {
  transform: translateX(-3px);
}
.btn-single img {
  width: 16px;
  transition: all 0.2s;
}

.btn-headerShop {
  min-width: 134px;
  height: 29px;
  justify-content: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.2px;
  line-height: 120%;
  font-family: "Inter", sans-serif;
  background-color: #cab38a;
  border-radius: 2px;
  border: 0.5px solid #fff;
  padding: 6px 10px;
  margin: 0 8px 0 16px;
}
@media (max-width: 1279px) {
  .btn-headerShop {
    max-width: 300px;
    height: 50px;
    font-size: 14px;
    margin: 22px 0 16px;
  }
}
@media (max-width: 767px) {
  .btn-headerShop {
    margin: 22px auto 16px;
  }
}
.btn-headerShop img {
  width: 16px;
}

.btn-headerContact {
  min-width: 134px;
  height: 29px;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  gap: 4px;
  color: #C9A66B;
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 2px;
}
@media (max-width: 1279px) {
  .btn-headerContact {
    font-size: 15px;
    max-width: 300px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .btn-headerContact {
    margin: 0 auto;
  }
}
.btn-headerContact img {
  width: 16px;
}

.btn-main {
  width: 240px;
  font-size: 15px;
  color: #CFB18A;
  font-weight: 500;
  line-height: 120%;
  justify-content: space-between;
  padding: 12px 12px 12px 20px;
  border-radius: 40px;
  border: 1px solid #CFB18A;
  margin: auto auto 0;
}
.btn-main_arrow {
  width: 16px;
  height: 16px;
  position: relative;
  overflow: visible;
}
.btn-main_arrow .arrow {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.btn-main_arrow .arrow-1 {
  opacity: 1;
}
.btn-main_arrow .arrow-2 {
  opacity: 0;
}
.btn-main_arrow:not(.btn-main_arrow--right) .arrow-2 {
  transform: translate(-10px, 10px);
}
.btn-main_arrow.btn-main_arrow--right .arrow-2 {
  transform: translate(-10px, 0);
}
.btn-main:hover .btn-main_arrow:not(.btn-main_arrow--right) .arrow-1 {
  animation: arrow1-diagonal 0.35s forwards ease;
}
.btn-main:hover .btn-main_arrow:not(.btn-main_arrow--right) .arrow-2 {
  animation: arrow2-diagonal 0.35s forwards ease;
}
.btn-main:hover .btn-main_arrow--right .arrow-1 {
  animation: arrow1-right 0.35s forwards ease;
}
.btn-main:hover .btn-main_arrow--right .arrow-2 {
  animation: arrow2-right 0.35s forwards ease;
}

@keyframes arrow1-diagonal {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(10px, -10px);
    opacity: 0;
  }
}
@keyframes arrow2-diagonal {
  0% {
    transform: translate(-10px, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes arrow1-right {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(10px, 0);
    opacity: 0;
  }
}
@keyframes arrow2-right {
  0% {
    transform: translate(-10px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.btn-professionals01 {
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #CFB18A;
  padding: 10px 12px 10px 20px;
  height: 48px;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  color: #B7945A;
  gap: 12px;
  justify-content: center;
}
.btn-professionals01 img {
  width: 22px;
}

.btn-professionals02 {
  background-color: #C9A66B;
  border: 1px solid #C9A66B;
  padding: 12px 12px 12px 20px;
  border-radius: 40px;
  height: 48px;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  gap: 8px;
  justify-content: center;
}
.btn-professionals02 img {
  width: 16px;
}

.container {
  width: min(100% - 32px, 1170px);
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */