@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Hind:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.5625vw;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #626466;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 2.4rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

body.en {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  word-break: break-word;
}

body.en div,
body.en p {
  word-break: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

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

p + p {
  margin: 1em 0 0 0;
}

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

.text-bold {
  font-weight: 700;
}

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

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

.c-white {
  color: #fff;
}

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

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 113rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 4rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.txt_center {
  text-align: center !important;
}

.anin-img {
  overflow: hidden;
}

.anin-img img {
  opacity: 0;
}

.anin-img.is-act img {
  -webkit-animation-name: zoomAnime;
  animation-name: zoomAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.js-view {
  opacity: 0;
}

.js-view.is-act {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes zoomAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes zoomAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

.parallax {
  position: relative;
}

.parallax img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  will-change: transform;
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

._date {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  font-family: "Work Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  ._date {
    font-size: 2.4rem;
  }
}

._cate {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: "Work Sans", sans-serif;
  width: 12rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dcdada;
  border: 0.1rem solid #626466;
  border-radius: 2rem;
}

@media screen and (max-width: 768px) {
  ._cate {
    font-size: 2.1rem;
    width: 18rem;
    height: 3rem;
  }
}

.p-contents {
  background-color: #fcfbfb;
  padding: 12rem 0;
}

#loading {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#loading.hide {
  opacity: 0;
  visibility: hidden;
}

#loading img {
  display: none;
}

#loading.top {
  background: url(../img/common/loading_bg.png) left top no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#loading.top img {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  width: 164px;
  height: 149px;
  opacity: 0;
  display: block;
}

#loading.top.active img {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #loading.top {
    background: url(../img/common/loading_bg_sp.png) left top no-repeat;
    background-size: cover;
  }
}

/* disable scroll khi loading */
/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 3rem 8rem;
  background-color: #bab5b4;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 2.6rem 4rem;
  }
}

.home .page-header {
  background-color: transparent;
}

.home .page-header.header-fixed {
  background-color: #bab5b4;
}

.logo {
  width: 16.7rem;
  position: relative;
  z-index: 10;
}

.logo a {
  display: block;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 18rem;
  }
}

.menu-item {
  line-height: 1;
}

.menu-item_link {
  display: inline-block;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Work Sans", sans-serif;
  color: #fff;
}

.menu-item_link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .menu-item_link {
    font-size: 3.4rem;
  }
}

.menu-item.menu-sns a {
  display: block;
  width: 2.1rem;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .menu-item.menu-sns a {
    width: 4.8rem;
  }
}

.menu-item + .menu-item {
  margin-top: 4.2rem;
}

@media screen and (max-width: 768px) {
  .menu-item + .menu-item {
    margin-top: 7.5rem;
  }
}

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  color: #fff;
  margin-left: auto;
  margin-right: 5rem;
}

@media screen and (max-width: 768px) {
  .language {
    margin-right: 2.5rem;
  }
}

.language li {
  line-height: 1;
}

.language li a, .language li span {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
}

.language li + li {
  position: relative;
  padding-left: 1.5rem;
}

.language li + li::before {
  content: '/';
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Work Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .language li + li {
    padding-left: 2rem;
  }
  .language li + li::before {
    font-size: 2.4rem;
  }
}

.g-nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 30rem;
  height: 100vh;
  overflow-y: auto;
  z-index: 9;
  background-color: rgba(57, 58, 58, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .g-nav {
    max-width: 100%;
  }
}

.g-nav.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/** footer
======================================= **/
.bg-cmn {
  width: 100%;
  height: 33rem;
  overflow: hidden;
  background: url(../img/common/img_parallax.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-cmn img {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .bg-cmn {
    height: 21rem;
  }
}

.page-footer {
  background-color: #564136;
  color: #fff;
  padding: 8rem 0;
}

.page-footer .container {
  max-width: 131rem;
}

.footer-logo {
  display: block;
  width: 17.5rem;
  margin: 0 0 10.8rem;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 26.2rem;
    margin-bottom: 19.2rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.add {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.857;
  letter-spacing: 0.07em;
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 768px) {
  .add {
    font-size: 2.1rem;
  }
}

.copyright {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.11em;
  text-align: right;
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1.8rem;
    margin-top: 8rem;
  }
}

/** header area
====================================== **/
.c-btn {
  text-align: center;
  margin: 8rem 0 0;
}

.c-btn .txt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Work Sans", sans-serif;
  position: relative;
  padding: 0 1.5rem;
}

.c-btn .txt::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 0.1rem;
  bottom: -1rem;
  background: #626466;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.c-btn .txt:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}

.c-btn .txt:hover::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

@media screen and (max-width: 768px) {
  .c-btn .txt {
    font-size: 3.5rem;
  }
}

.c-btn._white .txt {
  color: #fff;
}

.c-btn._white .txt::after {
  background: #fff;
}

.c-btn._back .txt {
  font-size: 2rem;
}

.c-btn._back .txt span {
  display: inline-block;
  position: relative;
  padding-left: 3.3rem;
}

.c-btn._back .txt span::before {
  position: absolute;
  content: '';
  width: 1.9rem;
  height: 1.1rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_back.svg) left center no-repeat;
  background-size: cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-btn._back .txt:hover span::before {
  left: -1rem;
}

@media screen and (max-width: 768px) {
  .c-btn._back .txt {
    font-size: 3.5rem;
  }
  .c-btn._back .txt span {
    padding-left: 6rem;
  }
  .c-btn._back .txt span::before {
    width: 3.3rem;
    height: 1.9rem;
  }
}

.p-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  width: 30rem;
  height: 7rem;
  border: 0.1rem solid #626466;
  color: #626466;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.55em;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  border-radius: 3.5rem;
  margin: 14rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-btn {
    font-size: 2.8rem;
    width: 48rem;
    height: 11.2rem;
    border-radius: 10rem;
  }
}

