@charset "UTF-8";

/*==================================================
reset
==================================================*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "century-gothic", "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}


ol,
ul {
  list-style: none;
}

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

em,
strong,
em *,
strong * {
  font-weight: bold;
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  font-family: inherit;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  transition: opacity 0.2s;
  text-decoration: none;
  border: none;
  color: inherit;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {

  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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  button,
  input[type=text],
  input[type=image],
  input[type=password],
  input[type=file],
  input[type=submit],
  input[type=reset],
  input[type=button],
  input[type=email],
  input[type=tel] textarea {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    border-radius: 0;
    box-shadow: none;
    appearance: none;
  }

  textarea,
  input[type=email],
  input[type=text],
  input[type=image],
  input[type=password] {
    -webkit-appearance: none;
  }
}

/*==================================================
root
==================================================*/
:root {
  --js-breakpoint-sp: 767px;
  --js-breakpoint-md: 1023px;
  --js-breakpoint-lg: 1179px;
  /*size*/
  --site-width: 1500px;
  --site-inner: 1400px;
  --site-padding: 50px;
  --section-padding: 130px;
  --header-height: 100px;
  --main-padding: 150px;
  --radius: 20px;
  /*color*/
  --light-color: #917b5a;
  --main-color: #5c402e;
  /*font*/
  --font-color: #231815;
  --font-base: 1.6rem;
  --font-large: 2.4rem;
  --font-small: 1.2rem;
  --font-jp: "Zen Kaku Gothic Antique",
    sans-serif;
  --font-en: "century-gothic",
    sans-serif;
  --font-min: "hiragino-mincho-pron";
  --base-line: 1.75;
}

@media all and (min-width: 768px) and (max-width: 1080px) {
  :root {
    /*size*/
    --header-height: 100px;
    --main-padding: 100px;
    --site-padding: 40px;
    --section-padding: 90px;
    /*font*/
    --font-base: 1.4rem;
    --font-large: 2rem;
    --font-small: 1.1rem;
  }
}

@media all and (max-width: 767px) {
  :root {
    /*size*/
    --main-padding: 100px;
    --section-padding: 60px;
    --site-padding: 20px;
    --header-height: 70px;
    --radius: 10px;
    /*font*/
    --font-base: 1.4rem;
    --font-large: 1.8rem;
    --font-small: 1em;
    --base-line: 1.6;
  }
}

:root {
  --wp--preset--font-size--small: 14px;
  --wp--preset--font-size--medium: 18px;
  --wp--preset--font-size--large: 24px;
  --wp--preset--font-size--x-large: 32px;
}



/*==================================================
sp pc
==================================================*/
@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

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

@media all and (min-width: 1201px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-only {
    display: none !important;
  }
}

@media all and (min-width: 1201px) {
  .tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-pc-only {
    display: none !important;
  }
}

/*--------------------------------------
html,body,wrapper
----------------------------------------*/
html {
  font-family: var(--font-jp);
  font-size: 62.5%;
  color: var(--font-color);
}

/*==================================================
l-header
==================================================*/
.l-header {
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  display: grid;
  align-content: center;
  width: 100%;
  height: var(--header-height);
  padding: 0 var(--site-padding);
  color: #fff;
  transition: background 0.8s ease;
}

.l-header.is-scrolled {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  transition: background 0.8s ease;
}

.l-header--bg {
  background: linear-gradient(to right, #5a90c1 0, #95b4d6 100%);
}



.l-header-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  justify-content: space-between;
}

@media all and (max-width: 1023px) {
  .l-header-row {
    grid-template-columns: 130px 1fr;
  }
}

.l-header-nav {
  margin-left: auto;
}

@media all and (max-width: 1023px) {
  .l-header-nav {
    display: grid;
    place-content: center;
  }
}

@media all and (max-width: 767px) {
  .l-header-nav {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    display: grid;
    place-content: center;
    width: 100%;
    height: 100lvh;
    padding: 50px var(--site-padding);
    background: #adbfc7;
  }

  .l-header-nav.-show {
    opacity: 1;
    pointer-events: auto;
  }
}

.l-header-nav ul {
  display: flex;
  gap: 45px;
}

