@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
.cs-main {
  font-family: "Roboto", "太ゴB101", "Futo Go B101", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
}
.cs-main a {
  color: inherit;
  text-decoration: none;
}
.cs-main .brown {
  color: #B9A173;
}
.cs-main .en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.cs-main .en.medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.cs-main .en.bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cs-main .jp {
  font-family: "Roboto", "太ゴB101", "Futo Go B101", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cs-main .weight-normal {
  font-weight: 400 !important;
}
.cs-main .weight-medium {
  font-weight: 500 !important;
}
.cs-main .weight-bold {
  font-weight: 700 !important;
}
.cs-main .weight-black {
  font-weight: 900 !important;
}
.cs-main .l-height-100 {
  line-height: 100% !important;
}
.cs-main .l-height-125 {
  line-height: 125% !important;
}
.cs-main .l-height-150 {
  line-height: 150% !important;
}
.cs-main .l-height-175 {
  line-height: 175% !important;
}
.cs-main .l-height-200 {
  line-height: 200% !important;
}
.cs-main .l-spacing-30 {
  letter-spacing: 0.03rem;
}
.cs-main .l-spacing-40 {
  letter-spacing: 0.04rem;
}
.cs-main .l-spacing-50 {
  letter-spacing: 0.05rem;
}
.cs-main .l-spacing-60 {
  letter-spacing: 0.06rem;
}
.cs-main .text-center {
  text-align: center !important;
}
.cs-main .text-right {
  text-align: right !important;
}
.cs-main .text-left {
  text-align: left !important;
}
.cs-main .text-justify {
  text-align: justify !important;
}
@media (max-width: 768px) {
  .cs-main .text-center.sp-left,
  .cs-main .text-right.sp-left,
  .cs-main .text-justify.sp-left {
    text-align: left !important;
  }
  .cs-main .text-left.sp-center,
  .cs-main .text-right.sp-center,
  .cs-main .text-justify.sp-center {
    text-align: center !important;
  }
  .cs-main .text-left.sp-right,
  .cs-main .text-center.sp-right,
  .cs-main .text-justify.sp-right {
    text-align: right !important;
  }
  .cs-main .text-left.sp-justify,
  .cs-main .text-center.sp-justify,
  .cs-main .text-right.sp-justify {
    text-align: justify !important;
  }
}
.cs-main h1, .cs-main h2, .cs-main h3, .cs-main h4, .cs-main h5, .cs-main h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0.25em 0px;
  font-weight: 700;
}
.cs-main h1 > small, .cs-main h2 > small, .cs-main h3 > small, .cs-main h4 > small, .cs-main h5 > small, .cs-main h6 > small {
  font-size: 60%;
  vertical-align: middle;
}
.cs-main h1.min-space, .cs-main h2.min-space, .cs-main h3.min-space, .cs-main h4.min-space, .cs-main h5.min-space, .cs-main h6.min-space {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.cs-main h1.top-space, .cs-main h2.top-space, .cs-main h3.top-space, .cs-main h4.top-space, .cs-main h5.top-space, .cs-main h6.top-space {
  margin-top: 1.85em;
  margin-bottom: 0px;
}
.cs-main h1.bottom-space, .cs-main h2.bottom-space, .cs-main h3.bottom-space, .cs-main h4.bottom-space, .cs-main h5.bottom-space, .cs-main h6.bottom-space {
  margin-top: 0px;
  margin-bottom: 1.85em;
}
.cs-main h1 {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .cs-main h1 {
    font-size: 1.875rem;
  }
}
.cs-main h2 {
  font-size: 2rem;
}
.cs-main h2 strong {
  font-size: 2.5rem;
}
.cs-main h2 strong.most {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .cs-main h2 {
    font-size: 2rem;
  }
  .cs-main h2 strong {
    font-size: 2.5rem;
  }
  .cs-main h2 strong.most {
    font-size: 3.25rem;
  }
}
.cs-main h3 {
  font-size: 1.75rem;
}
.cs-main h3.large {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cs-main h3 {
    font-size: 1.5rem;
  }
  .cs-main h3.large {
    font-size: 1.625rem;
  }
}
.cs-main h4 {
  font-size: 1.5rem;
}
.cs-main h4 strong {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cs-main h4 {
    font-size: 1.125rem;
  }
  .cs-main h4 strong {
    font-size: 1.75rem;
  }
}
.cs-main h5 {
  font-size: 1.25rem;
}
.cs-main h5 strong {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .cs-main h5 {
    font-size: 1.125rem;
  }
  .cs-main h5 strong {
    font-size: 1.25rem;
  }
}
.cs-main h6 {
  font-size: 1.125rem;
}
.cs-main h6 strong {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .cs-main h6 {
    font-size: 1.0625rem;
  }
  .cs-main h6 strong {
    font-size: 1.125rem;
  }
}
.cs-main p {
  font-size: 1rem;
  line-height: 1.85em;
  margin-top: 1.85em;
  margin-bottom: 1.85em;
}
.cs-main p.large-space {
  margin-top: 3em;
  margin-bottom: 3em;
}
.cs-main p.min-space {
  margin-top: 1.15em;
  margin-bottom: 1.15em;
}
.cs-main p.top-space {
  margin-top: 1.85em;
  margin-bottom: 0px;
}
.cs-main p.bottom-space {
  margin-top: 0px;
  margin-bottom: 1.85em;
}
.cs-main p.no-space {
  margin: 0;
}
.cs-main p.small {
  font-size: 0.875rem;
}
.cs-main p.smaller {
  font-size: 0.9375rem;
}
.cs-main p.large {
  font-size: 1.125rem;
}
.cs-main p.bold {
  font-weight: 700;
}
@media (max-width: 768px) {
  .cs-main p {
    line-height: 1.85em;
    margin-top: 1.75em;
    margin-bottom: 1.75em;
    font-size: 0.8125rem;
  }
  .cs-main p.small {
    font-size: 0.6875rem;
  }
  .cs-main p.smaller {
    font-size: 13px;
  }
  .cs-main p.large {
    font-size: 0.9375rem;
  }
}
.cs-main.english-page p {
  line-height: 1.75;
}
.cs-main.english-page p small {
  font-size: 13px;
}

.cs-main .button {
  display: inline-block;
  width: auto;
  min-width: 220px;
  height: 40px;
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none !important;
  line-height: 40px;
}
.cs-main .button.btn-primary {
  color: white;
  background-color: #B9A173;
}
.cs-main .button.btn-secondary {
  color: #000000;
  border: 1px solid #000000;
}
.cs-main .button.size-medium {
  min-width: 250px;
  height: 50px;
  font-size: 0.875rem;
  line-height: 50px;
}
@media (max-width: 768px) {
  .cs-main .button.size-medium {
    min-width: 0;
    width: 100%;
    font-size: 0.8125rem;
  }
}

.cs-main section.space,
.cs-main .container.space,
.cs-main .container-fluid.space,
.cs-main .content.space {
  padding-top: 80px;
  padding-bottom: 80px;
}
.cs-main section.min-space,
.cs-main .container.min-space,
.cs-main .container-fluid.min-space,
.cs-main .content.min-space {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cs-main section.top-space,
.cs-main .container.top-space,
.cs-main .container-fluid.top-space,
.cs-main .content.top-space {
  padding-top: 80px;
}
.cs-main section.bottom-space,
.cs-main .container.bottom-space,
.cs-main .container-fluid.bottom-space,
.cs-main .content.bottom-space {
  padding-bottom: 80px;
}
.cs-main section.min-top-space,
.cs-main .container.min-top-space,
.cs-main .container-fluid.min-top-space,
.cs-main .content.min-top-space {
  padding-top: 40px;
}
.cs-main section.min-bottom-space,
.cs-main .container.min-bottom-space,
.cs-main .container-fluid.min-bottom-space,
.cs-main .content.min-bottom-space {
  padding-bottom: 40px;
}
.cs-main section.large-top-space,
.cs-main .container.large-top-space,
.cs-main .container-fluid.large-top-space,
.cs-main .content.large-top-space {
  padding-top: 160px;
}
.cs-main section.large-bottom-space,
.cs-main .container.large-bottom-space,
.cs-main .container-fluid.large-bottom-space,
.cs-main .content.large-bottom-space {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .cs-main section.space,
  .cs-main .container.space,
  .cs-main .container-fluid.space,
  .cs-main .content.space {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .cs-main section.min-space,
  .cs-main .container.min-space,
  .cs-main .container-fluid.min-space,
  .cs-main .content.min-space {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .cs-main section.top-space,
  .cs-main .container.top-space,
  .cs-main .container-fluid.top-space,
  .cs-main .content.top-space {
    padding-top: 48px;
  }
  .cs-main section.bottom-space,
  .cs-main .container.bottom-space,
  .cs-main .container-fluid.bottom-space,
  .cs-main .content.bottom-space {
    padding-bottom: 48px;
  }
  .cs-main section.min-top-space,
  .cs-main .container.min-top-space,
  .cs-main .container-fluid.min-top-space,
  .cs-main .content.min-top-space {
    padding-top: 24px;
  }
  .cs-main section.min-bottom-space,
  .cs-main .container.min-bottom-space,
  .cs-main .container-fluid.min-bottom-space,
  .cs-main .content.min-bottom-space {
    padding-bottom: 24px;
  }
  .cs-main section.large-top-space,
  .cs-main .container.large-top-space,
  .cs-main .container-fluid.large-top-space,
  .cs-main .content.large-top-space {
    padding-top: 64px;
  }
  .cs-main section.large-bottom-space,
  .cs-main .container.large-bottom-space,
  .cs-main .container-fluid.large-bottom-space,
  .cs-main .content.large-bottom-space {
    padding-bottom: 64px;
  }
}
.cs-main .container {
  max-width: 1400px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
.cs-main .container.narrow {
  max-width: 1020px;
}
.cs-main .container.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cs-main .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cs-main .container.no-padding, .cs-main .container.no-padding-sp {
    padding-left: 0;
    padding-right: 0;
  }
}
.cs-main .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
.cs-main .container-fluid.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cs-main .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cs-main .container-fluid.no-padding, .cs-main .container-fluid.no-padding-sp {
    padding-left: 0;
    padding-right: 0;
  }
}
.cs-main .content {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.cs-main .content.narrow {
  max-width: 800px;
}
.cs-main .content.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container .cs-main .content, .container-fluid .cs-main .content {
  padding-left: 0;
  padding-right: 0;
}
.container.no-padding .cs-main .content, .container-fluid.no-padding .cs-main .content {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .cs-main .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cs-main .content.no-padding, .cs-main .content.no-padding-sp {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container .cs-main .content, .container-fluid .cs-main .content {
    padding-left: 0;
    padding-right: 0;
  }
  .container.no-padding .cs-main .content, .container-fluid.no-padding .cs-main .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.no-padding-sp .cs-main .content, .container-fluid.no-padding-sp .cs-main .content {
    padding-left: 0;
    padding-right: 0;
  }
}

.pc {
  display: block !important;
}

.pci {
  display: inline !important;
}

.sp {
  display: none !important;
}

.spi {
  display: none !important;
}

.lpc {
  display: block !important;
}

.lpci {
  display: inline !important;
}

.tb {
  display: none !important;
}

.tbi {
  display: none !important;
}

.ltb {
  display: block !important;
}

.ltbi {
  display: inline !important;
}

.smt {
  display: none !important;
}

.smti {
  display: none !important;
}

.xsp {
  display: none !important;
}

.xspi {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .lpc {
    display: none !important;
  }
  .lpci {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tbi {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline !important;
  }
}
@media screen and (max-width: 480px) {
  .ltb {
    display: none !important;
  }
  .ltbi {
    display: none !important;
  }
  .smt {
    display: block !important;
  }
  .smti {
    display: inline !important;
  }
}
@media screen and (max-width: 320px) {
  .sp.ex-xp {
    display: none !important;
  }
  .spi.ex-xp {
    display: none !important;
  }
  .ex-xp {
    display: none !important;
  }
  .xsp {
    display: block !important;
  }
  .xspi {
    display: inline !important;
  }
}
.cs-header {
  padding: 0;
  height: 80px;
}
.cs-header .csh-wrapper {
  width: 100vw;
  height: 80px;
  color: white;
  background-color: #B9A173;
}
.cs-header .csh-wrapper.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
}
.cs-header .csh-wrapper.fixed-top {
  position: fixed;
  top: 56px;
  z-index: 100;
}
.cs-header .csh-wrapper .csh-inner {
  padding-left: 50px;
  padding-right: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs-header .csh-wrapper .csh-inner .csh-logo,
.cs-header .csh-wrapper .csh-inner .csh-global-nav {
  margin: 0;
}
@media (max-width: 768px) {
  .cs-header {
    height: 65px;
    position: relative;
    z-index: 9998;
  }
  .cs-header .csh-wrapper {
    height: 65px;
  }
  .cs-header .csh-wrapper .csh-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cs-header .csh-logo {
  position: relative;
  z-index: 5;
  width: 255px;
  line-height: 0;
}
@media (max-width: 768px) {
  .cs-header .csh-logo {
    width: 194px;
  }
}
.cs-header .csh-global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs-header .csh-global-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-header .csh-global-nav ul li {
  margin: 0rem 0.5rem;
}
.cs-header .csh-global-nav ul li:first-child {
  margin-left: 0;
}
.cs-header .csh-global-nav ul li:last-child {
  margin-right: 0;
}
.cs-header .csh-global-nav ul a {
  display: block;
  padding: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9375rem;
  font-weight: bold;
  text-underline-offset: 8px;
  text-decoration-thickness: 1.5px;
}
.cs-header .csh-global-nav ul a:hover {
  opacity: 1;
  text-decoration: underline;
}
.cs-header .csh-global-nav ul a.current {
  text-decoration: underline;
}
.cs-header .csh-global-nav .csh-nav-language {
  position: relative;
  padding-left: 2.5rem;
}
.cs-header .csh-global-nav .csh-nav-language::after {
  content: "";
  width: 1px;
  height: 1.5rem;
  position: absolute;
  left: 1.25rem;
  top: -4px;
  background-color: currentColor;
}
.cs-header .csh-global-nav .csh-nav-language a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: bold;
  text-underline-offset: 8px;
  text-decoration-thickness: 1.5px;
}
.cs-header .csh-global-nav .csh-nav-language a:hover {
  opacity: 1;
  text-decoration: underline;
}
.cs-header .csh-global-nav .csh-nav-language a.current {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .cs-header .csh-global-nav .csh-nav-language {
    padding-left: 0;
  }
  .cs-header .csh-global-nav .csh-nav-language::after {
    display: none;
  }
  .cs-header .csh-global-nav .csh-nav-language a {
    font-size: 0.875rem;
  }
}
.cs-header .csh-global-nav .csh-nav-links {
  margin-left: 2.5rem;
}
.cs-header .csh-global-nav .csh-nav-links a {
  width: auto;
  height: auto;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  margin: 0rem 0.5rem;
}
.cs-header .csh-global-nav .csh-nav-links a:first-child {
  margin-left: 0;
}
.cs-header .csh-global-nav .csh-nav-links a:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .cs-header .csh-global-nav .csh-nav-links {
    margin: 40px auto 0px;
  }
  .cs-header .csh-global-nav .csh-nav-links a {
    margin: 0rem 0.75rem;
  }
  .cs-header .csh-global-nav .csh-nav-links a:first-child {
    margin-left: 0;
  }
  .cs-header .csh-global-nav .csh-nav-links a:last-child {
    margin-right: 0;
  }
}
.cs-header .csh-global-nav .csh-menu-copyright {
  position: absolute;
  bottom: 25px;
  font-size: 0.625rem;
}
@media (max-width: 768px) {
  .cs-header .csh-global-nav {
    display: none;
    width: 100vw;
    height: calc(100vh - 52px);
    height: -webkit-fill-available;
    position: fixed;
    top: 52px;
    left: 0;
    z-index: 4;
    background-color: #B9A173;
    opacity: 0;
    -webkit-transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  .cs-header .csh-global-nav.init {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-header .csh-global-nav.show {
    opacity: 1;
  }
  .cs-header .csh-global-nav ul {
    display: block;
    margin-top: -65px;
  }
  .cs-header .csh-global-nav ul li {
    margin: 1.5rem 0px;
  }
  .cs-header .csh-global-nav ul li a {
    display: block;
    padding: 0.25rem 0px;
    font-size: 1.1875rem;
    text-align: center;
  }
  .cs-header .csh-global-nav ul li a.current:after {
    display: none;
  }
}
.cs-header .csh-menu-button {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  position: relative;
  z-index: 5;
  color: currentColor;
  margin: 0;
}
.cs-header .csh-menu-button .btn-hamburger, .cs-header .csh-menu-button .btn-hamburger:before, .cs-header .csh-menu-button .btn-hamburger:after {
  width: 26px;
  height: 2px;
  position: absolute;
  background-color: currentColor;
  -webkit-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.cs-header .csh-menu-button .btn-hamburger {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
}
.cs-header .csh-menu-button .btn-hamburger:before, .cs-header .csh-menu-button .btn-hamburger:after {
  content: "";
  left: 0;
  display: block;
  border-radius: 1px;
  -webkit-transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out;
  -webkit-transition: top 0.25s ease-out, background-color 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: top 0.25s ease-out, background-color 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out;
  transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.cs-header .csh-menu-button .btn-hamburger:before {
  top: -6px;
}
.cs-header .csh-menu-button .btn-hamburger:after {
  top: 6px;
}
.cs-header .csh-menu-button .btn-hamburger.active {
  background-color: transparent !important;
}
.cs-header .csh-menu-button .btn-hamburger.active:before, .cs-header .csh-menu-button .btn-hamburger.active:after {
  top: 0px;
}
.cs-header .csh-menu-button .btn-hamburger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cs-header .csh-menu-button .btn-hamburger.active:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.cs-header .csh-menu-button .btn-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
@media (max-width: 768px) {
  .cs-header .csh-menu-button {
    display: block;
  }
}

body.active-menu {
  position: fixed;
  height: 100vh;
}

.cs-main img {
  height: auto;
}
.cs-main .section-title {
  margin-bottom: 2.5rem;
  color: #B9A173;
}
.cs-main .section-title h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
  margin: 0;
}
.cs-main .section-title h3 > small {
  font-size: 0.875rem;
}
.cs-main .section-title.has-link, .cs-main .section-title.has-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs-main .section-title.has-link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs-main .section-title.has-link .link-button {
  margin: 0;
}
.cs-main .section-title.has-menu h3 {
  width: 35%;
}
.cs-main .section-title.has-menu .page-menu {
  width: 65%;
  margin: 0;
}
@media (max-width: 768px) {
  .cs-main .section-title {
    margin-bottom: 1.5rem;
  }
  .cs-main .section-title h3 {
    font-size: 1.125rem;
  }
  .cs-main .section-title h3 > small {
    font-size: 0.75rem;
  }
  .cs-main .section-title.has-menu {
    display: block;
  }
  .cs-main .section-title.has-menu h3 {
    width: 100%;
  }
  .cs-main .section-title.has-menu .page-menu {
    width: 100%;
    margin: 1rem 0 0;
  }
}
.cs-main .content-title {
  margin-bottom: 1.5rem;
  color: #B9A173;
}
.cs-main .content-title h4 {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
}
.cs-main .content-title h5 {
  font-size: 1.375rem;
  line-height: 1.65;
  letter-spacing: 0.075rem;
}
.cs-main .content-title h5.en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cs-main .content-title.sp-space {
    margin-top: 2.5rem;
  }
  .cs-main .content-title h4 {
    font-size: 1rem;
  }
  .cs-main .content-title h5.en {
    font-size: 1.125rem;
  }
}
.cs-main .page-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-main .page-menu ul li {
  color: #000000;
  margin: 0;
  padding-right: 2.5rem;
  position: relative;
}
.cs-main .page-menu ul li::after {
  content: "";
  width: 0.5px;
  height: 1.125rem;
  position: absolute;
  right: 1.25rem;
  top: 4px;
  background-color: currentColor;
}
.cs-main .page-menu ul li:last-of-type {
  padding-right: 0;
}
.cs-main .page-menu ul li:last-of-type::after {
  display: none;
}
.cs-main .page-menu ul a {
  display: block;
  padding: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.06rem;
  text-underline-offset: 8px;
  text-decoration-thickness: 1.5px;
}
.cs-main .page-menu ul a:hover {
  opacity: 1;
  text-decoration: underline;
}
.cs-main .page-menu ul a.current {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .cs-main .page-menu ul li {
    padding-right: 1.5rem;
  }
  .cs-main .page-menu ul li::after {
    height: 1rem;
    right: 0.75rem;
  }
  .cs-main .page-menu ul a {
    padding: 0.25rem 0px;
    font-size: 0.75rem;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }
}
.cs-main .bottom-link {
  margin-top: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cs-main .bottom-link {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cs-main .sp-full-size {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.cs-main .about-section .about-content-logo img {
  width: 357px;
}
@media (max-width: 768px) {
  .cs-main .about-section .about-content-logo img {
    width: 63%;
  }
}
.cs-main .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cs-main .about-content .content-head {
  width: 34.25%;
}
.cs-main .about-content .content-body {
  width: 65.75%;
}
@media (max-width: 768px) {
  .cs-main .about-content .content-head {
    width: 100%;
  }
  .cs-main .about-content .content-body {
    width: 100%;
  }
}
.cs-main .about-content .content-head h4 {
  font-size: 1.875rem;
  font-family: "Roboto", "太ゴB101", "Futo Go B101", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: 0.075rem;
  margin: 1.75rem 0px;
}
.cs-main .about-content .content-head h4.min-space {
  margin: 1rem 0px;
}
.cs-main .about-content .content-head h4.no-space {
  margin: 0.25rem 0px;
}
.cs-main .about-content .content-head h5 {
  color: #B9A173;
  font-family: "Roboto", "太ゴB101", "Futo Go B101", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.65;
  letter-spacing: 0.075rem;
  margin: 1.75rem 0px;
}
.cs-main .about-content .content-head h5.en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}
.cs-main .about-content .content-head h5.min-space {
  margin: 1rem 0px;
}
.cs-main .about-content .content-head h5.no-space {
  margin: 0.25rem 0px;
}
@media (max-width: 768px) {
  .cs-main .about-content .content-head h4 {
    font-size: 1.25rem;
    margin: 0.5rem 0px;
  }
  .cs-main .about-content .content-head h5 {
    font-size: 1.0625rem;
    margin: 0.5rem 0px;
  }
  .cs-main .about-content .content-head h5.en {
    font-size: 1.125rem;
  }
}
.cs-main .about-content .content-body .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}
.cs-main .about-content .content-body .profile .portrait {
  width: 27.5%;
  margin: 0;
}
.cs-main .about-content .content-body .profile .body {
  width: 68.5%;
  margin-left: auto;
  margin-right: 0;
}
.cs-main .about-content .content-body .profile p {
  margin: 0;
}
.cs-main .about-content .content-body .profile p + p {
  margin-top: 1.5rem;
}
.cs-main .about-content .content-body .profile .profile-text {
  line-height: 1.85rem;
}
@media (max-width: 768px) {
  .cs-main .about-content .content-body .profile {
    margin-top: 2rem;
  }
  .cs-main .about-content .content-body .profile .portrait {
    width: 100%;
    text-align: center;
  }
  .cs-main .about-content .content-body .profile .portrait img {
    width: 60%;
  }
  .cs-main .about-content .content-body .profile .body {
    width: 100%;
    margin-top: 1rem;
  }
  .cs-main .about-content .content-body .profile .body p.large {
    text-align: center;
  }
  .cs-main .about-content .content-body .profile p {
    margin: 0;
  }
  .cs-main .about-content .content-body .profile p + p {
    margin-top: 0.75rem;
  }
  .cs-main .about-content .content-body .profile .profile-text {
    line-height: 1.425rem;
  }
}
.cs-main.english-page .about-content .content-body .profile .profile-text {
  line-height: 1.85;
}
.cs-main .about-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2.75%;
}
.cs-main .about-area-list .area-item {
  width: 31.5%;
}
.cs-main .about-area-list .area-item .area-name {
  margin-bottom: 1.5rem;
}
.cs-main .about-area-list .area-item .area-name h5 {
  color: #B9A173;
  font-size: 1.375rem;
  letter-spacing: 0.075rem;
}
@media (max-width: 768px) {
  .cs-main .about-area-list {
    gap: 0;
  }
  .cs-main .about-area-list .area-item {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .cs-main .about-area-list .area-item:last-of-type {
    margin-bottom: 0;
  }
  .cs-main .about-area-list .area-item .area-name {
    margin-bottom: 1rem;
  }
  .cs-main .about-area-list .area-item .area-name h5 {
    font-size: 1.0625rem;
  }
}
.cs-main .access-info {
  padding-right: 1.5rem;
  margin-top: 3.5rem;
}
.cs-main .access-info small {
  display: inline-block;
  line-height: 160%;
}
.cs-main .embed-map {
  width: 100%;
  padding-top: 60%;
  position: relative;
}
.cs-main .embed-map > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.cs-main .embed-map.grayscale-map > iframe {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 768px) {
  .cs-main .access-info {
    padding-right: 0;
    margin-top: 1.5rem;
  }
  .cs-main .access-info img {
    width: 63%;
  }
  .cs-main .access-info small {
    display: inline-block;
    line-height: 160%;
  }
  .cs-main .embed-map {
    padding-top: 100%;
  }
}
.cs-main.english-page .about-content .content-head h4, .cs-main.english-page .about-content .content-head h5 {
  line-height: 1.4;
}
.cs-main.english-page .about-content .content-head h4 {
  letter-spacing: 0.075rem;
}

.cs-main .brand-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cs-main .brand-category + .brand-category {
  margin-top: 3rem;
}
.cs-main .brand-category + .brand-category.group {
  margin-top: 1rem;
}
.cs-main .brand-category .category-name,
.cs-main .brand-category .brand-list {
  margin: 0;
}
.cs-main .brand-category .category-name {
  width: 28%;
}
.cs-main .brand-category .brand-list {
  width: 68%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .cs-main .brand-category + .brand-category {
    margin-top: 1rem;
  }
  .cs-main .brand-category + .brand-category.group {
    margin-top: 1rem;
  }
  .cs-main .brand-category .category-name {
    width: 100%;
  }
  .cs-main .brand-category .brand-list {
    width: 100%;
    margin-left: 0;
  }
}
.cs-main .brand-category .category-name {
  padding: 24px;
  background-color: #B9A173;
}
.cs-main .brand-category .category-name h6 {
  color: white;
  font-size: 1.25rem;
  letter-spacing: 0.075rem;
}
.cs-main .brand-category .category-name h6 small {
  font-size: 1rem;
}
.cs-main .brand-category .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs-main .brand-category .brand-list.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs-main .brand-category .brand-list .brand-item {
  width: 25%;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 0;
  margin-right: 12.5%;
}
.cs-main .brand-category .brand-list .brand-item:nth-child(3n) {
  margin-right: 0;
}
.cs-main .brand-category .brand-list .brand-description {
  width: 62.5%;
}
@media (max-width: 768px) {
  .cs-main .brand-category .category-name {
    padding: 10px 16px 20px;
  }
  .cs-main .brand-category .category-name h6 {
    font-size: 0.9375rem;
  }
  .cs-main .brand-category .category-name h6 small {
    font-size: 0.8125rem;
  }
  .cs-main .brand-category .brand-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5% 0px;
  }
  .cs-main .brand-category .brand-list.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cs-main .brand-category .brand-list .brand-item {
    width: 50%;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .cs-main .brand-category .brand-list .brand-item:nth-child(3n) {
    margin-right: 0;
  }
  .cs-main .brand-category .brand-list .brand-item.sp-large {
    width: 60%;
  }
  .cs-main .brand-category .brand-list .brand-item img {
    width: 80%;
  }
  .cs-main .brand-category .brand-list .brand-description {
    width: 100%;
  }
}

.cs-main .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cs-main .news-list.double {
  gap: 3%;
}
.cs-main .news-list.double .news-item {
  width: 48.5%;
  margin-bottom: 3rem;
}
.cs-main .news-list.double .news-item .info-category {
  margin-top: 1.75rem;
}
.cs-main .news-list.double .news-item .info-meta span {
  font-size: 0.8125rem;
}
.cs-main .news-list.double .news-item .info-meta p {
  font-size: 1.0625rem;
}
@media (max-width: 768px) {
  .cs-main .news-list.double {
    gap: 0;
  }
  .cs-main .news-list.double .news-item {
    width: 100%;
  }
  .cs-main .news-list.double .news-item:last-of-type {
    margin-bottom: 0;
  }
  .cs-main .news-list.double .news-item .info-category {
    margin-top: 1rem;
  }
  .cs-main .news-list.double .news-item .info-meta span {
    font-size: 0.625rem;
  }
  .cs-main .news-list.double .news-item .info-meta h6 {
    font-size: 1.125rem;
  }
  .cs-main .news-list.double .news-item .info-meta p {
    font-size: 0.75rem;
  }
}
.cs-main .news-list.triple {
  gap: 2.75%;
}
.cs-main .news-list.triple .news-item {
  width: 31.5%;
  margin-bottom: 3rem;
}
.cs-main .news-list.triple .news-item .info-category {
  margin-top: 1.25rem;
}
.cs-main .news-list.triple .news-item .info-meta span {
  font-size: 0.75rem;
}
.cs-main .news-list.triple .news-item .info-meta h6 {
  font-size: 1.25rem;
}
.cs-main .news-list.triple .news-item .info-meta p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cs-main .news-list.triple {
    gap: 1%;
  }
  .cs-main .news-list.triple .news-item {
    width: 49.5%;
  }
  .cs-main .news-list.triple .news-item .info-category {
    margin-top: 1.25rem;
  }
  .cs-main .news-list.triple .news-item .info-meta span {
    font-size: 0.5rem;
  }
  .cs-main .news-list.triple .news-item .info-meta h6 {
    font-size: 0.75rem;
  }
  .cs-main .news-list.triple .news-item .info-meta p {
    font-size: 0.625rem;
  }
}
.cs-main .news-list .news-item {
  margin-left: 0;
  margin-right: 0;
}
.cs-main .info-category p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.cs-main .info-category span {
  display: inline-block;
  min-width: 124px;
  padding: 0.45rem 0.75rem;
  color: white;
  background-color: #B9A173;
  border-radius: 12px;
  letter-spacing: 0.07rem;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .cs-main .info-category p {
    font-size: 1rem;
  }
  .cs-main .info-category span {
    min-width: 106px;
    padding: 0.35rem 0.75rem;
    border-radius: 13px;
    font-size: 0.75rem;
  }
}
.cs-main .info-meta {
  margin-top: 1rem;
}
.cs-main .info-meta span {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.05rem;
}
.cs-main .info-meta h6 {
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  line-height: 140%;
}
.cs-main .info-meta p {
  margin: 0;
  font-size: 1.0625rem;
  letter-spacing: 0.07rem;
}
@media (max-width: 768px) {
  .cs-main .info-meta span {
    font-size: 0.625rem;
  }
  .cs-main .info-meta h6 {
    font-size: 1.0625rem;
  }
  .cs-main .info-meta p {
    font-size: 0.75rem;
  }
}
.cs-main .current-list .news-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.cs-main .current-list .news-item:last-of-type {
  margin-bottom: 0;
}
.cs-main .current-list .news-item .news-info {
  width: 34.25%;
}
.cs-main .current-list .news-item figure {
  width: 65.75%;
}
@media (max-width: 768px) {
  .cs-main .current-list .news-item {
    margin-bottom: 40px;
    display: block;
  }
  .cs-main .current-list .news-item:last-of-type {
    margin-bottom: 0;
  }
  .cs-main .current-list .news-item .news-info {
    width: 100%;
    margin-top: 1rem;
  }
  .cs-main .current-list .news-item figure {
    width: 100%;
  }
}
.cs-main .news-post .news-post-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.cs-main .news-post .news-post-head .news-info {
  width: 34.25%;
}
.cs-main .news-post .news-post-head figure {
  width: 65.75%;
}
.cs-main .news-post .news-content {
  width: 65.75%;
  margin-left: auto;
  margin-right: 0;
}
.cs-main .news-post .news-content p {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.08rem;
}
@media (max-width: 768px) {
  .cs-main .news-post .news-post-head {
    margin-bottom: 20px;
    display: block;
  }
  .cs-main .news-post .news-post-head .news-info {
    width: 100%;
    margin-top: 1rem;
  }
  .cs-main .news-post .news-post-head figure {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .cs-main .news-post .news-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .cs-main .news-post .news-content p {
    font-size: 0.8125rem;
    line-height: 2.15;
  }
}
.cs-main .post-link {
  margin-top: 3rem;
  text-align: right;
}

.cs-main .brands-handle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2.75%;
}
.cs-main .brands-handle-list .brands-category {
  width: 31.5%;
  margin: 0;
}
.cs-main .brands-handle-list .brands-category .category-name {
  padding: 1rem;
  background-color: #B9A173;
  margin-bottom: 2.5rem;
  color: white;
  text-align: center;
}
.cs-main .brands-handle-list .brands-category .category-name h6 {
  font-weight: bold;
  letter-spacing: 0.075rem;
}
.cs-main .brands-handle-list .brands-category p {
  margin: 1.25rem 0px;
  letter-spacing: 0.08rem;
}
.cs-main .brands-handle-list .brands-category p.brands-list-head {
  font-size: 1.0625rem;
}
.cs-main .brands-handle-list .brands-category p.brands-descriptioin {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.04rem;
}
.cs-main .brands-handle-list .brands-category p.brands-descriptioin .logo-image {
  display: block;
  width: 60%;
  max-width: 240px;
  margin: -0.5rem auto 1rem;
}
.cs-main .brands-handle-list .brands-category p.brands-descriptioin span {
  font-size: 1rem;
}
.cs-main .brands-handle-list .brands-category ul li {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.08rem;
}
.cs-main .brands-handle-list .brands-category ul li a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .cs-main .brands-handle-list {
    gap: 0;
  }
  .cs-main .brands-handle-list .brands-category {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .cs-main .brands-handle-list .brands-category:last-of-type {
    margin-bottom: 0;
  }
  .cs-main .brands-handle-list .brands-category .category-name {
    padding: 0.75rem 0px 0.5rem;
    margin-bottom: 1.5rem;
  }
  .cs-main .brands-handle-list .brands-category .category-name h6 {
    font-size: 1rem;
  }
  .cs-main .brands-handle-list .brands-category p {
    margin: 0.75rem 0px;
  }
  .cs-main .brands-handle-list .brands-category p span {
    font-size: 1rem;
  }
  .cs-main .brands-handle-list .brands-category p.brands-list-head {
    font-size: 0.9375rem;
  }
  .cs-main .brands-handle-list .brands-category p.brands-descriptioin {
    font-size: 0.875rem;
  }
  .cs-main .brands-handle-list .brands-category ul li {
    font-size: 0.8125rem;
    line-height: 2;
    letter-spacing: 0.08rem;
  }
  .cs-main .brands-handle-list .brands-category ul li a {
    text-decoration: underline;
  }
}

.cs-main {
  /* Slider */
}
.cs-main .slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.cs-main .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.cs-main .slick-list:focus {
  outline: none;
}
.cs-main .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.cs-main .slick-slider .slick-track,
.cs-main .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cs-main .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cs-main .slick-track:before, .cs-main .slick-track:after {
  content: "";
  display: table;
}
.cs-main .slick-track:after {
  clear: both;
}
.slick-loading .cs-main .slick-track {
  visibility: hidden;
}
.cs-main .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .cs-main .slick-slide {
  float: right;
}
.cs-main .slick-slide img {
  display: block;
}
.cs-main .slick-slide.slick-loading img {
  display: none;
}
.cs-main .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .cs-main .slick-slide {
  display: block;
}
.slick-loading .cs-main .slick-slide {
  visibility: hidden;
}
.slick-vertical .cs-main .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.cs-main .slick-arrow.slick-hidden {
  display: none;
}

.cs-main .top-english-wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 2.75rem;
  color: white;
  background-color: #B9A173;
}
.cs-main .top-english-wapper .top-english-title {
  width: 130px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  letter-spacing: 0.04rem;
  line-height: 1;
}
.cs-main .top-english-wapper .top-english-item {
  width: calc(100% - 130px);
}
.cs-main .top-english-wapper .top-english-item p {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.06rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cs-main .top-english-wapper {
    display: block;
    padding: 1.25rem 1rem;
  }
  .cs-main .top-english-wapper .top-english-title {
    width: 100%;
    margin: 0 0 1rem;
  }
  .cs-main .top-english-wapper .top-english-item {
    width: 100%;
    margin: 0 0;
  }
}
.cs-main .slide-items {
  position: relative;
}
.cs-main .slide-items .slick-list, .cs-main .slide-items .slick-track {
  height: 100%;
  overflow: hidden;
}
.cs-main .slide-items .slick-button {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 3;
}
.cs-main .slide-items .slick-button.prev {
  left: 50px;
}
.cs-main .slide-items .slick-button.next {
  right: 50px;
}
.cs-main .slide-items .slick-button .btn-arrow {
  border: none;
  outline: none;
  -webkit-user-select: none;
  background-color: transparent;
  opacity: 0.2;
  -webkit-transition: opacity 0.25s ease 0s;
  transition: opacity 0.25s ease 0s;
  cursor: pointer;
}
.cs-main .slide-items .slick-button .btn-arrow:hover {
  opacity: 0.4;
}
.cs-main .slide-items .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-main .slide-items .slick-dots li {
  margin: 0px 0.75rem;
}
.cs-main .slide-items .slick-dots li:first-child {
  margin-left: 0;
}
.cs-main .slide-items .slick-dots li:last-child {
  margin-right: 0;
}
.cs-main .slide-items .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  outline: none;
  -webkit-user-select: none;
  background-color: #d0d0d1;
  font-size: 0;
}
.cs-main .slide-items .slick-dots li.slick-active button {
  background-color: #000000;
}
.cs-main .slide-items .slide-item {
  height: 100%;
  position: relative;
}
.cs-main .slide-items .slide-item-info {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 5;
}
.cs-main .slide-items .slide-item-info.white {
  color: white;
}
@media (max-width: 768px) {
  .cs-main .slide-items .slick-dots {
    bottom: 16px;
  }
  .cs-main .slide-items .slick-dots li {
    margin: 0px 0.5rem;
  }
  .cs-main .slide-items .slick-dots li:first-child {
    margin-left: 0;
  }
  .cs-main .slide-items .slick-dots li:last-child {
    margin-right: 0;
  }
  .cs-main .slide-items .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .cs-main .slide-items .slide-item-info {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cs-main .top-slides .slick-button,
  .cs-main .top-slides .slick-dots {
    display: none !important;
  }
}