.p-btn .ico {
  display: inline-block;
}

.p-btn .ico img, .p-btn .ico svg {
  display: block;
  width: 100%;
  height: auto;
}

.p-btn .ico img path, .p-btn .ico svg path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-btn._store {
  letter-spacing: 0.05em;
}

.p-btn._store .ico {
  width: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-btn._store {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .p-btn._store .ico {
    width: 4.5rem;
  }
}

.p-btn._cta {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.p-btn._cta .ico {
  width: 2.9rem;
}

@media screen and (max-width: 768px) {
  .p-btn._cta {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .p-btn._cta .ico {
    width: 4.5rem;
  }
}

.p-btn._home {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.p-btn._home .ico {
  width: 3.1rem;
}

@media screen and (max-width: 768px) {
  .p-btn._home {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .p-btn._home .ico {
    width: 5rem;
  }
}

.p-btn._back .ico {
  width: 3.1rem;
}

@media screen and (max-width: 768px) {
  .p-btn._back {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .p-btn._back .ico {
    width: 4.5rem;
  }
}

.p-btn:hover {
  background-color: #626466;
  color: #fff;
}

.p-btn:hover .ico svg path {
  fill: #fff;
}

.heading-lv2 {
  font-size: 3.6rem;
  font-weight: 300;
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    font-size: 5.4rem;
  }
}

.key-visual {
  width: 100%;
  height: 34rem;
  position: relative;
  overflow: hidden;
  background-color: #bab5b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 5rem;
}

.key-visual .container {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .key-visual .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.key-visual .kv-ttl {
  font-size: 4.5rem;
  font-weight: 300;
  letter-spacing: 0.11em;
  line-height: 1;
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 768px) {
  .key-visual .kv-ttl {
    font-size: 6rem;
  }
}

.key-visual .kv-txt {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.09em;
  font-family: "EB Garamond", serif;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

@media screen and (max-width: 768px) {
  .key-visual .kv-txt {
    font-size: 2rem;
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .key-visual {
    height: 40.6rem;
    padding-bottom: 3.6rem;
  }
}

.pagination {
  margin: 11rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 10rem 0 0;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.page-numbers .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.19em;
  border: 0.1rem solid #626466;
  color: #626466;
  font-family: "Work Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .page-numbers .page-numbers {
    font-size: 3rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}

.page-numbers .page-numbers svg {
  display: block;
}

.page-numbers .page-numbers svg path {
  stroke: #5A3503;
}

.page-numbers .page-numbers.current, .page-numbers .page-numbers:hover {
  background-color: #dcdada;
}

.page-numbers .page-numbers.prev svg {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.page-numbers .page-numbers.next, .page-numbers .page-numbers.prev {
  border: none;
  background-color: transparent;
}

.page-numbers .page-numbers.next:hover, .page-numbers .page-numbers.prev:hover {
  border-color: transparent;
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/** header area
====================================== **/
#hambuger {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.nav-icon ul {
  position: relative;
  width: 4rem;
  height: 1.8rem;
}

@media screen and (max-width: 768px) {
  .nav-icon ul {
    height: 2.2rem;
  }
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 0.1rem;
  border-radius: 2rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 45%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 90%;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

/** home
======================================= **/
@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.main-visual {
  position: relative;
}

.main-visual .mv-ttl {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  left: 8rem;
  bottom: 4rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ttl {
    font-size: 2rem;
    left: 4rem;
    bottom: 10rem;
  }
}

.main-visual .mv-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.main-visual .mv-slider .vegas-content-scrollable,
.main-visual .mv-slider .vegas-timer {
  display: none !important;
}

.c-scroll {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3.5rem;
}

.c-scroll::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0.1rem;
  height: 5.4rem;
  top: 150%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c-scroll {
    font-size: 2rem;
  }
}

.section-concept {
  padding: 21rem 0;
  overflow: hidden;
  background-color: #dcdada;
}

@media screen and (max-width: 768px) {
  .section-concept {
    padding: 17rem 0 20rem;
  }
}

@media screen and (min-width: 769px) {
  .section-concept .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.section-concept .concept-ttl {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.09em;
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 768px) {
  .section-concept .concept-ttl {
    font-size: 6rem;
  }
}

.section-concept .concept-txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6667;
  letter-spacing: 0.05em;
  margin-top: 17rem;
}

@media screen and (max-width: 768px) {
  .section-concept .concept-txt {
    font-size: 2.4rem;
    line-height: 2.7;
    margin-top: 9rem;
  }
}

.section-concept .concept-inner {
  max-width: 56rem;
}

@media screen and (min-width: 769px) {
  .section-concept .concept-ctn {
    width: 67rem;
  }
}

@media screen and (min-width: 769px) {
  .section-concept .concept-img {
    width: 60rem;
    margin-right: -17rem;
  }
}

@media screen and (max-width: 768px) {
  .section-concept .concept-img {
    margin-top: 9rem;
    margin-right: -4rem;
  }
}

.section-collection {
  background-color: #564136;
  color: #fff;
  padding: 15rem 0 10rem;
}

@media screen and (max-width: 768px) {
  .section-collection {
    padding: 16rem 0 16rem;
  }
}

.section-collection .container {
  max-width: 131rem;
}

.section-collection .c-btn {
  margin-top: 15rem;
}

@media screen and (min-width: 769px) {
  .section-collection .collection-slr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.6rem;
    -moz-column-gap: 2.6rem;
    column-gap: 2.6rem;
  }
  .section-collection .collection-slr .collection-slr_itm:nth-child(1) img {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .section-collection .collection-slr .collection-slr_itm:nth-child(2) img {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .section-collection .collection-slr .collection-slr_itm:nth-child(3) img {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .section-collection .collection-slr .collection-slr_itm:nth-child(4) img {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
}

@media screen and (max-width: 768px) {
  .section-collection .collection-slr .collection-slr_itm {
    width: 56rem;
  }
  .section-collection .collection-slr .slick-arrow {
    background: none;
    outline: none;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
    z-index: 2;
  }
  .section-collection .collection-slr .slick-arrow.slick-prev {
    left: 1rem;
    background: url(../img/common/icon_prev.svg) left top no-repeat;
    background-size: cover;
  }
  .section-collection .collection-slr .slick-arrow.slick-next {
    right: 1rem;
    background: url(../img/common/icon_next.svg) left top no-repeat;
    background-size: cover;
  }
  .section-collection .collection-slr .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 2.6rem;
    -moz-column-gap: 2.6rem;
    column-gap: 2.6rem;
    margin-top: 1.6rem;
  }
  .section-collection .collection-slr .slick-dots li {
    overflow: hidden;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: #bab5b4;
  }
  .section-collection .collection-slr .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
  }
  .section-collection .collection-slr .slick-dots li.slick-active {
    background-color: #626466;
  }
}

.section-collection .collection-article .heading-lv2 {
  line-height: 1.83;
}

@media screen and (max-width: 768px) {
  .section-collection .collection-article .heading-lv2 {
    line-height: 1.74;
  }
}

.section-collection .collection-article .collection-article_head {
  padding: 0 9rem 1.5rem 9rem;
  border-bottom: 0.1rem solid #fff;
  margin-bottom: 6rem;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .section-collection .collection-article .collection-article_head {
    font-size: 3rem;
    padding: 0 0 1.5rem 0;
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .section-collection .collection-article .collection-article_wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

@media screen and (min-width: 769px) {
  .section-collection .collection-article .collection-article_wpr .collection-article_ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 9rem;
    margin-bottom: 9rem;
  }
  .section-collection .collection-article .collection-article_wpr .collection-article_ctn p {
    font-size: 1.5rem;
    line-height: 2.6667;
    letter-spacing: 0.05em;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .section-collection .collection-article .collection-article_wpr .collection-article_ctn {
    margin-top: 12rem;
  }
  .section-collection .collection-article .collection-article_wpr .collection-article_ctn p {
    font-size: 2.4rem;
    line-height: 2.7;
    letter-spacing: 0.05em;
    margin-top: 12rem;
  }
}

@media screen and (min-width: 769px) {
  .section-collection .collection-article .collection-article_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-collection .collection-article .collection-article_row .collection-article_img {
    width: 62.6rem;
  }
  .section-collection .collection-article .collection-article_row .collection-article_ctn {
    padding: 0 9rem 0 0;
  }
}

@media screen and (max-width: 768px) {
  .section-collection .collection-article .collection-article_row .collection-article_ctn {
    margin-top: 12rem;
  }
}

@media screen and (min-width: 769px) {
  .section-collection .collection-article.collection02 .collection-article_head {
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  .section-collection .collection-article.collection03 .collection-article_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .section-collection .collection-article.collection03 .collection-article_row .collection-article_ctn {
    padding: 0 0 0 9rem;
  }
}

.section-collection .collection-article + .collection-article {
  margin-top: 18rem;
}

.section-news {
  padding: 15rem 0 11rem;
}

@media screen and (max-width: 768px) {
  .section-news {
    padding: 17rem 0;
  }
}

.section-news .heading-lv2 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .section-news .sc-news-list {
    width: 87rem;
    margin-left: auto;
  }
}

.section-news .sc-news-item {
  border-bottom: 0.1rem solid #bab5b4;
}

.section-news .sc-news-item .sc-news-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3rem;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
  padding: 3.3rem 6rem 3.3rem 0;
  position: relative;
}

.section-news .sc-news-item .sc-news-item_link::after {
  position: absolute;
  content: '';
  width: 2.7rem;
  height: 1.7rem;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_right.svg) right center no-repeat;
  background-size: cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.section-news .sc-news-item .sc-news-item_link ._date {
  width: 13rem;
  text-align: center;
}

.section-news .sc-news-item .sc-news-item_link ._title {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .section-news .sc-news-item .sc-news-item_link:hover {
    background-color: #dcdada;
  }
  .section-news .sc-news-item .sc-news-item_link:hover::after {
    right: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .section-news .sc-news-item .sc-news-item_link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 4rem 9rem 4rem 2rem;
  }
  .section-news .sc-news-item .sc-news-item_link::after {
    width: 4.2rem;
    height: 2.8rem;
    right: 1.7rem;
  }
  .section-news .sc-news-item .sc-news-item_link ._date {
    width: 50%;
    text-align: left;
  }
  .section-news .sc-news-item .sc-news-item_link ._title {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 1.5rem;
    font-size: 2.4rem;
    line-height: 1.54;
    letter-spacing: 0;
  }
}

.section-instagram {
  padding: 9rem 0;
  background-color: #bab5b4;
}

@media screen and (max-width: 768px) {
  .section-instagram {
    padding: 12rem 0 17rem;
  }
}

.section-instagram .instagram-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5rem;
}

.section-instagram .instagram-title .ico {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.section-instagram .instagram-title .ico .svg, .section-instagram .instagram-title .ico img {
  width: 3.6rem;
  height: auto;
  display: block;
}

.section-instagram .instagram-title .ico .svg .cls-1, .section-instagram .instagram-title .ico img .cls-1 {
  fill: #626466;
}

.section-instagram .instagram-title .txt {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .section-instagram .instagram-title {
    margin-bottom: 8rem;
  }
  .section-instagram .instagram-title .ico .svg, .section-instagram .instagram-title .ico img {
    width: 5.4rem;
  }
  .section-instagram .instagram-title .txt {
    font-size: 3.3rem;
  }
}

.section-instagram .instagram-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 1rem;
}

.section-instagram .instagram-item {
  width: calc(20% - 0.8rem);
}

@media screen and (max-width: 768px) {
  .section-instagram .instagram-item {
    width: calc(50% - 0.5rem);
  }
}

.section-instagram .instagram-item a {
  display: block;
  line-height: 0;
}

.section-instagram .instagram-item a img {
  width: 100%;
  height: auto;
  display: block;
}

.section-instagram .instagram-item:nth-child(1) a img {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.section-instagram .instagram-item:nth-child(2) a img {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.section-instagram .instagram-item:nth-child(3) a img {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.section-instagram .instagram-item:nth-child(4) a img {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.section-instagram .instagram-item:nth-child(5) a img {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.section-instagram .instagram-item:nth-child(6) a img {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.section-instagram .instagram-item:nth-child(7) a img {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.section-instagram .instagram-item:nth-child(8) a img {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.section-instagram .instagram-item:nth-child(9) a img {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.section-instagram .instagram-item:nth-child(10) a img {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.section-instagram .instagram-item:nth-child(11) a img {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.section-instagram .instagram-item:nth-child(12) a img {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.section-instagram .instagram-item:nth-child(13) a img {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.section-instagram .instagram-item:nth-child(14) a img {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.section-instagram .instagram-item:nth-child(15) a img {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.section-instagram .instagram-item:nth-child(16) a img {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.section-instagram .instagram-item:nth-child(17) a img {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.section-instagram .instagram-item:nth-child(18) a img {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.section-instagram .instagram-item:nth-child(19) a img {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.section-instagram .instagram-item:nth-child(20) a img {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.en .section-concept .concept-txt {
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .en .section-concept .concept-txt {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}

@media screen and (max-width: 768px) {
  .en .section-concept .concept-txt {
    line-height: 2;
  }
}

@media screen and (min-width: 769px) {
  .en .section-collection .collection-article .collection-article_wpr .collection-article_ctn p {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}

.p-about .p-about_mesage {
  padding: 20rem 0 22rem;
  background-color: #fcfbfb;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_mesage {
    padding: 16rem 0 19rem;
  }
}

.p-about .p-about_mesage .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-about .p-about_mesage .mesage-ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: 0.05em;
  margin-bottom: 13rem;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_mesage .mesage-ttl {
    font-size: 4.5rem;
    line-height: 1.7857;
    margin-bottom: 9rem;
  }
}

.p-about .p-about_mesage .mesage-txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6667;
  letter-spacing: 0.05em;
}

.p-about .p-about_mesage .mesage-txt p + p {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_mesage .mesage-txt p {
    font-size: 2.4rem;
    line-height: 2.7;
  }
  .p-about .p-about_mesage .mesage-txt p + p {
    margin-top: 7rem;
  }
}

@media screen and (min-width: 769px) {
  .p-about .p-about_mesage .mesage-ctn {
    width: 67rem;
  }
  .p-about .p-about_mesage .mesage-ctn .mesage-ctn_inner {
    max-width: 55rem;
  }
}

.p-about .p-about_mesage .message-img {
  width: 60rem;
  margin-right: -17rem;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_mesage .message-img {
    margin-top: 15rem;
    margin-right: -4rem;
  }
}

.p-about .p-about_profile {
  background-color: #564136;
  color: #fff;
  padding: 11rem 0 12.5rem;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_profile {
    padding: 20rem 0;
  }
}

.p-about .p-about_profile .heading-lv2 {
  line-height: 1.833;
  letter-spacing: 0.11em;
}

.p-about .p-about_profile .wrap {
  max-width: 128rem;
  margin: 0 auto;
  border-top: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  padding: 6rem 0 14rem;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_profile .wrap {
    padding: 4rem 0 19rem;
  }
}

.p-about .p-about_profile .profile-ctn {
  max-width: 75.2rem;
  margin: 7rem 0 0 auto;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_profile .profile-ctn {
    margin-top: 14rem;
  }
}

.p-about .p-about_profile .prof-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 2.2rem 1rem;
  border-bottom: 0.1rem solid #fff;
}

.p-about .p-about_profile .prof-art .prof-art_tl {
  width: 24.8rem;
}

.p-about .p-about_profile .prof-art .prof-art_tx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_profile .prof-art {
    display: block;
    font-size: 2.2rem;
    padding: 2.5rem 0;
  }
  .p-about .p-about_profile .prof-art .prof-art_tl {
    width: 100%;
    font-weight: bold;
    margin-bottom: 1rem;
  }
}

.en .p-about .p-about_mesage .mesage-ttl {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.09em;
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 768px) {
  .en .p-about .p-about_mesage .mesage-ttl {
    font-size: 6rem;
  }
}

.en .p-about .p-about_mesage .mesage-txt p {
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .en .p-about .p-about_mesage .mesage-txt p {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}

@media screen and (max-width: 768px) {
  .en .p-about .p-about_mesage .mesage-txt p {
    line-height: 2;
  }
}

.p-product .p-contents .container {
  max-width: 131rem;
}

.p-product .product-article .product-article_head {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  padding: 0 9rem 1.5rem 9rem;
  border-bottom: 0.1rem solid #626466;
  margin-bottom: 2rem;
  font-family: "Work Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-product .product-article .product-article_head {
    font-size: 2.6rem;
    padding: 0 0 1.5rem;
    margin-bottom: 4rem;
  }
}

.p-product .product-article .heading-lv2 {
  font-size: 4.5rem;
  line-height: 1.4667;
  letter-spacing: 0.11em;
  padding: 0 9rem;
  margin-bottom: 12rem;
}

@media screen and (max-width: 768px) {
  .p-product .product-article .heading-lv2 {
    font-size: 5.4rem;
    line-height: 1.6667;
    padding: 0;
    margin-bottom: 7rem;
  }
}

.p-product .product-article .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  row-gap: 5rem;
}

@media screen and (max-width: 768px) {
  .p-product .product-article .product-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0;
  }
}

.p-product .product-article .product-item {
  width: calc(100%/3);
  padding: 0 4.5rem 1.5rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-product .product-article .product-item:nth-child(1) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
  .p-product .product-article .product-item:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .p-product .product-article .product-item:nth-child(3) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
  }
  .p-product .product-article .product-item:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .p-product .product-article .product-item:nth-child(5) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
  }
  .p-product .product-article .product-item:nth-child(6) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .p-product .product-article .product-item:nth-child(7) {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
  }
  .p-product .product-article .product-item:nth-child(8) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .p-product .product-article .product-item:nth-child(9) {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
  }
  .p-product .product-article .product-item:nth-child(10) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
  }
}

@media screen and (max-width: 768px) {
  .p-product .product-article .product-item {
    width: 100%;
    padding: 0;
  }
}

.p-product .product-article .product-item .product-item_image {
  display: block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-product .product-article .product-item .product-item_image ._img img {
  max-width: unset;
  width: auto;
  height: 32.3rem;
}

@media screen and (max-width: 768px) {
  .p-product .product-article .product-item .product-item_image ._img img {
    height: 48rem;
  }
}

.p-product .product-article .product-item .product-item_image ._code {
  display: inline-block;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.06em;
  border-bottom: 0.1rem solid #626466;
  padding: 0 1rem;
  font-family: "Work Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-product .product-article .product-item .product-item_image ._code {
    font-size: 3rem;
  }
}

.p-product .product-article .product-item .product-item_image:hover {
  opacity: 0.7;
}

.p-product .product-article .product-item .product-item_ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.2rem;
  -moz-column-gap: 2.2rem;
  column-gap: 2.2rem;
  margin-top: 4rem;
}

.p-product .product-article .product-item .product-item_thumb {
  width: 9.8rem;
}

@media screen and (max-width: 768px) {
  .p-product .product-article .product-item .product-item_thumb {
    width: 14rem;
  }
}

.p-product .product-article .product-item .product-item_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: "Work Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-product .product-article .product-item .product-item_info {
    font-size: 2.4rem;
  }
}

.p-product .product-article .product-item .product-item_info .itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-product .product-article .product-item .product-item_info .itm .tl {
  display: inline-block;
  width: 7rem;
}

@media screen and (max-width: 768px) {
  .p-product .product-article .product-item .product-item_info .itm .tl {
    width: 11rem;
  }
}

.p-product .product-article .product-item .product-item_info .itm .tx {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-product .product-article .product-item .product-item_info .itm + .itm {
  margin-top: 0.5rem;
}

@media screen and (min-width: 769px) {
  .p-product .product-article .product-item + .product-item::before {
    position: absolute;
    content: '';
    width: 0.1rem;
    height: 47rem;
    left: 0;
    bottom: 0;
    background-color: #bab5b4;
  }
}

@media screen and (max-width: 768px) {
  .p-product .product-article .product-item + .product-item {
    padding-top: 4rem;
    margin-top: 6rem;
  }
  .p-product .product-article .product-item + .product-item::after {
    position: absolute;
    content: '';
    width: 38rem;
    height: 0.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background-color: #bab5b4;
  }
}

@media screen and (min-width: 769px) {
  .p-product .product-article .product-item:nth-child(3n + 1):not(:first-child)::before {
    width: 0;
    height: 0;
    background-color: transparent;
  }
  .p-product .product-article .product-item:nth-child(n + 4) {
    padding-top: 1.5rem;
  }
  .p-product .product-article .product-item:nth-child(n + 4)::after {
    position: absolute;
    content: '';
    width: 38rem;
    height: 0.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background-color: #bab5b4;
  }
}

.p-product .product-article + .product-article {
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .p-product .product-article + .product-article {
    margin-top: 30rem;
  }
}

/** home
======================================= **/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

select {
  /* Reset Select */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* Personalize */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

select {
  color: #ACACAC;
}

select option {
  color: #1B1D1E;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
  color: #1B1D1E;
}

select:has(option:checked:not([value])) option,
select:has(option:checked:not([value=""])) option {
  color: #1B1D1E;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  padding: 0.6rem;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-appearance: none;
  border: 0.1rem solid #5A3503;
  vertical-align: middle;
}

input[type=checkbox]:checked {
  opacity: 1;
}

input[type=checkbox]:checked:before {
  opacity: 1;
}

input[type=checkbox]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 50%;
  background-color: #5A3503;
  z-index: 2;
  opacity: 0;
  vertical-align: middle;
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  padding: 0.6rem;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-appearance: none;
  border: 0.1rem solid #5A3503;
  vertical-align: middle;
}

input[type=radio]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 50%;
  background-color: #5A3503;
  z-index: 2;
  opacity: 0;
  vertical-align: middle;
}

input[type=radio]:hover {
  opacity: 1;
}

input[type=radio]:checked:before {
  opacity: 1;
}

.ipt {
  outline: none;
  background: none;
  width: 100%;
  border: none;
  border-bottom: 0.1rem solid #9a8d86;
  padding: 1.5rem;
}

.ipt.are {
  height: 33rem;
  resize: none;
}

.ipt::-webkit-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-moz-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt:-ms-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-ms-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: #c8c4c3;
}

.ipt::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c4c3;
  opacity: 1;
  /* Ensures full opacity in Firefox */
}

.ipt:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c8c4c3;
}

.ipt:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #c8c4c3;
  opacity: 1;
  /* Ensures full opacity in Firefox */
}

.req {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.8rem;
  height: 1.8rem;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0.3rem;
  background: #DE6600;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  vertical-align: middle;
}

.req.not-req {
  background: #A1A1A1;
}

@media screen and (max-width: 768px) {
  .req {
    font-size: 1rem;
    padding: 0.3rem 0.6rem;
  }
}

.c-btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8rem auto 0;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.c-btn_group .c-form_btn {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 4rem;
    margin: 10rem auto 0;
  }
}

.c-form_txt {
  font-size: 1.5rem;
  margin-bottom: 9rem;
}

@media screen and (max-width: 768px) {
  .c-form_txt {
    font-size: 2.4rem;
    line-height: 2;
  }
}

.c-form_btn {
  padding: 0;
  max-width: 30rem;
  height: 7rem;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-form_btn {
    max-width: 48rem;
    height: 11.2rem;
  }
}

.c-form_btn input[type="submit"],
.c-form_btn input[type="button"],
.c-form_btn button {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #626466;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: 0.55em;
  padding-left: 6rem;
  position: relative;
  z-index: 2;
}

.c-form_btn input[type="submit"]:hover,
.c-form_btn input[type="button"]:hover,
.c-form_btn button:hover {
  color: #fff;
}

.c-form_btn .ico {
  position: absolute;
  left: 6rem;
}

@media screen and (max-width: 768px) {
  .c-form_btn .ico {
    left: 10rem;
  }
}

.c-form_btn._back {
  background-color: #BFBFBF;
  overflow: hidden;
  border-color: #BFBFBF;
}

.c-form_btn._back input[type="submit"],
.c-form_btn._back input[type="button"],
.c-form_btn._back button {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  z-index: 2;
  padding-left: 6rem;
}

.c-form_btn._back .ico {
  position: absolute;
  left: 6rem;
}

@media screen and (max-width: 768px) {
  .c-form_btn._back .ico {
    left: 10rem;
  }
}

.c-form_btn._back:hover {
  background-color: #626466;
}

.c-form_btn._back:hover .ico svg .cls-1 {
  stroke: #fff;
}

.c-form_ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl {
    display: block;
    font-size: 2.4rem;
  }
}

.c-form_ctrl .c-form_ctrl_lbl {
  width: 15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 1.5rem 0;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl .c-form_ctrl_lbl {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.c-form_ctrl .c-form_ctrl_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.c-form_ctrl + .c-form_ctrl {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl + .c-form_ctrl {
    margin-top: 6rem;
  }
}

.c-form_ctrl.no-flex {
  display: block;
}

.c-form_ctrl.no-flex .c-form_ctrl_lbl {
  margin-bottom: 0.5rem;
}

.c-form_privacy {
  margin-top: 8rem;
  font-size: 1.5rem;
  text-align: center;
}

.c-form_privacy .c-form_link {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .c-form_privacy {
    margin-top: 12rem;
    font-size: 2.4rem;
    line-height: 2;
  }
  .c-form_privacy .c-form_link {
    letter-spacing: 0.05em;
  }
}

.c-confirm .c-form_ctrl .c-form_ctrl_lbl {
  padding: 0;
}

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

@media screen and (max-width: 768px) {
  .c-finish {
    text-align: left;
  }
}

.wpcf7-radio {
  display: block;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
}

.wpcf7-radio .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-response-output {
  display: none;
}

.formErrorContent {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #DA4432;
}

@media screen and (max-width: 768px) {
  .formErrorContent {
    font-size: 2rem;
  }
}

.is-error input,
.is-error .are,
.is-error .policy-checkbox .wpcf7-list-item-label:before {
  border-color: #DA4432;
  background-color: #FFEAEA;
}

.is-error input::-webkit-input-placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error input::-webkit-input-placeholder,
.is-error input::-moz-placeholder,
.is-error input::-ms-placeholder,
.is-error input::placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error .ipt::-webkit-input-placeholder {
  color: #DA4432 !important;
}

.is-error .ipt::-webkit-input-placeholder, .is-error .ipt::-moz-placeholder, .is-error .ipt::-ms-placeholder, .is-error .ipt::placeholder {
  color: #DA4432 !important;
}

/* Modal (ẩn mặc định) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

/* Nội dung modal */
.modal-content {
  background-color: #564136;
  color: #fff;
  margin: 2.5% auto;
  padding: 17rem 4.5rem 11rem 4.5rem;
  width: 100%;
  height: 100%;
  max-height: 90%;
  max-width: 110rem;
  overflow: hidden;
  position: relative;
}

.modal-content::after {
  position: absolute;
  content: '';
  width: calc(100% - 9rem);
  height: 0.1rem;
  left: 4.5rem;
  top: 12rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .modal-content {
    max-width: 90%;
    margin: 5% auto;
    padding: 18rem 4rem 12rem 4rem;
  }
  .modal-content::after {
    position: absolute;
    content: '';
    width: calc(100% - 8rem);
    height: 0.1rem;
    left: 4rem;
    top: 12rem;
    background-color: #fff;
  }
}

.modal-body {
  height: 100%;
  padding: 0 9rem 0 9rem;
  overflow-y: auto;
  position: relative;
}

.modal-body::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  left: 0;
  top: -7rem;
  background-color: #fff;
}

.modal-body::-webkit-scrollbar {
  width: 1rem;
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2rem;
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #bab5b4;
  border-radius: 2rem;
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.modal-body h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 4rem 0 0 0;
}

.modal-body p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857;
}

@media screen and (max-width: 768px) {
  .modal-body {
    padding: 0 2rem 0 0;
  }
  .modal-body::after {
    top: -5rem;
  }
  .modal-body h3 {
    font-size: 2.4rem;
    line-height: 1.545;
  }
  .modal-body p {
    font-size: 2.1rem;
    line-height: 2;
  }
}

.modal-title {
  margin-bottom: 6rem;
}

/* Nút đóng */
.close {
  color: #3b3f5a;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 3rem;
  top: 4rem;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.close img {
  width: 4rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .close {
    width: 9rem;
    height: 9rem;
    right: 2rem;
    top: 2rem;
  }
}

.p-contact .container {
  max-width: 77rem;
}

.en .p-contact .container {
  max-width: 81rem;
}

@media screen and (min-width: 769px) {
  .en .c-form_txt {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}

.en .c-form_ctrl {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@media screen and (min-width: 769px) {
  .en .c-form_ctrl .c-form_ctrl_lbl {
    width: 19rem;
  }
}

.en .modal-body {
  line-height: 1.857;
}

.en .modal-body p {
  line-height: 1.857;
}

@media screen and (min-width: 769px) {
  .en .modal-body > ul {
    font-size: 1.4rem;
  }
}

.en .modal-body > ul > li {
  padding-left: 2.2rem;
  text-indent: -2.2rem;
}

.en .modal-body > ul > li > ul {
  padding-left: 2.2rem;
}

.p-news .wrap {
  max-width: 128rem;
  margin: 0 auto;
  border-top: 0.1rem solid #626466;
  padding: 4.5rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-news .wrap {
    border: none;
  }
}

@media screen and (min-width: 769px) {
  .p-news .wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media screen and (min-width: 769px) {
  .p-news .wrap .p-news_sidebar {
    width: 19.7rem;
  }
}

@media screen and (min-width: 769px) {
  .p-news .wrap .p-news_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 0.1rem solid #626466;
    padding-left: 5.8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-news .category-list {
    position: -webkit-sticky;
    position: sticky;
    top: 15rem;
  }
  .p-news .category-list li + li {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-news .category-list {
    border-bottom: 0.1rem solid #626466;
    padding-bottom: 7rem;
    margin-bottom: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 3rem 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-news .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 9rem 4rem;
  }
}

.p-news .news-item {
  padding-left: 0.5rem;
  padding-bottom: 5.2rem;
  border-bottom: 0.1rem solid #626466;
}

@media screen and (max-width: 768px) {
  .p-news .news-item {
    width: calc(50% - 2rem);
    padding: 0;
    border: none;
  }
}

@media screen and (min-width: 769px) {
  .p-news .news-item .news-item_thumb {
    width: 18rem;
    height: 12rem;
    overflow: hidden;
  }
  .p-news .news-item .news-item_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .p-news .news-item .news-item_thumb {
    width: 100%;
    height: auto;
  }
}

.p-news .news-item .news-item_ctn {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-news .news-item .news-item_ctn {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-news .news-item .news-item_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-news .news-item .news-item_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 2rem;
    margin-top: 4rem;
  }
}

.p-news .news-item .news-item_title {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-news .news-item .news-item_title {
    font-size: 2.2rem;
    line-height: 1.7;
    margin-top: 3.5rem;
  }
}

.p-news .news-item .news-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
  position: relative;
  padding-right: 6rem;
}

.p-news .news-item .news-item_link::after {
  position: absolute;
  content: '';
  width: 2.8rem;
  height: 1.8rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_right.svg) right top no-repeat;
  background-size: cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-news .news-item .news-item_link:hover::after {
  right: -1rem;
}

.p-news .news-item .news-item_link:hover .news-item_title {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-news .news-item .news-item_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 0 5.3rem;
  }
  .p-news .news-item .news-item_link::after {
    width: 4.2rem;
    height: 2.8rem;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media screen and (min-width: 769px) {
  .p-news .news-item + .news-item {
    margin-top: 5.8rem;
  }
}

.posts-head {
  padding: 2.5rem 9rem 8rem;
}

@media screen and (max-width: 768px) {
  .posts-head {
    padding: 5rem 0 5rem;
    border-top: 0.1rem solid #626466;
  }
}

.posts-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .posts-meta {
    margin-bottom: 5rem;
  }
}

.posts-title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .posts-title {
    font-size: 3.3rem;
    line-height: 1.8;
  }
}

.posts-content {
  border-top: 0.1rem solid #626466;
  border-bottom: 0.1rem solid #626466;
  padding: 12rem 9rem;
}

@media screen and (max-width: 768px) {
  .posts-content {
    padding: 12rem 0;
  }
}

.posts-feature {
  max-width: 60rem;
  margin: 0 auto 12rem;
}

.posts-body {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.25;
}

@media screen and (max-width: 768px) {
  .posts-body {
    font-size: 2.4rem;
  }
}

.posts-body h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 3rem;
}

.posts-body h2:not(:first-child) {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .posts-body h2 {
    font-size: 3.2rem;
    line-height: 1.75;
    margin: 0 0 4rem;
  }
  .posts-body h2:not(:first-child) {
    margin-top: 6rem;
  }
}

.posts-body h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 4rem 0 3rem;
}

@media screen and (max-width: 768px) {
  .posts-body h3 {
    font-size: 2.8rem;
    line-height: 1.75;
    margin: 6rem 0 4rem;
  }
}

.posts-body h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 4rem 0 3rem;
}

.posts-body p + p {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .posts-body p + p {
    margin-top: 6rem;
  }
}

.posts-body img {
  width: 100%;
  max-width: 60rem;
  display: block;
  margin: 0 auto;
}