@media all and (max-width: 1023px) {
  .l-header-nav ul {
    gap: 20px;
  }
}

@media all and (max-width: 767px) {
  .l-header-nav ul {
    display: grid;
    gap: 3em;
    text-align: center;
  }
}

.l-header-nav a {
  line-height: 1;
  padding-left: 20px;
  font-size: 1.8rem;
  background: url("../img/common/ico-plus.svg") no-repeat left 50%/12px auto;
}

@media all and (max-width: 1023px) {
  .l-header-nav a {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 767px) {
  .l-header-nav a {
    font-size: 2rem;
  }
}

/*==================================================
l-nav-switch
==================================================*/
.l-nav-switch {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 50PX;
  height: 50px;
  margin: auto;
  border: none;
  background: none;
}

.l-nav-switch__line {
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 0;
  margin: 0 auto;
  border-top: solid 2px #fff;
  transition: all 0.4s;
}

.l-nav-switch__line:nth-child(1) {
  top: calc(50% - 8px);
}

.l-nav-switch__line:nth-child(2) {
  top: 50%;
}

.l-nav-switch__line:nth-child(3) {
  top: calc(50% + 8px);
}

.l-nav-switch.-show .l-nav-switch__line:nth-child(1) {
  top: 50%;
  transform: rotate(-45deg);
}

.l-nav-switch.-show .l-nav-switch__line:nth-child(2) {
  display: none;
}

.l-nav-switch.-show .l-nav-switch__line:nth-child(3) {
  top: 50%;
  transform: rotate(45deg);
}

/*==================================================
l-main
==================================================*/
.l-main {
  line-height: var(--base-line);
  font-size: var(--font-base);
  //margin-top: var(--header-height);
  padding-block: var(--main-padding);
}

.home .l-main {
  padding-block: 0;
}

.l-main--underpage {
  //margin-top: var(--header-height);
  //adding-block: var(--main-padding);
}

.l-main--events {
  //padding-top: 200px;
  background: url("../img/events/page-bg.jpg") no-repeat center top;
}

@media all and (max-width: 1023px) {
  .l-main--events {
    padding-top: 120px;
    background-size: 1000px;
  }
}




/*==================================================
フローディングメニュー
==================================================*/

.flt_menu_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  z-index: 101;
  justify-items: center;
}

.flt_menu_wrap a {
  padding: 10px;
  width: 60px;
}





/*==================================================
l-pagetop
==================================================*/
.l-pagetop {
  transition: opacity 0.4s;
  pointer-events: none;
  opacity: 0;
}

.l-pagetop.-fadein {
  pointer-events: auto;
  opacity: 1;
}

/*==================================================
l-footer
==================================================*/
.l-footer {
  display: grid;
  grid-template-rows: 1fr 1em;
  height: 1280px;
  padding: 50px var(--site-padding) 30px var(--site-padding);
  background: url("../img/common/footer-bg.jpg") no-repeat center/cover;
  text-align: center;
  color: #fff;
}

@media all and (max-width: 767px) {
  .l-footer {
    grid-template-rows: 1fr 60px;
  }
}

ul.l-footer-sublist li img {
  width: 1em;
  margin-right: 0.4em;
}

@media all and (max-width: 767px) {
  .l-footer {
    height: 1160px;
  }
}

.l-footer-logo {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .l-footer-logo {
    margin-bottom: 40px;
  }
}

.l-footer-message {
  margin-bottom: 45px;
  font-family: var(--font-min);
  font-size: 2.3rem;
}

@media all and (max-width: 767px) {
  .l-footer-message {
    margin-bottom: 40px;
  }
}

.l-footer-message__kan {
  font-size: 2.8rem;
  font-weight: inherit;
}

.l-footer-nav {
  display: grid;
  gap: 50px;
  width: fit-content;
  margin: auto;
  text-align: left;
}

@media all and (max-width: 767px) {
  .l-footer-nav {
    gap: 25px;
  }
}

.l-footer-list {
  display: grid;
  gap: 10px;
}

.l-footer-list a {
  padding-left: 20px;
  background: url("../img/common/ico-plus.svg") no-repeat left center/9px;
  font-family: var(--font-en);
  font-size: 1.8rem;
}

@media all and (max-width: 767px) {
  .l-footer-list a {
    font-size: 1.6rem;
  }
}

.l-footer-sublist {
  display: grid;
  gap: 20px;
  font-size: 1.8rem;
}

@media all and (max-width: 767px) {
  .l-footer-sublist {
    font-size: 1.6rem;
  }
}

.l-footer-sublist__line {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.l-footer-copy {
  font-style: normal;
  font-size: 12px;
}

/*==================================================
module
==================================================*/
/*--------------------
text
--------------------*/
.m-under {
  text-decoration: underline;
}

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

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

/*--------------------
link
--------------------*/
/*--------------------
btn
--------------------*/
.m-btn {
  display: block;
  width: 164px;
  height: 40px;
  padding: 2px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #bf9445 0%, #f5cf41 50%, #c09212 100%);
  color: #fff;
  transition: .4s !important;
}

@media all and (max-width: 767px) {
  .m-btn {
    width: 100px;
    height: 30px;
  }
}

.m-btn:hover {
  padding: 15px;
}

.m-btn__inner {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.88);
  color: #231815;
  font-size: 1.6rem;
  font-family: var(--font-en);
}

@media all and (max-width: 767px) {
  .m-btn__inner {
    font-size: 1.4rem;
  }
}

.m-btn--center {
  margin: 0 auto;
}

.m-btn--right {
  margin-left: auto;
}

@media (hover: hover) and (pointer: fine) {
  .m-btn:hover {
    opacity: 0.8;
  }
}




/*--------------------
ttl 
--------------------*/
.m-page-title {
  width: fit-content;
  margin-inline: auto auto;
  padding-left: 30px;
  font-size: 4rem;
  color: #221714;
  font-family: var(--font-en);
  background: url("../img/common/ico-plus-brown.svg") no-repeat left center/20px auto;
}

@media all and (max-width: 767px) {
  .m-page-title {
    display: flex;
    align-items: center;
    font-size: 3rem;
    line-height: 1;
  }
}

.m-page-title--archive {
  margin-bottom: 150px;
}

@media all and (max-width: 1023px) {
  .m-page-title--archive {
    margin-bottom: 80px;
  }
}

@media all and (max-width: 767px) {
  .m-page-title--archive {
    margin-bottom: 40px;
  }
}

.m-page-title--other {
  margin-bottom: 40px;
  padding-left: 0;
  background: none;
}

/*--------------------
inner
--------------------*/
.m-inner {
  width: min(100%, var(--site-width));
  margin: 0 auto;
  padding-inline: var(--site-padding);
}

@media all and (max-width: 767px) {
  .m-inner {
    width: 100%;
  }
}

.m-inner.-pos {
  position: relative;
}

/*--------------------
m-pager
--------------------*/
.m-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1;
  gap: 40px;
}

@media all and (max-width: 767px) {
  .m-pager {
    gap: 20px;
    font-size: 1.8rem;
  }
}

.m-pager nav.pagination {
  margin-top: 150px;
}

@media all and (max-width: 1023px) {
  .m-pager nav.pagination {
    margin-top: 70px;
  }
}

@media all and (max-width: 767px) {
  .m-pager nav.pagination {
    margin-top: 50px;
  }
}

.m-pager .page-numbers {
  display: flex;
  gap: 40px;
}

@media all and (max-width: 767px) {
  .m-pager .page-numbers {
    gap: 20px;
  }
}

.m-pager .nav-links img {
  width: 8px;
}

@media all and (max-width: 767px) {
  .m-pager .nav-links img {
    width: 6px;
  }
}

.m-pager span.page-numbers,
.m-pager a.page-numbers {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
}

@media all and (max-width: 767px) {

  .m-pager span.page-numbers,
  .m-pager a.page-numbers {
    width: 32px;
    height: 32px;
  }
}

.m-pager .current {
  border-radius: 50%;
  background: #e8e8ef;
}

/*--------------------
js-txt
--------------------*/
.js-txt {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.js-txt.-show {
  opacity: 1;
}

/*==================================================
top
==================================================*/
.top-title {
  padding-left: 30px;
  font-size: 4rem;
  color: #221714;
  font-family: var(--font-en);
  background: url("../img/common/ico-plus-brown.svg") no-repeat left center/20px auto;
}

@media all and (max-width: 767px) {
  .top-title {
    display: flex;
    align-items: center;
    font-size: 3rem;
    line-height: 1;
  }
}

.top-title--center {
  width: fit-content;
  margin-inline: auto auto;
}

.top-head {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .top-head {
    gap: 10px;
    margin-bottom: 30px;
    justify-content: space-between;
  }
}

/*==================================================
page
==================================================*/
.mv {
  position: relative;
  overflow: hidden;
}

.mv__inner {
  position: relative;
  z-index: 10;
  max-width: var(--site-width);
  margin-inline: auto auto;
}

.mv__title {
  position: absolute;
  left: 0;
  top: 200px;
  padding-inline: var(--site-padding);
  color: #fff;
  font-family: var(--font-min);
  font-size: 4.2rem;
  line-height: 1.45;
}

@media all and (max-width: 767px) {
  .mv__title {
    font-size: 6.5vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .mv__title {
    font-size: 5.5vw;
    top:100px;
  }
}



.mv__title:before,
.mv__title:after {
  content: '';
  position: absolute;
  left: var(--site-padding);
  display: block;
  width: 100%;
  border-top: 2px solid;
}

.mv__title:before {
  bottom: -30px;
  width: 65%;
}

@media all and (max-width: 767px) {
  .mv__title:before {
    bottom: -5vw;
  }
}

.mv__title:after {
  bottom: -43px;
  width: 50%;
}

@media all and (max-width: 767px) {
  .mv__title:after {
    bottom: -8vw;
  }
}

.mv__kan {
  font-size: 5.4rem;
  font-weight: inherit;
}

@media all and (max-width: 767px) {
  .mv__kan {
    font-size: 8.5vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .mv__kan {
    font-size: 6.5vw;
  }
}


.mv__img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

@media all and (max-width: 767px) {
  .mv__img {
    height: 80vh;
  }
}


.mv .mv-slider {
  margin-bottom: 0 !important;
}

.mv .slick-dots {
  bottom: 50px !important;
  z-index: 100;
}

@media all and (max-width: 767px) {
  .mv .slick-dots {
    bottom: 30px !important;
  }
}

.mv .slick-dots li {
  width: min(10%, 64px);
  height: 2px;
}

.mv .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #757575;
  border-radius: 0;
}

.mv .slick-dots li.slick-active button {
  background: #fff !important;
}

/*==================================================
about
==================================================*/
.top-about {
  position: relative;
  padding-block: var(--section-padding);
  background: url("../img/about-bg.jpg") no-repeat center top/cover;
}

.top-about-bg-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.12;
  font-size: 24.4rem;
  line-height: 1;
  font-family: var(--font-en);
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
}

@media all and (max-width: 1600px) {
  .top-about-bg-text {
    font-size: 15vw;
  }
}

.top-about-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
}

@media all and (max-width: 767px) {
  .top-about-row {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 10px;
  }
}

.top-about-message {
  display: grid;
  place-content: start center;
}

.top-about-title {
  font-family: var(--font-min);
  margin-bottom: 100px;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #043643;
}

@media all and (max-width: 1023px) {
  .top-about-title {
    margin-bottom: 70px;
    font-size: 2.8rem;
  }
}

@media all and (max-width: 767px) {
  .top-about-title {
    margin-bottom: 40px;
    font-size: 2.6rem;
  }
}

.top-about-title__kan {
  font-size: 4rem;
}

@media all and (max-width: 1023px) {
  .top-about-title__kan {
    font-size: 3.6rem;
  }
}

@media all and (max-width: 767px) {
  .top-about-title__kan {
    font-size: 3.4rem;
  }
}

.top-about-logotype {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .top-about-logotype {
    width: 100px;
    margin-bottom: 20px;
  }
}

.top-about-texts {
  display: grid;
  gap: 1.5em;
}

.top-about-texts__strong {
  font-feature-settings: "palt";
  font-size: 2.2rem;
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .top-about-texts__strong {
    font-size: 1.8rem;
  }
}

.top-about-mark {
  display: grid;
  place-items: start;
  padding-left: 60px;
}

@media all and (max-width: 767px) {
  .top-about-mark {
    padding-left: 0;
  }
}

.top-about-mark__img {
  width: 72px;
  display: block;
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  .top-about-mark__img {
    width: 56px;
    margin-bottom: 20px;
  }
}

.top-about-mark__title {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .top-about-mark__title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

/*==================================================
top-works
==================================================*/
.top-works {
  padding: var(--section-padding) var(--site-padding);
  background: url("../img/works-bg.jpg") no-repeat center top;
  padding-right: 0;
}

@media all and (max-width: 767px) {
  .top-works {
    padding: var(--section-padding) var(--site-padding);
  }
}

.top-works-row {
  display: grid;
  grid-template-columns: 1fr 70px auto;
  justify-content: flex-end;
  align-items: center;
  max-width: 1570px;
  margin-inline: auto auto;
}

@media all and (max-width: 767px) {
  .top-works-row {
    display: block;
  }
}

.top-works-row__left {
  position: relative;
  grid-row: 1/2;
  grid-column: 1/3;
}

.top-works-row__right {
  grid-row: 1/2;
  grid-column: 2/4;
}

@media all and (max-width: 767px) {
  .top-works-row__right {
    margin: 0 calc(50% - 50vw);
  }
}

.top-works-title {
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  .top-works-title {
    margin-bottom: 20px;
  }
}

.top-works-body {
  max-width: 700px;
  margin-left: auto;
}

@media all and (max-width: 1600px) {
  .top-works-body {
    width: 40vw;
  }
}

@media all and (max-width: 767px) {
  .top-works-body {
    width: 100%;
  }
}

.top-works-message {
  display: grid;
  gap: 1em;
  margin-bottom: 80px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 20px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.24);
}

@media all and (max-width: 767px) {
  .top-works-message {
    margin-bottom: 30px;
    padding: 20px;
  }
}

.top-works-imglist {
  width: 895px;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(2, 1fr);
}

@media all and (max-width: 1600px) {
  .top-works-imglist {
    width: 60vw;
  }
}

@media all and (max-width: 767px) {
  .top-works-imglist {
    width: 100%;
    margin-bottom: 30px;
  }
}

.top-works-imglist img {
  width: 100%;
}

/*==================================================
top-projects
==================================================*/
.top-projects {
  padding-block: var(--section-padding);
}

.top-projects-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.top-projects-gallery img.attachment-full.size-full.wp-post-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

@media all and (max-width: 767px) {
  .top-projects-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.top-projects-gallery a {
  transition: filter 0.3s;
  filter: brightness(0.6);
}

@media (hover: hover) and (pointer: fine) {
  .top-projects-gallery a:hover {
    filter: brightness(1);
  }
}

.single-projects img.attachment-full.size-full.wp-post-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}


/*==================================================
top-projects
==================================================*/
.top-projects {
  padding-block: var(--section-padding);
}

/*==================================================
top-model
==================================================*/
.top-model {
  padding-block: var(--section-padding);
}

.top-model-video {
  max-width: 1600px;
  margin-inline: auto auto;
}

.top-model-video video {
  object-fit: cover;
  width: 100%;
  height: 720px;
}

@media all and (max-width: 767px) {
  .top-model-video video {
    height: 350px;
  }
}

/*==================================================
top-events
==================================================*/
.top-events {
  padding-block: 50px 100px;
}

@media all and (max-width: 767px) {
  .top-events {
    padding-block: 25px 70px;
  }
}

.top-events-list {
  display: grid;
  gap: 30px;
}

@media all and (max-width: 767px) {
  .top-events-list {
    gap: 40px;
  }
}

.top-events-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

@media all and (max-width: 767px) {
  .top-events-unit {
    grid-template-columns: 1fr;
  }
}

.top-events-unit__texts {
  padding-left: 50px;
}

@media all and (max-width: 767px) {
  .top-events-unit__texts {
    padding-left: 0;
  }
}

.top-events-unit__img img {
  width: 100%;
}

.top-events-unit__day {
  margin-bottom: 25px;
  font-size: 2rem;
  font-family: var(--font-en);
}

@media all and (max-width: 767px) {
  .top-events-unit__day {
    margin-bottom: 0px;
    font-size: 1.6rem;
  }
}

.top-events-unit__title {
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .top-events-unit__title {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}

.top-events-unit__text {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .top-events-unit__text {
    margin-bottom: 10px;
  }
}

/*==================================================
top-archives
==================================================*/
.top-arvices {
  padding-block: 50px 300px;
}

@media all and (max-width: 767px) {
  .top-arvices {
    padding-block: 50px 100px;
  }
}

.archive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 25px;
}

@media all and (max-width: 1023px) {
  .archive-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 767px) {
  .archive-list {
    grid-template-columns: 1fr;
  }
}

.archive-unit {
  position: relative;
  display: block;
}

.archive-unit__category {
  position: absolute;
  left: 12px;
  top: 12px;
  display: grid;
  place-items: center;
  padding: 5px 15px;
  background: #fff;
  border-radius: 20px;
  line-height: 1;
  color: #272828;
  font-family: var(--font-en);
}

.archive-unit__img {
  border-radius: 12px;
}

.archive-unit__body {
  position: relative;
  margin-top: 15px;
  padding-inline: 20px 20px;
}

/*
.archive-unit__body:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 20px;
display: block;
width: 47px;
height: 47px;
margin: auto;
background: url("../img/common/page-link.svg") no-repeat right bottom/contain;
}
*/

.archive-unit__day {
  font-size: 2rem;
  font-family: var(--font-en);
}

.archive-unit__text {
  font-size: 1.8rem;
  font-weight: 500;
}

.archive-btn {
  display: block;
  width: 35px;
  position: absolute;
  top: 0;
  right: 25px;
  height: 35px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(to right, #bf9445 0%, #f5cf41 50%, #c09212 100%);
  transition: .4s;
}

.archive-btn__inner {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #fff;
}

.archive-btn__inner:before,
.archive-btn__inner:after {
  content: '';
  transition: translate .4s;
  position: absolute;
  left: 14px;
  display: block;
  width: 8px;
  height: 1px;
  margin: auto;
  background: #000;
}

.archive-btn__inner:before {
  top: 14px;
  transform: rotate(60deg);
}

.archive-btn__inner:after {
  bottom: 14px;
  transform: rotate(-60deg);
}

.archive-btn:hover {
  padding: 10px;
}

@media all and (max-width: 767px) {
  .archive-btn {
    width: 32px;
    height: 32px;
  }

  .archive-btn__inner:before,
  .archive-btn__inner:after {
    left: 12px;
  }

  .archive-btn__inner:before {
    top: 12px;
  }

  .archive-btn__inner:after {
    bottom: 12px;
  }
}


/*==================================================
events
==================================================*/

.events-single {
  padding-bottom: var(--main-padding);
}

.events-page {
  padding-bottom: var(--main-padding);
}

.events-unit__img {
  border-radius: 20px;
  margin-bottom: 20px;
}

.events-unit__img img {
  width: 100%;
  border-radius: var(--radius);
  aspect-ratio: 670/410;
  object-fit: cover;
}

.events-unit__day {
  margin-bottom: 5px;
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .events-unit__day {
    font-size: 1.6rem;
  }
}

.events-unit__title {
  margin-bottom: 10px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
}

@media all and (max-width: 767px) {
  .events-unit__title {
    font-size: 2.4rem;
  }
}

.events-unit__text {
  margin-bottom: 30px;
  font-weight: 500;
}

@media all and (max-width: 1023px) {
  .events-unit__text {
    margin-bottom: 10px;
  }
}

.events-archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 50px;
}

@media all and (max-width: 1023px) {
  .events-archive {
    gap: 40px 20px;
  }
}

@media all and (max-width: 767px) {
  .events-archive {
    grid-template-columns: 1fr;
    gap: 30px 15px;
  }
}

.events-header {
  position: relative;
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .events-header {
    margin-bottom: 35px;
  }
}

.events-header__img {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .events-header__img {
    margin-bottom: 10px;
  }
}

.events-header__img img {
  width: 100%;
  border-radius: var(--radius);
}

.events-header__inner {
  //padding: 0 45px;
}

@media all and (max-width: 767px) {
  .events-header__inner {
    padding: 0;
  }
}

.events-header__day {
  margin-bottom: 15px;
  font-size: 2rem;
}

@media all and (max-width: 767px) {
  .events-header__day {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}

.events-body {
  max-width: 860px;
  margin-inline: auto auto;
  margin-bottom: 270px;
}

@media all and (max-width: 1023px) {
  .events-body {
    margin-bottom: 150px;
  }
}

@media all and (max-width: 767px) {
  .events-body {
    margin-bottom: 100px;
  }
}

.events-body .wp-block-gallery {
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  .events-body .wp-block-gallery {
    margin-bottom: 30px;
  }
}

.events-body .wp-block-gallery img {
  border-radius: var(--radius);
}

.events-body .wp-block-media-text {
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .events-body .wp-block-media-text {
    margin-bottom: 20px;
  }
}

.events-body>p {
  //max-width: 610px;
  margin-inline: auto auto;
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .events-body>p {
    margin-bottom: 20px;
  }
}

.events-body .wp-block-media-text__content {
  display: grid;
  gap: 1.5em 0;
  align-self: start;
}

@media all and (max-width: 767px) {
  .events-body .wp-block-media-text__content {
    gap: 1em;
    padding: 20px 0 0 0;
  }
}

.events-body .wp-block-media-text__media img {
  border-radius: var(--radius);
}








/*==================================================
works-page
==================================================*/
.post-type-archive-works {
  background: linear-gradient(#fff 0vw, #adbfc7 100vw, #adbfc7 100%);
}

@media all and (max-width: 767px) {
  .works-page {
    //padding-block: 70px 110px;
  }
}

.works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media all and (max-width: 1023px) {
  .works-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 767px) {
  .works-list {
    gap: 20px 15px;
  }
}

.works-message {
  display: grid;
  gap: 60px;
  width: fit-content;
  margin-inline: auto auto;
  margin-bottom: 100px;
  font-size: 2.2rem;
}

@media all and (max-width: 767px) {
  .works-message {
    gap: 30px;
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
}

.works-unit__img {
  display: block;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .works-unit__img {
    margin-bottom: 5px;
  }
}

.works-unit__title {
  font-size: 1.6rem;
  line-height: 1.2;
}

@media all and (max-width: 767px) {
  .works-unit__title {
    font-size: 1.5rem;
  }
}

.works-unit__date {
  font-size: 2rem;
}

@media all and (max-width: 767px) {
  .works-unit__date {
    font-size: 1.3rem;
  }
}

/*==================================================
archive-page
==================================================*/
.archive-page {
  //padding-block: 150px;
}

@media all and (max-width: 1023px) {
  .archive-page {
    //padding-block: 90px 120px;
  }
}

@media all and (max-width: 767px) {
  .archive-page {
    //padding-block: 70px 100px;
  }
}

/*==================================================
single
==================================================*/
.single-header {
  margin-bottom: 70px;
}

@media all and (max-width: 767px) {
  .single-header {
    margin-bottom: 35px;
  }
}

.single-title {
  margin-bottom: 2em;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .single-title {
    font-size: 3rem;
  }
}

.single-category {
  display: grid;
  place-content: center;
  width: fit-content;
  margin-inline: auto auto;
  height: 40px;
  margin-bottom: 10px;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 2rem;
  border: 1px solid;
  line-height: 1;
  font-family: var(--font-en);
}

@media all and (max-width: 767px) {
  .single-category {
    height: 34px;
    font-size: 1.6rem;
  }
}

.single-day {
  text-align: center;
  font-family: var(--font-en);
  font-size: 2rem;
}

.single-body {
  max-width: 1200px;
  margin-inline: auto auto;
  margin-bottom: 300px;
}

@media all and (max-width: 1023px) {
  .single-body {
    margin-bottom: 120px;
  }
}

@media all and (max-width: 767px) {
  .single-body {
    margin-bottom: 70px;
  }
}

.single-body .wp-block-media-text .wp-block-media-text__media {
  padding: 0 30px;
}

@media all and (max-width: 767px) {
  .single-body .wp-block-media-text .wp-block-media-text__media {
    padding: 0;
  }
}

.single-body .wp-block-media-text .wp-block-media-text__content {
  align-self: start;
  display: grid;
  gap: 1.7em;
  padding: 0 20px;
}

@media all and (max-width: 767px) {
  .single-body .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 0;
  }
}

.single-body .wp-block-media-text img {
  border-radius: var(--radius);
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 20px;
}







/*==================================================
projects
==================================================*/
.projects-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}

@media all and (max-width: 1023px) {
  .projects-list {
    gap: 20px 30px;
  }
}

@media all and (max-width: 767px) {
  .projects-list {
    grid-template-columns: 1fr;
  }
}

.projects-unit {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  background: #e8e8ef;
  color: #8d8d8d;
}

.projects-unit__body {
  display: grid;
  grid-template-rows: 1fr 1em;
  padding: 30px 25px;
}

@media all and (max-width: 1023px) {
  .projects-unit__body {
    padding: 20px;
  }
}

.projects-unit__title {
  font-family: var(--font-en);
  font-size: 2rem;
}

.projects-unit__num {
  display: block;
  font-size: 4.6rem;
  font-family: var(--font-en);
  line-height: 1;
}

@media all and (max-width: 1023px) {
  .projects-unit__num {
    font-size: 3.2rem;
  }
}

.projects-unit__day {
  font-size: 2rem;
}

@media all and (max-width: 1023px) {
  .projects-unit__day {
    font-size: 1.6rem;
  }
}

.projects-unit__img img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

@media all and (max-width: 1023px) {
  .projects-unit__img img {
    height: 200px;
  }
}

.projects-gallery {
  max-width: 860px;
  margin: 0 auto;
}

img#main-image {
    background: #eee;
}
.projects-main-image img {
  width: 100%;
  display: block;
  object-fit: contain;
  aspect-ratio: 3 / 2;
}

.projects-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .projects-thumbnails {
    gap: 5px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
}

.projects-thumbnails img.thumb {
  width: 100%;
  display: block;
  cursor: pointer;
  object-fit: cover;
}

.projects-other {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.projects-body {
  max-width: 860px;
  margin-inline: auto auto;
}

.projects-body h2.wp-block-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
}

.projects-body p {
  margin-bottom: 60px;
}

/*==================================================
page-thumbnail
==================================================*/
.page-thumbnail {
  margin-inline: auto auto;
  margin-bottom: 200px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .page-thumbnail {
    margin-bottom: 45px;
  }
}

.m-page-title.m-page-title--page {
  margin-bottom: 150px;
}

@media all and (max-width: 767px) {
  .m-page-title.m-page-title--page {
    margin-bottom: 40px;
  }
}

.page-contents .wp-block-gallery {
  --wp--style--gallery-gap-default: 24px;
}

@media all and (max-width: 767px) {
  .page-contents .wp-block-gallery {
    --wp--style--gallery-gap-default: 16px;
  }
}

@media all and (max-width: 767px) {
  .page-contents .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
}

.page-contents>p {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .page-contents>p {
    margin-bottom: 10px;
  }
}

.page-contents .wp-block-gallery.has-nested-images,
.page-contents .wp-block-media-text {
  margin-bottom: 90px;
}

@media all and (max-width: 767px) {

  .page-contents .wp-block-gallery.has-nested-images,
  .page-contents .wp-block-media-text {
    margin-bottom: 45px;
  }
}

.page-contents .wp-block-columns {
  width: fit-content;
  margin-inline: auto auto;
  margin-bottom: 90px;
}

@media all and (max-width: 767px) {
  .page-contents .wp-block-columns {
    margin-bottom: 45px;
  }
}

@media all and (max-width: 767px) {
  .page-contents .wp-block-media-text {
    display: grid;
    gap: 16px;
  }
}

@media all and (max-width: 767px) {
  .page-contents .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}

.page-contents .wp-block-column {
  display: grid;
  gap: 1em;
}

.page-contents iframe {
  width: 100%;
}



.wp-block-separator {
  border-top: 1px solid;
  margin: 1vw 0;
}







/*JS*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider * {
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: red;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}

.slick-dots li.slick-active button {
  background: blue;
}

/*SASS MODULE*/





/*  */
.glightbox-container .gslide {
  width: 100%;
  max-width: 1000px;
  border-radius: 12px;
  overflow: hidden;
  font-size: 16px;

}

.glightbox-clean .gclose {
  background: none;
}