@charset "UTF-8";
/* media-queries */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap");
@media screen and (max-width: 767px) {
  .orientation_landscape .landscape {
    display: block;
  }
  .orientation_landscape .portrait {
    display: none;
  }
  .orientation_portrait .landscape {
    display: none;
  }
  .orientation_portrait .portrait {
    display: block;
  }
}
.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: none;
}

.sp-tb {
  display: none;
}

.tb-pc {
  display: none;
}

.js-media-queries {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: none;
  }
  .pc {
    display: none;
  }
  .js-media-queries {
    font-family: "sp";
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: block;
  }
  .js-media-queries {
    font-family: "tb";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: "pc";
  }
}
@media screen and (min-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: "pc";
  }
}
@media print {
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
}
body {
  font-family: "Lato", sans-serif;
}

/*! http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
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 {
  vertical-align: baseline;
}

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

/*! HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

* {
  margin: 0;
  padding: 0;
  border: none;
}

html {
  margin: 0;
  padding: 0;
}

body {
  line-height: 0;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  text-align: justify;
}

h1, h2, h3, h4, h5, p {
  text-align: left;
}

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

a:link, a:visited {
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.skip-link {
  position: absolute;
}

.skip-link:not(:focus) {
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.skip-link:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 9999;
  margin: 0;
  padding: 25px 25px !important;
  background-color: lightgray;
}

.skip-link {
  position: absolute;
  display: block;
  z-index: 99999999 !important;
  margin: 0;
  padding: 10px 20px;
}
.skip-link:not(:focus) {
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.skip-link:focus {
  display: block;
  z-index: 99999999 !important;
  margin: 0;
  padding: 10px 20px;
}

.tsuzuri-header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
}
.tsuzuri-header.is-scrolled {
  height: 60px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-header {
    height: 70px;
  }
  .tsuzuri-header.is-scrolled {
    height: 56px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-header {
    height: 70px;
  }
  .tsuzuri-header.is-scrolled {
    height: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-header {
    height: 68px;
  }
  .tsuzuri-header.is-scrolled {
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-header {
    height: 68px;
  }
  .tsuzuri-header.is-scrolled {
    height: 54px;
  }
}
.page-top .tsuzuri-header {
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.page-top .tsuzuri-header.is-scrolled {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tsuzuri-header__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  color: #000;
  height: 80px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-header__inner {
    height: 70px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-header__inner {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-header__inner {
    height: 68px;
  }
}
.tsuzuri-header__shadow {
  display: none;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
}
.page-top .tsuzuri-header__shadow {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.is-scrolled .tsuzuri-header__shadow {
  display: none;
}
.tsuzuri-header__logo {
  width: 169px;
  height: 80px;
  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;
  margin-left: 24px;
  margin-right: auto;
  padding-bottom: 5px;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
}
.is-scrolled .tsuzuri-header__logo {
  height: 60px;
  width: 124px;
  padding-top: 3px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-header__logo {
    width: 149px;
    margin-left: 24px;
    height: 70px;
  }
  .is-scrolled .tsuzuri-header__logo {
    height: 56px;
    width: 124px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-header__logo {
    width: 149px;
    margin-left: 24px;
    height: 70px;
  }
  .is-scrolled .tsuzuri-header__logo {
    height: 56px;
    width: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-header__logo {
    margin-left: 24px;
    width: 130px;
    height: 68px;
  }
  .is-scrolled .tsuzuri-header__logo {
    height: 54px;
    width: 110px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-header__logo {
    margin-left: 20px;
    width: 124px;
    height: 68px;
  }
  .is-scrolled .tsuzuri-header__logo {
    height: 54px;
    width: 110px;
    padding-top: 3px;
  }
}
.tsuzuri-header__logo-svg {
  width: 100% !important;
  height: auto;
  padding-bottom: 3px !important;
}
.tsuzuri-header__logo-svg path.mark, .tsuzuri-header__logo-svg polygon.mark {
  fill: #C99F45 !important;
}
.page-top .tsuzuri-header__logo-svg path.mark, .page-top .tsuzuri-header__logo-svg polygon.mark {
  fill: #fff !important;
}
.is-menu-open .tsuzuri-header__logo-svg path.mark, .is-menu-open .tsuzuri-header__logo-svg polygon.mark {
  fill: #C99F45 !important;
}
.is-scrolled .tsuzuri-header__logo-svg path.mark, .is-scrolled .tsuzuri-header__logo-svg polygon.mark {
  fill: #C99F45 !important;
}
.tsuzuri-header__logo-svg path.typo, .tsuzuri-header__logo-svg polygon.typo {
  fill: #000 !important;
}
.page-top .tsuzuri-header__logo-svg path.typo, .page-top .tsuzuri-header__logo-svg polygon.typo {
  fill: #fff !important;
}
.is-scrolled .tsuzuri-header__logo-svg path.typo, .is-scrolled .tsuzuri-header__logo-svg polygon.typo {
  fill: #000 !important;
}
.tsuzuri-header__logo-svg path, .tsuzuri-header__logo-svg polygon {
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
}
.tsuzuri-header__logo-svg.is-menu path, .tsuzuri-header__logo-svg.is-menu polygon {
  fill: #fff !important;
}
.tsuzuri-header__logo svg {
  width: 124px;
  padding: 0 !important;
  margin: 0 !important;
}
.tsuzuri-header__logo svg path {
  fill: #000;
}
@media screen and (max-width: 767px) {
  .tsuzuri-header__logo svg {
    width: 116px;
  }
}
.tsuzuri-header__ham {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  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;
  cursor: pointer;
  z-index: 9999999 !important;
  display: none;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .tsuzuri-header__ham {
    display: none;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-header__ham {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-header__ham {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-header__ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .is-scrolled .tsuzuri-header__ham {
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-header__ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 68px;
    height: 68px;
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .is-scrolled .tsuzuri-header__ham {
    height: 54px;
  }
}
.tsuzuri-header__ham-inner {
  position: relative;
  width: 24px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tsuzuri-header__ham-inner.is-clicked .tsuzuri-header__ham-line:nth-child(1) {
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tsuzuri-header__ham-inner.is-clicked .tsuzuri-header__ham-line:nth-child(2) {
  opacity: 0;
}
.tsuzuri-header__ham-inner.is-clicked .tsuzuri-header__ham-line:nth-child(3) {
  position: absolute;
  bottom: 8px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tsuzuri-header__ham-line {
  position: absolute;
  width: 18px;
  height: 1px;
  right: 0;
  background-color: black;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  -webkit-transition: all 200ms 0s ease-out;
  transition: all 200ms 0s ease-out;
  -webkit-animation-name: humAnimation;
          animation-name: humAnimation;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: cubic-bezier(0.35, 0.96, 0.46, 1.01);
          animation-timing-function: cubic-bezier(0.35, 0.96, 0.46, 1.01);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.page-top .tsuzuri-header__ham-line {
  background-color: white;
}
.is-scrolled .tsuzuri-header__ham-line {
  background-color: black;
}
.is-menu-open .tsuzuri-header__ham-line {
  background-color: white;
}
@-webkit-keyframes humAnimation {
  0% {
    width: 0%;
    right: 0%;
  }
  30% {
    width: 100%;
    right: 0%;
  }
  90% {
    width: 100%;
    right: 0%;
  }
  100% {
    width: 0%;
    right: 100%;
  }
}
@keyframes humAnimation {
  0% {
    width: 0%;
    right: 0%;
  }
  30% {
    width: 100%;
    right: 0%;
  }
  90% {
    width: 100%;
    right: 0%;
  }
  100% {
    width: 0%;
    right: 100%;
  }
}
.tsuzuri-header__ham-line:nth-child(1) {
  top: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.tsuzuri-header__ham-line:nth-child(2) {
  top: 8px;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.tsuzuri-header__ham-line:nth-child(3) {
  bottom: 0;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.tsuzuri-header__nav {
  width: 100%;
  height: 80px;
  margin-top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
}
.is-scrolled .tsuzuri-header__nav {
  margin-top: -60px;
  height: 60px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-header__nav {
    margin-top: -70px;
    height: 70px;
  }
  .is-scrolled .tsuzuri-header__nav {
    margin-top: -56px;
    height: 56px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-header__nav {
    margin-top: -70px;
    height: 70px;
  }
  .is-scrolled .tsuzuri-header__nav {
    margin-top: -56px;
    height: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-header__nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-header__nav {
    display: none;
  }
}
.tsuzuri-header__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.tsuzuri-header__nav-nav {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-header__nav-nav {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-header__nav-nav {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tsuzuri-header__nav-nav a {
  height: 40px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-weight: 600;
  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;
  color: #000;
  text-align: center;
  color: #000;
  position: relative;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
}
.is-scrolled .tsuzuri-header__nav-nav a {
  font-size: 12px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-header__nav-nav a {
    font-size: 13px;
  }
  .is-scrolled .tsuzuri-header__nav-nav a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-header__nav-nav a {
    font-size: 13px;
  }
  .is-scrolled .tsuzuri-header__nav-nav a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .tsuzuri-header__nav-nav a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 5px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: rgba(0, 0, 0, 0.6);
  }
  .page-top .tsuzuri-header__nav-nav a::after {
    background: rgba(255, 255, 255, 0.6);
  }
  .tsuzuri-header__nav-nav a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.page-top .tsuzuri-header__nav-nav a {
  color: #fff;
}
.is-scrolled .tsuzuri-header__nav-nav a {
  color: #000;
}
.tsuzuri-header__nav-nav.is-youtube, .tsuzuri-header__nav-nav.is-instagram {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-header__nav-nav.is-youtube, .tsuzuri-header__nav-nav.is-instagram {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-header__nav-nav.is-youtube, .tsuzuri-header__nav-nav.is-instagram {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.tsuzuri-header__nav-nav.is-youtube a, .tsuzuri-header__nav-nav.is-instagram a {
  width: 30px;
}
@media screen and (min-width: 1024px) {
  .tsuzuri-header__nav-nav.is-youtube a::after, .tsuzuri-header__nav-nav.is-instagram a::after {
    display: none;
  }
  .tsuzuri-header__nav-nav.is-youtube a:hover::after, .tsuzuri-header__nav-nav.is-instagram a:hover::after {
    display: none;
  }
}
.tsuzuri-header__nav-nav.is-youtube {
  background-image: url(../img/tsuzuri-header-icon-youtube--black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}
.page-top .tsuzuri-header__nav-nav.is-youtube {
  background-image: url(../img/tsuzuri-header-icon-youtube--white.svg);
}
.is-scrolled .tsuzuri-header__nav-nav.is-youtube {
  background-image: url(../img/tsuzuri-header-icon-youtube--black.svg);
}
.tsuzuri-header__nav-nav.is-instagram {
  background-image: url(../img/tsuzuri-header-icon-instagram--black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}
.page-top .tsuzuri-header__nav-nav.is-instagram {
  background-image: url(../img/tsuzuri-header-icon-instagram--white.svg);
}
.is-scrolled .tsuzuri-header__nav-nav.is-instagram {
  background-image: url(../img/tsuzuri-header-icon-instagram--black.svg);
}
.tsuzuri-header__nav-icon {
  width: 18px;
  height: 18px;
}
.tsuzuri-header__nav-icon-svg path.fill,
.tsuzuri-header__nav-icon-svg circle.fill,
.tsuzuri-header__nav-icon-svg g.fill {
  fill: #000;
  stroke: none;
}
.tsuzuri-header__nav-icon-svg path.stroke,
.tsuzuri-header__nav-icon-svg circle.stroke,
.tsuzuri-header__nav-icon-svg g.stroke {
  fill: none;
  stroke: #000;
}
.page-top .tsuzuri-header__nav-icon-svg path.fill,
.page-top .tsuzuri-header__nav-icon-svg circle.fill,
.page-top .tsuzuri-header__nav-icon-svg g.fill {
  fill: #fff;
  stroke: none;
}
.page-top .tsuzuri-header__nav-icon-svg path.stroke,
.page-top .tsuzuri-header__nav-icon-svg circle.stroke,
.page-top .tsuzuri-header__nav-icon-svg g.stroke {
  fill: none;
  stroke: #fff;
}
.tsuzuri-header__nav-english {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-header__nav-english {
    padding-right: 0;
  }
}
.tsuzuri-header__nav-english a {
  font-family: "Lato", sans-serif !important;
  letter-spacing: 0.2em !important;
  font-weight: 700;
}
.tsuzuri-header__nav-accordion-head {
  width: 100%;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tsuzuri-header__nav-accordion-body {
  width: 100%;
  height: 0px;
  overflow: hidden;
  background-color: #F5F5F5;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
}
.tsuzuri-header__nav-accordion-body a {
  line-height: 48px !important;
  font-size: 12px !important;
}
@media screen and (min-width: 1024px) {
  .tsuzuri-header__nav.is-white ul li a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.tsuzuri-header__nav-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.tsuzuri-header__nav-menu.is-open {
  clip-path: polygon(0 0, 100% 0%, 100% 100vh, 0% 100vh);
}
@media screen and (max-width: 767px) {
  .tsuzuri-header__nav-menu {
    overflow: scroll;
    margin-top: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999 !important;
    visibility: hidden;
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
    opacity: 0;
  }
  .tsuzuri-header__nav-menu.is-open {
    visibility: visible;
    opacity: 1;
  }
}
.tsuzuri-header__nav-menu-nav {
  padding-top: 20px;
  padding-left: 76px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 500;
}
.tsuzuri-header__menu-nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
.tsuzuri-header__menu-nav-nav a {
  display: inline-block;
  padding: 5px 20px 5px 0px;
}
.tsuzuri-header__menu-nav-nav.is-youtube, .tsuzuri-header__menu-nav-nav.is-instagram {
  margin-right: 20px;
}
.tsuzuri-header__menu-nav-nav.is-youtube a, .tsuzuri-header__menu-nav-nav.is-instagram a {
  width: 24px;
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .tsuzuri-header__menu-nav-nav.is-youtube a::after, .tsuzuri-header__menu-nav-nav.is-instagram a::after {
    display: none;
  }
  .tsuzuri-header__menu-nav-nav.is-youtube a:hover::after, .tsuzuri-header__menu-nav-nav.is-instagram a:hover::after {
    display: none;
  }
}
.tsuzuri-header__menu-nav-nav.is-youtube {
  background-image: url(../img/tsuzuri-header-icon-youtube--black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}
.page-top .tsuzuri-header__menu-nav-nav.is-youtube {
  background-image: url(../img/tsuzuri-header-icon-youtube--white.svg);
}
@media screen and (max-width: 767px) {
  .page-top .tsuzuri-header__menu-nav-nav.is-youtube {
    background-image: url(../img/tsuzuri-header-icon-youtube--black.svg);
  }
}
.is-scrolled .tsuzuri-header__menu-nav-nav.is-youtube {
  background-image: url(../img/tsuzuri-header-icon-youtube--black.svg);
}
.tsuzuri-header__menu-nav-nav.is-instagram {
  background-image: url(../img/tsuzuri-header-icon-instagram--black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}
.page-top .tsuzuri-header__menu-nav-nav.is-instagram {
  background-image: url(../img/tsuzuri-header-icon-instagram--white.svg);
}
@media screen and (max-width: 767px) {
  .page-top .tsuzuri-header__menu-nav-nav.is-instagram {
    background-image: url(../img/tsuzuri-header-icon-instagram--black.svg);
  }
}
.is-scrolled .tsuzuri-header__menu-nav-nav.is-instagram {
  background-image: url(../img/tsuzuri-header-icon-instagram--black.svg);
}
.tsuzuri-header__menu-global {
  position: relative;
  padding-top: 40px;
}
.tsuzuri-header__menu-global-link a {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}
.tsuzuri-header__nav-menu-bg {
  position: fixed !important;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  z-index: 999 !important;
  background-image: url(../img/tsuzuri-menu-bg-1.jpg);
  background-size: cover;
  background-position: center center;
}

.footer {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  position: relative;
}
.page-top .footer {
  margin-top: 90px !important;
}

.tsuzuri-footer {
  padding-top: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-footer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-footer {
    display: none;
  }
}
.tsuzuri-footer__logo {
  width: 360px;
  padding-left: 50px;
}
.tsuzuri-footer__logo-logo {
  width: 200px;
}
.tsuzuri-footer__nav {
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tsuzuri-footer__nav-link a {
  position: relative;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-weight: 500;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .tsuzuri-footer__nav-link a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: black;
    bottom: 3px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .tsuzuri-footer__nav-link a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.tsuzuri-footer__nav-link.is-instagram a, .tsuzuri-footer__nav-link.is-youtube a {
  padding-left: 30px;
}
@media screen and (min-width: 1024px) {
  .tsuzuri-footer__nav-link.is-instagram a::after, .tsuzuri-footer__nav-link.is-youtube a::after {
    display: none;
  }
  .tsuzuri-footer__nav-link.is-instagram a:hover::after, .tsuzuri-footer__nav-link.is-youtube a:hover::after {
    display: none;
  }
}
.tsuzuri-footer__nav-link.is-instagram a {
  background-image: url(../img/tsuzuri-footer-icon-instagram--black.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 4px 6px;
}
.tsuzuri-footer__nav-link.is-youtube a {
  background-image: url(../img/tsuzuri-footer-icon-youtube--black.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 4px 6px;
}
.tsuzuri-footer__nav-home {
  width: 100px;
}
.tsuzuri-footer__nav-nav {
  width: 180px;
}
.tsuzuri-footer__nav-sns {
  width: 130px;
}
.tsuzuri-footer__mark {
  width: calc(100% - 840px);
}
.tsuzuri-footer__mark-mark {
  width: 80%;
  max-width: 600px;
  margin-left: auto;
  margin-right: 0;
}
.tsuzuri-footer__mark-mark #module-lottie__footer {
  width: 100%;
  aspect-ratio: 1000/667;
}

.global-footer {
  width: 100%;
  height: 80px;
  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;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .global-footer {
    padding-top: 18px;
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .global-footer {
    padding-top: 18px;
    display: block;
    height: auto;
  }
}
.global-footer__logo-canon {
  width: 172px;
  margin-left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .global-footer__logo-canon {
    width: 150px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .global-footer__logo-canon {
    width: 120px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.global-footer__list {
  margin-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .global-footer__list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .global-footer__list {
    display: none;
  }
}
.global-footer_list-link {
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .global-footer_list-link {
    width: 25%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .global-footer_list-link {
    width: 50%;
    text-align: center;
  }
}
.global-footer_list-link::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 7px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .global-footer_list-link::after {
    display: none;
  }
}
.global-footer_list-link.is-privacy::after {
  display: none;
}
.global-footer_list-link a {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 180%;
  padding-bottom: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .global-footer_list-link a {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .global-footer_list-link a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    bottom: -1px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .global-footer_list-link a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.global-footer_list-copyright {
  padding-left: 30px;
  padding-right: 0px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 180%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .global-footer_list-copyright {
    padding-left: 0;
    position: absolute;
    right: 20px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .global-footer_list-copyright {
    padding-left: 0;
    position: absolute;
    right: 20px;
    bottom: 0;
    line-height: 90%;
  }
}

.footer-pagetop {
  width: 50px;
  position: fixed;
  right: 16px;
  bottom: 20px;
  z-index: 99999 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-pagetop {
    right: 4px;
  }
}
.footer-pagetop.is-scroll {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .footer-pagetop:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .footer-pagetop {
    width: 50px;
    right: 1px;
    bottom: 30px;
  }
}

.module-bg--black {
  background-color: #000;
}

.module-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .module-column {
    display: block;
    width: 100%;
    overflow-x: hidden;
  }
}
.module-column.is-include {
  padding-top: 80px;
}
.page-top .module-column.is-include {
  padding-top: 120px;
}
.module-column.is-top-series-ad {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .module-column.is-top-series-ad {
    margin-bottom: 60px;
  }
}
.module-column.is-page-title--works {
  position: absolute;
  top: 0px;
  left: 0;
  padding-top: 70px;
  padding-bottom: 0px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .module-column.is-page-title--works {
    padding-top: 44px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column.is-page-title--works {
    padding-top: 44px;
  }
}
.module-column.is-page-title--works div, .module-column.is-page-title--works h1, .module-column.is-page-title--works p {
  color: #fff;
}
.module-column.is-page-title--works.is-text-black div, .module-column.is-page-title--works.is-text-black h1, .module-column.is-page-title--works.is-text-black p {
  color: #000;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column.is-page-title--works.is-text-black div, .module-column.is-page-title--works.is-text-black h1, .module-column.is-page-title--works.is-text-black p {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .module-column.is-page-title--works.is-text-black div, .module-column.is-page-title--works.is-text-black h1, .module-column.is-page-title--works.is-text-black p {
    color: #fff;
  }
}
.module-column.is-toppage-information {
  padding-top: 120px;
}
.module-column.is-page-title {
  padding-top: 50px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .module-column.is-page-title {
    padding-top: 30px;
  }
}
.module-column.is-content {
  padding-top: 40px;
}
.module-column__side {
  position: relative;
  padding-right: 30px;
  height: auto;
}
@media screen and (min-width: 1920px) {
  .module-column__side {
    width: 30%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .module-column__side {
    width: 30%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .module-column__side {
    width: 420px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .module-column__side {
    width: 360px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__side {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__side {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-column__side {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .module-column__side.is-works-top {
    width: 320px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .module-column__side.is-works-top {
    width: 320px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .module-column__side.is-works-top {
    width: 320px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .module-column__side.is-works-top {
    width: 280px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__side.is-works-top {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__side.is-works-top {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-column__side.is-works-top {
    width: 100%;
  }
}
.module-column__side.is-work-title {
  padding-right: 0;
}
.module-column__content {
  position: relative;
}
@media screen and (min-width: 1920px) {
  .module-column__content {
    width: 70%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .module-column__content {
    width: 70%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .module-column__content {
    width: calc(100% - 420px);
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .module-column__content {
    width: calc(100% - 360px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__content {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-column__content {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__content:has(.module-column__content-slide) {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__content:has(.module-column__content-slide) {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .module-column__content.is-works-top {
    width: calc(100% - 320px);
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .module-column__content.is-works-top {
    width: calc(100% - 320px);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .module-column__content.is-works-top {
    width: calc(100% - 320px);
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .module-column__content.is-works-top {
    width: calc(100% - 280px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__content.is-works-top {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__content.is-works-top {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-column__content.is-works-top {
    width: 100%;
  }
}
.module-column__content-lead {
  padding-top: 10px;
  padding-bottom: 50px;
}
.module-column__content-lead-lead {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
}
.module-column__lead {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
}
.module-column__note {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  padding-top: 20px;
  padding-bottom: 30px;
}
.module-column__note--indent {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  padding-top: 20px;
  padding-bottom: 30px;
  text-indent: -1em;
  padding-left: 1em;
  padding-right: 30px;
}
.module-column__side-title {
  top: -10px;
  left: 30px;
  position: absolute;
  width: 13em;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-weight: 300;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.module-column__side-title.is-sticky {
  position: sticky;
  top: 120px;
  left: 0;
}
.is-bg-black .module-column__side-title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .module-column__side-title {
    font-size: 10px;
    left: 16px;
  }
}
.is-work-title .module-column__side-title {
  top: -22px;
  font-size: 12px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .is-work-title .module-column__side-title {
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .is-work-title .module-column__side-title {
    top: -10px;
    display: none;
  }
}
.module-column__heading {
  padding-left: 70px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .module-column__heading {
    padding-left: 40px;
  }
}
.is-work-title .module-column__heading {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .is-work-title .module-column__heading {
    padding-left: 20px;
  }
}
.module-column__heading-1 {
  margin-top: -14px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 1920px) {
  .module-column__heading-1 {
    margin-top: -4px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .module-column__heading-1 {
    margin-top: -4px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .module-column__heading-1 {
    margin-top: -4px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .module-column__heading-1 {
    margin-top: -4px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__heading-1 {
    margin-top: -4px;
  }
}
.module-column__heading-1.is-sticky {
  position: sticky;
  top: 120px;
  left: 0;
}
.is-bg-black .module-column__heading-1 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .module-column__heading-1 {
    margin-top: -10px;
    padding-top: 8px;
    padding-left: 3px;
    font-size: 28px;
    line-height: 100%;
  }
}
.is-work-title .module-column__heading-1 {
  width: 320px;
  font-size: 32px;
  margin-top: -16px;
}
@media screen and (max-width: 767px) {
  .is-work-title .module-column__heading-1 {
    font-size: 24px;
    margin-top: -44px;
    display: none;
  }
}
.module-column__heading-2 {
  margin-top: -10px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  color: #000;
  padding-bottom: 30px;
  text-align: left;
}
.module-column__heading-2.is-column-title {
  font-family: "Lato", sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 300;
  padding-bottom: 8px;
}
.module-column__side-p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  text-align: left;
  padding-right: 30px;
  max-width: 320px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__side-p {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__side-p {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-column__side-p {
    max-width: 100%;
    line-height: 180%;
    padding-bottom: 30px;
    padding-right: 0;
  }
}
.module-column__side-p.is-page {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .module-column__side-p.is-page {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .module-column__side-p + .module-column__side-p--indent {
    margin-top: -16px !important;
    padding-top: 0 !important;
  }
}
.module-column__side-p--indent {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  text-align: left;
  padding-right: 30px;
  max-width: 320px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__side-p--indent {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__side-p--indent {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-column__side-p--indent {
    max-width: 100%;
  }
}
.module-column__side-p--indent.is-page {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .module-column__side-p--indent.is-page {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.module-column__heading-5 {
  margin-top: -10px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  color: #000;
  padding-bottom: 30px;
  text-align: left;
}
.module-column__heading-5.is-information-limited {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .module-column__heading-5.is-information-limited {
    padding-top: 20px;
  }
}
.module-column__information-category {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 500;
  color: #000;
  padding-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .module-column__information-category {
    margin-left: -10px;
  }
}
.module-column__title-category {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin-top: -10px;
  padding-bottom: 6px;
}
.is-bg-black .module-column__title-category {
  color: #fff;
}
.module-column__title-date {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
}
.is-bg-black .module-column__title-date {
  color: #fff;
}
.module-column__title-title-en {
  margin-top: -10px;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-weight: 300;
  color: #000;
  padding-bottom: 30px;
}
.is-bg-black .module-column__title-title-en {
  color: #fff;
}
.module-column__sns-title {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-weight: 500;
  margin-top: -10px;
  padding-bottom: 4px;
}
.is-bg-black .module-column__sns-title {
  color: #fff;
}
.module-column__sns-account {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-weight: 300;
  padding-bottom: 30px;
}
.is-bg-black .module-column__sns-account {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .module-column__title-btn-bottom {
    margin-top: -20px;
    margin-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .module-column__title-btn-bottom.is-not-slide {
    margin-top: 30px;
  }
}
.module-column__title-btn-more {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__title-btn-more {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__title-btn-more {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .module-column__title-btn-more {
    margin-bottom: 30px;
  }
}
.module-column__title-btn-more.icon-internal-link a {
  background-image: url(../img/tsuzuri-icon-btn-arrow-right--gray.svg);
  background-repeat: no-repeat;
  background-size: 16px 11px;
  background-position: center right 20px;
}
@media screen and (min-width: 1024px) {
  .module-column__title-btn-more.icon-internal-link a {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .module-column__title-btn-more.icon-internal-link a:hover {
    background-position: center right 10px;
  }
}
.module-column__title-btn-more.icon-internal-link--white a {
  background-image: url(../img/tsuzuri-icon-btn-arrow-right--white.svg);
  background-repeat: no-repeat;
  background-size: 16px 11px;
  background-position: center right 20px;
}
@media screen and (min-width: 1024px) {
  .module-column__title-btn-more.icon-internal-link--white a {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .module-column__title-btn-more.icon-internal-link--white a:hover {
    background-position: center right 10px;
  }
}
.module-column__title-btn-more a {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 180%;
  display: block;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 10px !important;
  width: 240px;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .module-column__title-btn-more a {
    width: 100%;
  }
}
.module-column__title-btn-more a .icon-external-link {
  display: inline-block !important;
  margin-left: 15px;
  margin-top: 0px;
  width: 14px;
  height: 16px;
  background-image: url(../img/tsuzuri-icon-link-external.svg);
  background-size: 13px 11px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.module-column__title-btn-more.is-process-bottom {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
.module-column__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.module-column__works-top-lead {
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  max-width: 740px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__works-top-lead {
    padding-top: 30px;
    padding-left: 70px;
    padding-bottom: 0px;
    max-width: calc(100% - 120px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__works-top-lead {
    padding-top: 30px;
    padding-left: 70px;
    padding-bottom: 0px;
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .module-column__works-top-lead {
    padding-top: 20px;
    padding-left: 46px;
    padding-bottom: 10px;
    max-width: calc(100% - 40px);
  }
}
.module-column__works-top-lead-p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
}
.module-column__controls {
  padding-bottom: 10px;
  padding-right: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__controls {
    margin-top: 20px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__controls {
    margin-top: 20px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .module-column__controls {
    margin-top: 20px;
    padding-right: 0 !important;
    padding-bottom: 40px;
  }
}
.module-column__controls-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__controls-search {
    padding-left: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__controls-search {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .module-column__controls-search {
    padding-left: 20px;
    display: block;
    width: calc(100% - 20px);
  }
}
.module-column__controls-search-input {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .module-column__controls-search-input {
    width: 100%;
  }
}
.module-column__controls-search-input-input {
  width: 100%;
  height: 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  padding: 16px 30px 18px 30px;
  font-weight: 500;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .module-column__controls-search-input-input {
    height: 54px;
    padding: 8px 20px 8px 20px;
  }
}
.module-column__controls-search-input-icon {
  position: relative;
  display: block;
  width: 60px;
  height: 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  background-image: url(../img/tsuzuri-icon-search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media screen and (max-width: 767px) {
  .module-column__controls-search-input-icon {
    height: 54px;
  }
}
.module-column__controls-search-filter-head {
  width: 45%;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.2);
  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;
  cursor: pointer;
  width: 25%;
}
@media screen and (min-width: 1920px) {
  .module-column__controls-search-filter-head {
    width: 25%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .module-column__controls-search-filter-head {
    width: 35%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .module-column__controls-search-filter-head {
    width: 35%;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .module-column__controls-search-filter-head {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__controls-search-filter-head {
    width: 35%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__controls-search-filter-head {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .module-column__controls-search-filter-head {
    width: 100%;
    height: 50px;
  }
}
.module-column__controls-search-filter-head .title {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 600;
  color: #fff;
}
.module-column__controls-search-filter-head .icon {
  margin-left: 16px;
  width: 12px;
  height: 6px;
  background-image: url(../img/tsuzuri-icon-btn-arrow-down--white.svg);
  background-size: 12px 6px;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-column__controls-2column-wrap {
  padding-bottom: 20px;
}
.module-column__controls-2column {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__controls-2column {
    padding-left: 70px;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__controls-2column {
    padding-left: 70px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .module-column__controls-2column {
    display: block;
  }
}
.module-column__controls-2column-title {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  pointer-events: none;
}
.module-column__controls-2column-title.is-filter {
  padding-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__controls-2column-title {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__controls-2column-title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-column__controls-2column-title {
    pointer-events: auto;
    width: 100%;
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 7px;
    cursor: pointer;
    background-image: url(../img/tsuzuri-icon-btn-arrow-down--black.svg);
    background-repeat: no-repeat;
    background-size: 8px 4px;
    background-position: center right 20px;
  }
  .module-column__controls-2column-title.is-open {
    background-image: url(../img/tsuzuri-icon-btn-arrow-up--black.svg);
  }
}
.module-column__controls-2column-title-title {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 500;
}
.module-column__controls-2column-title-title.is-bg-black {
  color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__controls-2column-title-title {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__controls-2column-title-title {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .module-column__controls-2column-title-title {
    padding-top: 10px;
  }
}
.module-column__controls-2column-body {
  width: calc(80% + 60px - 120px);
  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;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .module-column__controls-2column-body {
    width: calc(100% + 200px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__controls-2column-body {
    padding-top: 10px;
    width: 100%;
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__controls-2column-body {
    padding-top: 10px;
    width: 100%;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .module-column__controls-2column-body {
    width: 100%;
    padding-left: 30px;
    padding-top: 12px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .module-column__controls-2column-body.is-accordion {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, height 0.3s ease;
    transition: opacity 0.3s ease, height 0.3s ease;
  }
  .module-column__controls-2column-body.is-accordion.is-open {
    opacity: 1;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .module-column__controls-2column-body.is-works-pulldown {
    display: block;
  }
}
.module-column__controls-pulldown-label {
  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;
}
@media screen and (max-width: 767px) {
  .module-column__controls-pulldown-label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.module-column__controls-pulldown-label .label {
  font-size: 0;
}
.module-column__controls-pulldown-select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 30px 10px 20px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 500;
  cursor: pointer;
  color: #000;
  background-image: url(../img/tsuzuri-icon-btn-arrow-down--white.svg);
  background-size: 8px 4px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.module-column__controls-pulldown-select.is-bg-black {
  color: #fff;
  background-image: url(../img/tsuzuri-icon-btn-arrow-down--white.svg) !important;
}
.module-column__controls-pulldown-select.is-bg-black:focus {
  color: #fff;
  background-color: #000;
}
.module-column__controls-pulldown-select.is-bg-black option {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .module-column__controls-pulldown-select {
    width: calc(100% - 30px);
  }
}
.module-column__controls-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.module-column__controls-tag {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 6px 20px 7px 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.module-column__controls-tag:before {
  content: "# ";
}
.module-column__controls-tag.is-category:before {
  content: "";
}
.module-column__controls-tag.is-selected {
  color: #fff;
  background-color: #000;
  border: 1px solid black;
}
.module-column__controls-tag.is-bg-black {
  color: #fff;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.module-column__controls-tag.is-bg-black.is-selected {
  color: #000;
  background-color: #fff;
  border: 1px solid black;
}
.module-column__controls-view {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-column__controls-view-left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 6px 16px 7px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
}
.module-column__controls-view-right {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 6px 20px 7px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
}
.module-column__controls-view-left, .module-column__controls-view-right {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
.module-column__controls-view-left.is-selected, .module-column__controls-view-right.is-selected {
  cursor: default;
  color: #000;
  background-color: #fff;
}
.module-column__content-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__content-list {
    padding-left: 40px !important;
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__content-list {
    padding-left: 40px !important;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .module-column__content-list {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -40px;
  }
}
.module-column__content-list-item {
  position: relative;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  width: calc(20% - 10px);
}
@media screen and (min-width: 1920px) {
  .module-column__content-list-item {
    width: calc(25% - 10px);
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .module-column__content-list-item {
    width: calc(25% - 10px);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .module-column__content-list-item {
    width: calc(33.333% - 10px);
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .module-column__content-list-item {
    width: calc(33.333% - 10px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-column__content-list-item {
    width: calc(33.333% - 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__content-list-item {
    width: calc(33.333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .module-column__content-list-item {
    width: 100%;
  }
}
.module-column__content-list-item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: calc(100% + 30px);
  height: 60%;
  background-color: #F5F5F5;
  left: 0px;
  bottom: 40px;
}
@media screen and (max-width: 767px) {
  .module-column__content-list-item:after {
    width: 100%;
  }
}
.module-column__content-bg {
  position: absolute;
  z-index: -1;
  width: calc(100% + 0px);
  height: 60%;
  background-color: #F5F5F5;
  left: 0px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .module-column__content-bg {
    bottom: 0;
  }
}
.module-column__content-list-new {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 99;
  top: 0px !important;
  right: -20px !important;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .module-column__content-list-new {
    right: 10px !important;
    width: 50px;
    height: 50px;
  }
}
.module-column__content-list-photo {
  aspect-ratio: 1200/1600;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .module-column__content-list-photo {
    width: 100%;
  }
}
.module-column__content-list-text {
  position: relative;
  line-height: 180%;
  padding-top: 16px;
  padding-left: 40px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .module-column__content-list-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.module-column__content-list-text-category {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
  opacity: 0.8;
}
.module-column__content-list-text-title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  font-weight: 600;
  text-align: left;
  padding-bottom: 10px;
}
.module-column__content-list-text-lead {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
}
.module-column__content-list-text-date {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  padding-bottom: 30px;
}
.module-column__content-slide {
  position: relative;
  width: 100%;
  padding-left: 40px !important;
  height: auto !important;
  padding-bottom: 0px !important;
  padding-top: 20px !important;
  margin-top: -20px;
}
.module-column__content-slide .swiper-wrapper {
  padding-right: 100px !important;
}
.module-column__content-slide .swiper-slide:last-child {
  margin-right: 100px !important;
}
@media screen and (max-width: 767px) {
  .module-column__content-slide {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
}
.module-column__content-slide-nav {
  position: relative;
  width: 100%;
  line-height: 0;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .module-column__content-slide-nav {
    margin-bottom: 60px;
  }
}
.module-column__content-slide-nav-button {
  width: 100%;
  height: 60px;
  display: block;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module-column__content-slide-nav-button {
    height: 40px;
  }
}
.module-column__content-slide-nav-button-next, .module-column__content-slide-nav-button-prev {
  display: block;
  width: 90px !important;
  height: 60px !important;
  background-color: #000;
}
.module-column__content-slide-nav-button-next::after, .module-column__content-slide-nav-button-prev::after {
  display: none;
}
.module-column__content-slide-nav-button-next.swiper-button-disabled, .module-column__content-slide-nav-button-prev.swiper-button-disabled {
  opacity: 0.7 !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__content-slide-nav-button-next, .module-column__content-slide-nav-button-prev {
    width: 60px !important;
    height: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .module-column__content-slide-nav-button-next, .module-column__content-slide-nav-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
}
.module-column__content-slide-nav-button-prev {
  position: absolute;
  top: 0 !important;
  left: 0px !important;
  margin-top: 0 !important;
  background-image: url(../img/tsuzuri-icon-btn-prev--white.svg);
  background-size: 7px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-column__content-slide-nav-button-next {
  position: absolute;
  top: 0 !important;
  left: 90px !important;
  margin-top: 0 !important;
  background-image: url(../img/tsuzuri-icon-btn-next--white.svg);
  background-size: 7px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-column__content-slide-nav-button-next {
    left: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .module-column__content-slide-nav-button-next {
    left: 40px !important;
  }
}
.module-column__content-slide-nav-scrollbar {
  position: relative;
}
.module-column__content-slide-nav-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #000;
  height: 1px;
}
.module-column__content-slide-nav-scrollbar.swiper-scrollbar-horizontal {
  bottom: 0px !important;
  left: 0 !important;
  height: 1px !important;
}
.module-column__content-slide-new, .module-column__content-list-new {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 99;
  top: -20px;
  right: -20px;
}
.module-column__content-slide-photo, .module-column__content-list-photo {
  aspect-ratio: 1200/1600;
}
.module-column__content-slide-movie {
  aspect-ratio: 1920/1080;
}
.module-column__content-slide-instagram {
  aspect-ratio: 1/1;
}
.module-column__content-slide-text, .module-column__content-list-text {
  position: relative;
  line-height: 180%;
  padding-top: 20px;
}
.module-column__content-slide-text-category, .module-column__content-list-text-category {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
  opacity: 0.8;
}
.module-column__content-slide-text-youtube-name, .module-column__content-list-text-youtube-name {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  font-weight: 600;
  text-align: left;
  padding-bottom: 4px;
}
.module-column__content-slide-text-title, .module-column__content-list-text-title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 600;
  text-align: left;
  padding-bottom: 10px;
}
.module-column__content-slide-text-work-number, .module-column__content-list-text-work-number {
  display: none;
}
.module-column__content-slide-text-work-title, .module-column__content-list-text-work-title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 600;
  text-align: left;
  padding-bottom: 6px;
}
.module-column__content-slide-text-work-name, .module-column__content-list-text-work-name {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
  padding-bottom: 10px;
  display: none;
}
.module-column__content-slide-text-work-lead, .module-column__content-list-text-work-lead {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
}
.module-column__content-slide-text-lead, .module-column__content-list-text-lead {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
}
.module-column__content-slide-text-note, .module-column__content-list-text-note {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  margin-top: -5px;
  padding-bottom: 6px;
}
.module-column__content-slide-text-date, .module-column__content-list-text-date {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  padding-bottom: 30px;
}
.module-column__content-top-series-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .module-column__content-top-series-ad {
    padding-top: 30px;
    padding-right: 40px;
    display: block;
  }
}
.module-column__content-top-series-ad-ad {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .module-column__content-top-series-ad-ad {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-column__content-top-series-ad-ad:first-child {
    margin-bottom: 20px;
  }
}

.module-page-title {
  position: absolute !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-page-title {
    position: relative !important;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .module-page-title {
    position: relative !important;
    width: calc(100% - 30px);
  }
}

.module-page-title,
.module-list-column {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .module-page-title,
  .module-list-column {
    padding-top: 20px;
  }
}
.module-page-title.is-exhibition,
.module-list-column.is-exhibition {
  padding-top: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .module-page-title.is-exhibition,
  .module-list-column.is-exhibition {
    margin-top: 20px;
  }
}
.module-page-title__content,
.module-list-column__content {
  position: relative;
  width: calc(100% - 240px);
  margin-left: auto;
}
.module-page-title__lead,
.module-list-column__lead {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
}
.module-page-title__controls-search,
.module-list-column__controls-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.module-page-title__controls-search-input,
.module-list-column__controls-search-input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  padding: 16px 60px 18px 30px;
  font-weight: 500;
  position: relative;
  margin-top: -20px;
  margin-bottom: 16px;
  background-color: #fff;
  background-image: url(../../img/tsuzuri-icon-search.html);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.module-page-title__controls-tag,
.module-list-column__controls-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.module-page-title__controls-tag-title,
.module-list-column__controls-tag-title {
  width: 80px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 400;
}
.module-page-title__controls-tag-tags,
.module-list-column__controls-tag-tags {
  width: calc(100% - 80px);
  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;
}
.module-page-title__controls-category,
.module-list-column__controls-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.module-page-title__controls-category-title,
.module-list-column__controls-category-title {
  width: 120px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 400;
}
.module-page-title__controls-category-categories,
.module-list-column__controls-category-categories {
  width: calc(100% - 120px);
  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;
}

.module-page-title,
.module-list-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-page-title__side,
.module-list-column__side {
  width: 40px;
  position: relative;
  right: auto;
  top: -10px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .module-page-title__side,
  .module-list-column__side {
    left: 20px;
  }
}
.module-page-title__side-title,
.module-list-column__side-title {
  position: absolute;
  width: 13em;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-weight: 300;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.module-page-title__side-title.is-sticky,
.module-list-column__side-title.is-sticky {
  position: sticky;
  top: 120px;
  left: 0;
}
.is-bg-black .module-page-title__side-title,
.is-bg-black .module-list-column__side-title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .module-page-title__side-title,
  .module-list-column__side-title {
    font-size: 10px;
  }
}
.module-page-title__title,
.module-list-column__title {
  width: 240px;
  margin-left: 30px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .module-page-title__title,
  .module-list-column__title {
    position: relative;
    width: 100%;
    margin-left: 10px;
  }
}
.module-page-title__title-title-ja,
.module-list-column__title-title-ja {
  margin-top: -10px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  color: #000;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .module-page-title__title-title-ja,
  .module-list-column__title-title-ja {
    font-size: 24px;
    padding-bottom: 0px;
  }
}
.module-page-title__title-title-ja.is-sticky,
.module-list-column__title-title-ja.is-sticky {
  position: sticky;
  top: 120px;
  left: 0;
}
.is-bg-black .module-page-title__title-title-ja,
.is-bg-black .module-list-column__title-title-ja {
  color: #fff;
}
.module-page-title__title-category,
.module-list-column__title-category {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin-top: -10px;
  padding-bottom: 6px;
}
.is-bg-black .module-page-title__title-category,
.is-bg-black .module-list-column__title-category {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .module-page-title__title-category,
  .module-list-column__title-category {
    margin-top: 0;
    padding-bottom: 0;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 180%;
    position: absolute;
    right: 120px;
    bottom: 0;
  }
}
.module-page-title__title-date,
.module-list-column__title-date {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
}
.is-bg-black .module-page-title__title-date,
.is-bg-black .module-list-column__title-date {
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-page-title__title-date,
  .module-list-column__title-date {
    position: absolute;
    top: 0px;
    left: auto;
    right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .module-page-title__title-date,
  .module-list-column__title-date {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
.module-page-title__title-title-en,
.module-list-column__title-title-en {
  margin-top: -10px;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-weight: 300;
  color: #000;
  padding-bottom: 30px;
}
.is-bg-black .module-page-title__title-title-en,
.is-bg-black .module-list-column__title-title-en {
  color: #fff;
}
.module-page-title__sns-title,
.module-list-column__sns-title {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-weight: 500;
  margin-top: -10px;
  padding-bottom: 4px;
}
.is-bg-black .module-page-title__sns-title,
.is-bg-black .module-list-column__sns-title {
  color: #fff;
}
.module-page-title__sns-account,
.module-list-column__sns-account {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-weight: 300;
  padding-bottom: 30px;
}
.is-bg-black .module-page-title__sns-account,
.is-bg-black .module-list-column__sns-account {
  color: #fff;
}
.module-page-title__title-btn-more,
.module-list-column__title-btn-more {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
}
.module-page-title__title-btn-more a,
.module-list-column__title-btn-more a {
  display: block;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 10px !important;
  width: 240px;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .module-page-title__title-btn-more a,
  .module-list-column__title-btn-more a {
    width: 100%;
  }
}
.module-page-title__title-btn-more a .icon-external-link,
.module-list-column__title-btn-more a .icon-external-link {
  display: inline-block !important;
  margin-left: 15px;
  margin-top: 0px;
  width: 14px;
  height: 16px;
  background-image: url(../img/tsuzuri-icon-link-external.svg);
  background-size: 13px 11px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.module-page-title__content-bg,
.module-list-column__content-bg {
  position: absolute;
  z-index: -1;
  width: calc(100% + 40px);
  height: 60%;
  background-color: #F5F5F5;
  left: -40px;
  bottom: 40px;
}
.module-page-title__content-slide,
.module-list-column__content-slide {
  position: relative;
  width: 100%;
  height: auto !important;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  margin-top: -20px;
}
.module-page-title__content-slide .swiper-wrapper,
.module-list-column__content-slide .swiper-wrapper {
  padding-right: 100px !important;
}
.module-page-title__content-slide .swiper-slide:last-child,
.module-list-column__content-slide .swiper-slide:last-child {
  margin-right: 100px !important;
}
.module-page-title__content-slide-nav,
.module-list-column__content-slide-nav {
  position: relative;
  width: 100%;
  line-height: 0;
}
.module-page-title__content-slide-nav-button,
.module-list-column__content-slide-nav-button {
  width: 100%;
  height: 60px;
  display: block;
  padding: 0;
}
.module-page-title__content-slide-nav-button-next, .module-page-title__content-slide-nav-button-prev,
.module-list-column__content-slide-nav-button-next,
.module-list-column__content-slide-nav-button-prev {
  display: block;
  width: 90px !important;
  height: 60px !important;
  background-color: #000;
}
.module-page-title__content-slide-nav-button-next::after, .module-page-title__content-slide-nav-button-prev::after,
.module-list-column__content-slide-nav-button-next::after,
.module-list-column__content-slide-nav-button-prev::after {
  display: none;
}
.module-page-title__content-slide-nav-button-next.swiper-button-disabled, .module-page-title__content-slide-nav-button-prev.swiper-button-disabled,
.module-list-column__content-slide-nav-button-next.swiper-button-disabled,
.module-list-column__content-slide-nav-button-prev.swiper-button-disabled {
  opacity: 0.7 !important;
}
.module-page-title__content-slide-nav-button-prev,
.module-list-column__content-slide-nav-button-prev {
  position: absolute;
  top: 0 !important;
  left: 0px !important;
  margin-top: 0 !important;
  background-image: url(../img/tsuzuri-icon-btn-prev--white.svg);
  background-size: 7px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-page-title__content-slide-nav-button-next,
.module-list-column__content-slide-nav-button-next {
  position: absolute;
  top: 0 !important;
  left: 90px !important;
  margin-top: 0 !important;
  background-image: url(../img/tsuzuri-icon-btn-next--white.svg);
  background-size: 7px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-page-title__content-slide-nav-scrollbar,
.module-list-column__content-slide-nav-scrollbar {
  position: relative;
}
.module-page-title__content-slide-nav-scrollbar .swiper-scrollbar-drag,
.module-list-column__content-slide-nav-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #000;
  height: 1px;
}
.module-page-title__content-slide-nav-scrollbar.swiper-scrollbar-horizontal,
.module-list-column__content-slide-nav-scrollbar.swiper-scrollbar-horizontal {
  bottom: 0px !important;
  left: 0 !important;
  height: 1px !important;
}
.module-page-title__content-slide-new, .module-page-title__content-list-new,
.module-list-column__content-slide-new,
.module-list-column__content-list-new {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 99;
  top: -20px;
  right: -20px;
}
.module-page-title__content-slide-photo, .module-page-title__content-list-photo,
.module-list-column__content-slide-photo,
.module-list-column__content-list-photo {
  aspect-ratio: 1200/1600;
}
.module-page-title__content-slide-movie,
.module-list-column__content-slide-movie {
  aspect-ratio: 1920/1080;
}
.module-page-title__content-slide-instagram,
.module-list-column__content-slide-instagram {
  aspect-ratio: 1/1;
}
.module-page-title__content-slide-text, .module-page-title__content-list-text,
.module-list-column__content-slide-text,
.module-list-column__content-list-text {
  position: relative;
  line-height: 180%;
  padding-top: 20px;
}
.module-page-title__content-slide-text-category, .module-page-title__content-list-text-category,
.module-list-column__content-slide-text-category,
.module-list-column__content-list-text-category {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
  opacity: 0.8;
}
.module-page-title__content-slide-text-title, .module-page-title__content-list-text-title,
.module-list-column__content-slide-text-title,
.module-list-column__content-list-text-title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  font-weight: 600;
  text-align: left;
  padding-bottom: 10px;
}
.module-page-title__content-slide-text-lead, .module-page-title__content-list-text-lead,
.module-list-column__content-slide-text-lead,
.module-list-column__content-list-text-lead {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
}
.module-page-title__content-slide-text-date, .module-page-title__content-list-text-date,
.module-list-column__content-slide-text-date,
.module-list-column__content-list-text-date {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  padding-bottom: 30px;
}
.module-page-title__content-list,
.module-list-column__content-list {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  overflow: hidden;
}
.module-page-title__content-list-item,
.module-list-column__content-list-item {
  position: relative;
  width: 30%;
  padding-bottom: 40px !important;
  padding-top: 20px !important;
  margin-top: -20px;
}
.module-page-title__content-list-item:after,
.module-list-column__content-list-item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: calc(120% + 40px);
  height: 60%;
  background-color: #F5F5F5;
  left: -40px;
  bottom: 40px;
}

.module-youtube {
  padding-top: 30px;
  background-color: #fff;
}
.module-youtube__title {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .module-youtube__title {
    font-size: 16px;
  }
}
.module-youtube__list-wrap {
  width: 100%;
}
.module-youtube__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.module-youtube__list li {
  width: 20vw !important;
  display: block;
}

.module-youtube-slide {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}
.module-youtube-slide__list {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .module-youtube-slide__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .module-youtube-slide__list-item {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .module-youtube-slide__list-item:hover {
    opacity: 0.5;
  }
}
.module-youtube-slide__list-item-photo {
  background-color: #fff;
}
.module-youtube-slide__list-item-title, .module-youtube-slide__list-item-date {
  padding-left: 10px;
  padding-right: 10px;
}
.module-youtube-slide__list-item-title {
  padding-top: 16px;
  padding-bottom: 10px;
  min-height: 80px;
  text-align: left;
}
.module-youtube-slide__list-item-title .ja {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 190%;
  font-weight: 400;
}
.module-youtube-slide__list-item-date {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 170%;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, 0.5);
}
.module-youtube-slide__list,
.module-youtube-slide .swiper-wrapper,
.module-youtube-slide .swiper-container,
.module-youtube-slide .swiper-slide {
  position: relative;
}
.module-youtube-slide__btn-prev, .module-youtube-slide__btn-next {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  width: 60px;
  height: 60px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
}
.module-youtube-slide__btn-prev:focus, .module-youtube-slide__btn-next:focus {
  outline: 4px solid #999;
}
.module-youtube-slide__btn-prev.swiper-button-disabled, .module-youtube-slide__btn-next.swiper-button-disabled {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .module-youtube-slide__btn-prev, .module-youtube-slide__btn-next {
    width: 35px;
    height: 35px;
  }
}
.module-youtube-slide__btn-prev {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  background-image: url(../img/tsuzuri-icon-btn-prev--black.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center center;
}
.module-youtube-slide__btn-next {
  position: absolute;
  top: calc(50% - 30px);
  right: 0;
  background-image: url(../img/tsuzuri-icon-btn-next--black.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center center;
}

.module-instagram {
  background-color: #F1F1F1;
  padding-top: 20px;
  padding-bottom: 30px;
}
.module-instagram__title {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module-instagram__title {
    padding-top: 10px;
    font-size: 16px;
  }
}
.module-instagram__info {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 20px;
  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;
}
.module-instagram__info-icon {
  width: 45px;
  height: 45px;
}
.module-instagram__info-icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  overflow: hidden;
}
.module-instagram__info-name {
  width: 130px;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 140%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 16px;
}
.module-instagram__info-name .name {
  font-size: 12px;
  color: black;
}
.module-instagram__info-badge {
  width: 20px;
  margin-left: -16px;
  margin-right: 30px;
}
.module-instagram__info-posts {
  margin-right: 20px;
}
.module-instagram__info-posts, .module-instagram__info-followers {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 140%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.module-instagram__info-posts .number, .module-instagram__info-followers .number {
  font-size: 12px;
  color: black;
}
.module-instagram__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.module-instagram__list li {
  width: 20vw !important;
  display: block;
}

.module-instagram-slide {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}
.module-instagram-slide__list {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .module-instagram-slide__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.module-instagram-slide__list-item {
  line-height: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.module-instagram-slide__list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module-instagram-slide__list,
.module-instagram-slide .swiper-wrapper,
.module-instagram-slide .swiper-container,
.module-instagram-slide .swiper-slide {
  position: relative;
}
.module-instagram-slide__btn-prev, .module-instagram-slide__btn-next {
  background-color: rgba(255, 255, 255, 0);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  width: 60px;
  height: 60px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
}
.module-instagram-slide__btn-prev:focus, .module-instagram-slide__btn-next:focus {
  outline: 4px solid #999;
}
.module-instagram-slide__btn-prev.swiper-button-disabled, .module-instagram-slide__btn-next.swiper-button-disabled {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .module-instagram-slide__btn-prev, .module-instagram-slide__btn-next {
    width: 35px;
    height: 35px;
  }
}
.module-instagram-slide__btn-prev {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  background-image: url(../img/tsuzuri-icon-btn-prev--black.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center center;
}
.module-instagram-slide__btn-next {
  position: absolute;
  top: calc(50% - 30px);
  right: 0;
  background-image: url(../img/tsuzuri-icon-btn-next--black.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center center;
}

.module-tab {
  position: relative;
}
.module-tab__list {
  position: relative;
}
.module-tab__button {
  cursor: pointer;
}
.module-tab__panel[aria-hidden=true] {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.module-tab__panel[aria-hidden=false] {
  visibility: visible;
  height: auto;
  opacity: 1 !important;
}

.module-list-work {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .module-list-work {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.module-list-work__bottom {
  width: 100%;
  height: 90px;
}
.module-list-work__bottom.is-bg-black {
  background-color: #000;
}
.module-list-work__item {
  width: 20%;
  padding: 10px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .module-list-work__item {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-list-work__item {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-list-work__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .module-list-work__item {
    width: 100%;
    padding: 6px;
  }
}
.module-list-work__photo {
  aspect-ratio: 1/1;
  background-color: #0E0E0E;
  line-height: 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .module-list-work__photo {
    width: 100%;
  }
}
.module-list-work__photo:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.module-list-work__photo-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
.module-list-work__photo-inner img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto !important;
  max-width: 90%;
  max-height: 90%;
}
@media screen and (max-width: 767px) {
  .module-list-work__photo-inner img {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
  }
}
.module-list-work__photo-inner img.is-rectangle {
  max-width: 70%;
  max-height: 70%;
}
.module-list-work__photo-inner.is-rect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-list-work__photo-inner.is-exhibit {
  display: none;
}
.module-list-work__text {
  position: relative;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  height: 140px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-list-work__text {
    padding-left: 12px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-list-work__text {
    padding-left: 12px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .module-list-work__text {
    padding-left: 7px;
    padding-bottom: 20px;
  }
}
.module-list-work__text-number {
  display: none;
}
.module-list-work__text-title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 140%;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 10px;
}
.module-list-work__text-kana {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 140%;
  display: inline-block;
  padding-bottom: 10px;
}
.module-list-work__text-hitsu {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 140%;
  padding-bottom: 10px;
}
.module-list-work__text-kizou {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 140%;
  color: #999;
}
.module-list-work__text-kizou .kyoryoku {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 140%;
}

.module-top-column__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  width: 100%;
  height: 100;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .module-top-column__en {
    margin-top: 60px;
    display: block;
  }
}
.module-top-column__en-photo {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .module-top-column__en-photo {
    width: 100%;
  }
  .module-top-column__en-photo img {
    margin-top: -30px !important;
  }
}
.module-top-column__en-photo-inner {
  position: relative;
  margin-top: -30px !important;
  padding-bottom: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .module-top-column__en-photo-inner {
    padding-left: 40px;
    padding-bottom: 0;
  }
}
.module-top-column__en-message {
  width: 50%;
  padding: 30px;
  padding-left: 40px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .module-top-column__en-message {
    width: 100%;
    padding: 20px 30px 30px 40px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 160%;
  }
}
.module-top-column__en-message a {
  text-decoration: underline;
  text-align: left;
}

.module-exhibition-schedule {
  /* 横スクロールバーを隠す */
  -ms-overflow-style: none; /* IE、Edge 用 */
  scrollbar-width: none; /* Firefox 用 */
  position: relative;
}

.module-exhibition-schedule::-webkit-scrollbar {
  display: none; /* Chrome、Safari 用 */
}

.module-exhibition-schedule__wrap {
  position: relative;
}
.module-exhibition-schedule__wrap.is-information-page-limited {
  padding-top: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-exhibition-schedule__wrap.is-information-page-limited {
    padding-top: 70px;
    padding-left: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-exhibition-schedule__wrap.is-information-page-limited {
    padding-top: 60px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .module-exhibition-schedule__wrap.is-information-page-limited {
    padding-top: 30px;
    padding-left: 0px;
  }
}
.module-exhibition-schedule__wrap.is-information-page-permanent {
  padding-top: 50px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-exhibition-schedule__wrap.is-information-page-permanent {
    padding-left: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-exhibition-schedule__wrap.is-information-page-permanent {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .module-exhibition-schedule__wrap.is-information-page-permanent {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .module-exhibition-schedule__wrap.is-top-page-limited {
    padding-top: 20px;
    padding-left: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-exhibition-schedule__wrap.is-top-page-limited {
    padding-top: 20px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .module-exhibition-schedule__wrap.is-top-page-limited {
    padding-top: 20px;
    padding-left: 0px;
  }
}

.module-exhibition-schedule {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
.module-exhibition-schedule.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.module-exhibition-schedule__toppage-heading {
  margin-top: -10px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  color: #000;
  padding-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-exhibition-schedule__toppage-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .module-exhibition-schedule__toppage-heading {
    font-size: 22px;
    padding-left: 30px;
  }
}
.module-exhibition-schedule__permanent {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .module-exhibition-schedule__permanent {
    width: 200%;
    overflow-x: scroll;
  }
}
.module-exhibition-schedule__permanent .permanent {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module-exhibition-schedule__permanent .permanent {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-exhibition-schedule__permanent .permanent {
    width: 1300px;
    overflow-x: scroll;
    overflow-y: hidden;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .module-exhibition-schedule__permanent .permanent.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}
.module-exhibition-schedule__permanent .permanent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .module-exhibition-schedule__permanent .permanent a:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  }
}
.module-exhibition-schedule__permanent .permanent a:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 200px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(245, 245, 245)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%);
  display: none;
}
.module-exhibition-schedule__permanent .permanent__photo {
  width: 150px;
}
.module-exhibition-schedule__permanent .permanent__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
}
.module-exhibition-schedule__permanent .permanent__text-inner {
  padding-left: 30px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .module-exhibition-schedule__permanent .permanent__text-inner {
    padding-left: 30px;
    padding-right: 0px;
  }
}
.module-exhibition-schedule__permanent .permanent__text-title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 120%;
  font-weight: 700;
  padding-bottom: 6px;
  text-align: left;
}
.module-exhibition-schedule__permanent .permanent__text-place {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
}
.module-exhibition-schedule__permanent .permanent-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-exhibition-schedule__permanent .permanent-banner__circle {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-exhibition-schedule__permanent .permanent-banner__circle-circle {
  margin-left: -12px;
}
.module-exhibition-schedule__permanent .permanent-banner__circle-circle img {
  width: auto;
  height: 72px;
}
.module-exhibition-schedule__permanent .permanent-banner__rect {
  padding-left: 30px;
}
.module-exhibition-schedule__permanent .permanent-banner__rect-rect img {
  width: auto;
  height: 72px;
}
.module-exhibition-schedule__title {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400 !important;
  padding-left: 70px;
}
.module-exhibition-schedule__year {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 120%;
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  .module-exhibition-schedule__year {
    padding-bottom: 10px;
  }
}
.module-exhibition-schedule__outer {
  position: relative;
}
.module-exhibition-schedule__inner {
  position: relative;
  margin-top: 30px;
}
.module-exhibition-schedule__shadow {
  position: absolute;
  display: block;
  content: "";
  top: 30px;
  left: 0;
  width: 30px;
  height: 100%;
  z-index: 99;
  height: calc(100% - 30px);
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
}
.module-exhibition-schedule__today {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: #000;
}
.module-exhibition-schedule__months {
  height: 1016px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  width: 3410px;
  padding-left: 70px;
}
.module-exhibition-schedule__months-month {
  position: relative;
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.module-exhibition-schedule__months-month.is-month01 {
  width: calc(date-width * 31);
}
.module-exhibition-schedule__months-month.is-month02 {
  width: calc(date-width * 28);
}
.module-exhibition-schedule__months-month.is-month03 {
  width: calc(date-width * 31);
}
.module-exhibition-schedule__months-month.is-month04 {
  width: calc(date-width * 30);
}
.module-exhibition-schedule__months-month.is-month05 {
  width: calc(date-width * 31);
}
.module-exhibition-schedule__months-month.is-month06 {
  width: calc(date-width * 30);
}
.module-exhibition-schedule__months-month.is-month07 {
  width: calc(date-width * 31);
}
.module-exhibition-schedule__months-month.is-month08 {
  width: calc(date-width * 31);
}
.module-exhibition-schedule__months-month.is-month09 {
  width: calc(date-width * 30);
}
.module-exhibition-schedule__months-month.is-month10 {
  width: calc(date-width * 31);
}
.module-exhibition-schedule__months-month.is-month11 {
  width: calc(date-width * 30);
}
.module-exhibition-schedule__months-month.is-month12 {
  width: calc(date-width * 31);
}
.module-exhibition-schedule__months-month-name {
  position: absolute;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 120%;
  font-weight: 400 !important;
  top: -30px;
  left: -10px;
}
.module-exhibition-schedule__rectangle {
  position: absolute;
  background-color: #fff;
  padding: 14px 14px 14px 20px;
}
@media screen and (min-width: 1024px) {
  .module-exhibition-schedule__rectangle:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  }
}
.module-exhibition-schedule__rectangle.is-vertical-1 {
  top: 22px;
}
.module-exhibition-schedule__rectangle.is-vertical-2 {
  top: 134px;
}
.module-exhibition-schedule__rectangle.is-vertical-3 {
  top: 246px;
}
.module-exhibition-schedule__rectangle.is-vertical-3-8 {
  top: 336px;
}
.module-exhibition-schedule__rectangle.is-vertical-4 {
  top: 358px;
}
.module-exhibition-schedule__rectangle.is-vertical-4-8 {
  top: 448px;
}
.module-exhibition-schedule__rectangle.is-vertical-5 {
  top: 470px;
}
.module-exhibition-schedule__rectangle.is-vertical-5-6 {
  top: 538px;
}
.module-exhibition-schedule__rectangle.is-vertical-5-8 {
  top: 560px;
}
.module-exhibition-schedule__rectangle.is-vertical-6 {
  top: 582px;
}
.module-exhibition-schedule__rectangle.is-vertical-6-2 {
  top: 628px;
}
.module-exhibition-schedule__rectangle.is-vertical-6-4 {
  top: 650px;
}
.module-exhibition-schedule__rectangle.is-vertical-6-8 {
  top: 672px;
}
.module-exhibition-schedule__rectangle.is-vertical-7 {
  top: 694px;
}
.module-exhibition-schedule__rectangle.is-vertical-7-4 {
  top: 740px;
}
.module-exhibition-schedule__rectangle.is-vertical-7-6 {
  top: 762px;
}
.module-exhibition-schedule__rectangle.is-vertical-7-8 {
  top: 784px;
}
.module-exhibition-schedule__rectangle.is-vertical-8 {
  top: 806px;
}
.module-exhibition-schedule__rectangle.is-vertical-8-4 {
  top: 852px;
}
.module-exhibition-schedule__rectangle.is-vertical-8-6 {
  top: 874px;
}
.module-exhibition-schedule__rectangle.is-vertical-8-8 {
  top: 896px;
}
.module-exhibition-schedule__rectangle.is-vertical-9 {
  top: 918px;
}
.module-exhibition-schedule__rectangle.is-vertical-10 {
  top: 1030px;
}
.module-exhibition-schedule__rectangle.is-vertical-11 {
  top: 1142px;
}
.module-exhibition-schedule__rectangle.is-vertical-11-2 {
  top: 1166px;
}
.module-exhibition-schedule__rectangle.is-vertical-12 {
  top: 1254px;
}
.module-exhibition-schedule__rectangle.is-vertical-12-2 {
  top: 1278px;
}
.module-exhibition-schedule__rectangle.is-vertical-13 {
  top: 1366px;
}
.module-exhibition-schedule__rectangle.is-vertical-14 {
  top: 1478px;
}
.module-exhibition-schedule__rectangle.is-vertical-15 {
  top: 1590px;
}
.module-exhibition-schedule__rectangle.is-20250601-tenryuji {
  left: calc(320px + 50px);
  width: 460px;
}
.module-exhibition-schedule__rectangle.is-20250624-sumida-hokusai-museum {
  left: calc(550px + 50px);
  width: 670px;
}
.module-exhibition-schedule__rectangle.is-20250916-sumida-hokusai-museum {
  left: calc(1390px + 50px);
  width: 690px;
}
.module-exhibition-schedule__rectangle.is-20251211-sumida-hokusai-museum {
  left: calc(2250px + 50px);
  width: 740px;
}
.module-exhibition-schedule__rectangle.is-20250523-shimuan {
  left: calc(230px + 50px);
  width: 460px;
}
.module-exhibition-schedule__rectangle.is-20250926-shimuan {
  left: calc(1490px + 50px);
  width: 460px;
}
.module-exhibition-schedule__rectangle.is-20250527-tokyonationalmuseum {
  left: calc(270px + 50px);
  width: 890px;
}
.module-exhibition-schedule__rectangle.is-20250530-haneda-airport {
  left: calc(300px + 50px);
  width: 930px;
}
.module-exhibition-schedule__rectangle.is-20250601-haneda-airport {
  left: calc(320px + 50px);
  width: 910px;
}
.module-exhibition-schedule__rectangle.is-20250603-tokyo-international-cruise-terminal {
  left: calc(340px + 50px);
  width: 890px;
}
.module-exhibition-schedule__rectangle.is-20250607-tenkyuin {
  left: calc(380px + 50px);
  width: 850px;
}
.module-exhibition-schedule__rectangle.is-20250626-kuboso-memorial-museum-of-arts {
  left: calc(590px + 50px);
  width: 2690px;
}
.module-exhibition-schedule__rectangle .rectangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-exhibition-schedule__rectangle .rectangle.is-2tiers {
  padding-top: 16px;
}
.module-exhibition-schedule__rectangle .rectangle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-exhibition-schedule__rectangle .rectangle-inner.is-right {
  margin-left: auto;
  margin-right: 20px;
}
.module-exhibition-schedule__rectangle .rectangle-date {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
}
.module-exhibition-schedule__rectangle .rectangle-date__date {
  position: relative;
  width: 50px !important;
  height: 40px;
}
.module-exhibition-schedule__rectangle .rectangle-date__date:after {
  content: "";
  height: 1px;
  width: 40px;
  display: block;
  background-color: #000;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 36px;
  left: 8px;
}
.module-exhibition-schedule__rectangle .rectangle-date__date-month {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px !important;
  height: 20px;
  text-align: center;
}
.module-exhibition-schedule__rectangle .rectangle-date__date-date {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px !important;
  height: 20px;
  text-align: center;
}
.module-exhibition-schedule__rectangle .rectangle-date__date-date span {
  font-size: 16px;
}
.module-exhibition-schedule__rectangle .rectangle-date__bar {
  width: 12px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module-exhibition-schedule__rectangle .rectangle-date__bar span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #000;
  margin-bottom: 4px;
}
.module-exhibition-schedule__rectangle .rectangle-text {
  margin-left: 20px;
  min-width: 180px;
}
.module-exhibition-schedule__rectangle .rectangle-text.is-short {
  min-width: 100px;
}
.module-exhibition-schedule__rectangle .rectangle-text__title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 120%;
  font-weight: 500;
  padding-bottom: 8px;
  text-align: left;
}
.module-exhibition-schedule__rectangle .rectangle-text__name {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 120%;
  font-weight: 400;
  padding-bottom: 16px;
  text-align: left;
}
.module-exhibition-schedule__rectangle .rectangle-text__place {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
}
.module-exhibition-schedule__rectangle .rectangle-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-exhibition-schedule__rectangle .rectangle-banner__circle {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-exhibition-schedule__rectangle .rectangle-banner__circle-circle {
  margin-left: -12px;
}
.module-exhibition-schedule__rectangle .rectangle-banner__circle-circle img {
  width: auto;
  height: 72px;
}
.module-exhibition-schedule__rectangle .rectangle-banner__rect {
  padding-left: 30px;
}
.module-exhibition-schedule__rectangle .rectangle-banner__rect-rect img {
  width: auto;
  height: 72px;
}

.module-btn-artwork {
  display: inline-block !important;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 600;
  text-align: center;
  padding: 10px 40px 10px 60px;
  border: 1px solid white;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .module-btn-artwork {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .module-btn-artwork:hover {
    opacity: 0.3;
  }
}
.module-btn-artwork:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 11px;
  left: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  background: url(../img/tsuzuri-icon-btn-enlarge--white.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.u-italic {
  font-style: italic !important;
}

.u-link-external:after {
  content: "";
  display: inline-block !important;
  margin-left: 8px;
  margin-top: 0px;
  width: 14px;
  height: 16px;
  background-image: url(../img/tsuzuri-icon-link-external.svg);
  background-size: 13px 11px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.u-pulldown-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: -12px;
}
.u-pulldown-category::after {
  position: absolute;
  right: 15px;
  width: 6px;
  height: 7px;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.u-pulldown-category select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 1.2em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000000;
  font-size: 1em;
  cursor: pointer;
}

.u-btn-tag {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 6px 20px 7px 20px;
  margin-bottom: 12px;
  margin-right: 12px;
  cursor: pointer;
}
.u-btn-tag.is-selected {
  color: #fff;
  background-color: #000;
  border: 1px solid black;
}

.u-kv-caption {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 500;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.u-caption {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  padding: 12px 0;
}
.u-caption.is-white {
  color: #fff;
}
.u-caption.is-center {
  text-align: center;
}
.u-caption.is-left {
  padding-left: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-caption.is-left {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .u-caption.is-left {
    padding-left: 0;
  }
}
.u-caption.is-right {
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-caption.is-right {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .u-caption.is-right {
    text-align: left;
  }
}
.u-caption.is-left--full {
  padding-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-caption.is-left--full {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .u-caption.is-left--full {
    padding-left: 0;
  }
}
.is-reverse .u-caption {
  padding: 12px 0 12px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-reverse .u-caption {
    padding: 12px 0 12px 0px;
  }
}
@media screen and (max-width: 767px) {
  .is-reverse .u-caption {
    padding: 12px 0 12px 0px;
  }
}
.u-caption a {
  text-decoration: underline;
}
.u-caption b {
  font-weight: 900;
}
.u-caption.is-white {
  color: #fff;
}
.u-caption.is-white a {
  color: #fff;
  text-decoration: underline;
}

.u-btn-line-motion {
  position: relative;
}
.u-btn-line-motion a {
  position: relative;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}
.u-btn-line-motion a::before {
  position: absolute;
  top: -1px;
  right: 0px;
  bottom: -1px;
  left: 0px;
  z-index: 2;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-btn-line-motion a::before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.u-btn-line-motion a::after {
  position: absolute;
  top: -1px;
  right: 0px;
  bottom: -1px;
  left: 0px;
  z-index: 2;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-btn-line-motion a::after {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
@media screen and (min-width: 1024px) {
  .u-btn-line-motion a:hover::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .u-btn-line-motion a:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.u-btn-line-motion--white {
  position: relative;
}
.u-btn-line-motion--white a {
  position: relative;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.u-btn-line-motion--white a::before {
  position: absolute;
  top: -1px;
  right: 0px;
  bottom: -1px;
  left: 0px;
  z-index: 2;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-btn-line-motion--white a::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.u-btn-line-motion--white a::after {
  position: absolute;
  top: -1px;
  right: 0px;
  bottom: -1px;
  left: 0px;
  z-index: 2;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-btn-line-motion--white a::after {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
@media screen and (min-width: 1024px) {
  .u-btn-line-motion--white a:hover::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .u-btn-line-motion--white a:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.u-btn-line-motion--lr {
  position: relative;
}
.u-btn-line-motion--lr a {
  position: relative;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  cursor: pointer;
}
.u-btn-line-motion--lr a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background: rgba(0, 0, 0, 0.6);
}
.u-btn-line-motion--lr a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 1024px) {
  .u-btn-line-motion--lr a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .u-btn-line-motion--lr a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

.u-btn-line-motion--white--lr {
  position: relative;
}
.u-btn-line-motion--white--lr a {
  position: relative;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  cursor: pointer;
}
.u-btn-line-motion--white--lr a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background: rgba(255, 255, 255, 0.6);
}
.u-btn-line-motion--white--lr a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1024px) {
  .u-btn-line-motion--white--lr a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .u-btn-line-motion--white--lr a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

.js-accordion-head {
  position: relative;
}

.js-accordion-body {
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  width: 100%;
  height: 0px;
  overflow: hidden;
}

.tsuzuri-top-keyvisual {
  position: relative;
  background-color: #000;
  z-index: 1;
  margin-bottom: 30px;
}
.tsuzuri-top-keyvisual__notice {
  position: absolute;
  right: 20px;
  bottom: 80px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__notice {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 140%;
    right: 7px;
    bottom: 30px;
    width: 50%;
    text-align: right;
  }
}
.tsuzuri-top-keyvisual__photo {
  position: relative;
  width: 100%;
  text-align: center;
}
.tsuzuri-top-keyvisual__photo img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__photo img {
    max-width: 100%;
  }
}
.tsuzuri-top-keyvisual__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 99;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__title {
    padding-bottom: 90px;
  }
}
.tsuzuri-top-keyvisual__title-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  text-align: center;
  font-size: clamp(20px, 2vw, 26px);
}
.tsuzuri-top-keyvisual__title-title .en {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 180%;
  font-weight: 300;
  font-size: clamp(22px, 2.2vw, 28px);
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__title-title .en {
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 180%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__title-title {
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 160%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tsuzuri-top-keyvisual__title-title.is-text-black {
  color: #000;
}
.tsuzuri-top-keyvisual__info-swiper {
  width: 600px;
  position: absolute !important;
  right: 0;
  bottom: -85px;
  background-color: #000;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-keyvisual__info-swiper {
    bottom: -40px;
    height: 100px;
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__info-swiper {
    width: 100%;
    bottom: -97px;
  }
}
.tsuzuri-top-keyvisual__info-swiper .swiper-slide a {
  display: block;
  padding: 14px !important;
}
.tsuzuri-top-keyvisual__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tsuzuri-top-keyvisual__info-photo {
  width: 230px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-keyvisual__info-photo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__info-photo {
    display: none;
  }
}
.tsuzuri-top-keyvisual__info-title {
  width: calc(100% - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-keyvisual__info-title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__info-title {
    width: 100%;
  }
}
.tsuzuri-top-keyvisual__info-title-inner {
  padding-left: 40px;
  padding-right: 30px;
  line-height: 140%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-keyvisual__info-title-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__info-title-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tsuzuri-top-keyvisual__info-title-content {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-keyvisual__info-title-content {
    padding-bottom: 4px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__info-title-content {
    font-size: 12px;
  }
}
.tsuzuri-top-keyvisual__info-title-title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-keyvisual__info-title-title {
    font-size: 13px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__info-title-title {
    font-size: 14px;
  }
}
.tsuzuri-top-keyvisual__info-title-place {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-keyvisual__info-title-place {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__info-title-place {
    font-size: 12px;
  }
}
.tsuzuri-top-keyvisual__swiper,
.tsuzuri-top-keyvisual .swiper-wrapper,
.tsuzuri-top-keyvisual .swiper-container,
.tsuzuri-top-keyvisual .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0;
}
.tsuzuri-top-keyvisual .swiper-slide img {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  line-height: 0;
}
.tsuzuri-top-keyvisual__swiper-nav {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  width: calc(100% - 600px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-keyvisual__swiper-nav {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__swiper-nav {
    width: 0%;
    bottom: 18px;
    -webkit-box-shadow: 0 0 0 1px red;
            box-shadow: 0 0 0 1px red;
  }
}
.tsuzuri-top-keyvisual__swiper-nav-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tsuzuri-top-keyvisual__swiper-nav-btn {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__swiper-nav-btn {
    width: 135px;
  }
}
.tsuzuri-top-keyvisual__swiper-nav-pagination {
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__swiper-nav-pagination {
    width: calc(100% - 135px);
  }
}
.tsuzuri-top-keyvisual__inner {
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__inner {
    max-width: 100%;
  }
}
.tsuzuri-top-keyvisual__swiper-nav-pagination {
  position: relative;
}
.tsuzuri-top-keyvisual__swiper-nav-pagination .swiper-top-pagination {
  width: 30px;
  margin-top: 19px;
  margin-left: auto;
  margin-right: 10px;
  color: #000;
  line-height: 180%;
  font-size: 12px;
  opacity: 0;
}
.tsuzuri-top-keyvisual__swiper-nav-bar {
  position: absolute;
  left: 40px;
  bottom: 30px;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: calc(100% - 80px);
  height: 1px;
  background-color: white;
}
.tsuzuri-top-keyvisual__swiper-nav-bar.is-progress {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.tsuzuri-top-keyvisual__swiper-nav-bar.is-pause {
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__swiper-nav-bar {
    width: calc(100% - 85px);
    left: 20px;
    bottom: 22px;
  }
}
.tsuzuri-top-keyvisual__swiper-nav-bar-base {
  position: absolute;
  left: 40px;
  bottom: 30px;
  -webkit-transform-origin: left;
          transform-origin: left;
  width: calc(100% - 80px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual__swiper-nav-bar-base {
    width: calc(100% - 85px);
    left: 20px;
    bottom: 22px;
  }
}
.tsuzuri-top-keyvisual .swiper-slide {
  position: relative;
}
.tsuzuri-top-keyvisual .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.tsuzuri-top-keyvisual .swiper-top-button-pause {
  width: 60px;
  height: 60px;
  z-index: 999;
  cursor: pointer;
  background-color: #000;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  background-image: url(../img/tsuzuri-icon-btn-pause--white.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center center;
}
.tsuzuri-top-keyvisual .swiper-top-button-pause:focus {
  outline: 4px solid #999;
}
.tsuzuri-top-keyvisual .swiper-top-button-pause.is-pause {
  background-image: url(../img/tsuzuri-icon-btn-play--white.svg);
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual .swiper-top-button-pause {
    width: 45px;
    height: 45px;
  }
}
.tsuzuri-top-keyvisual .swiper-top-button-prev,
.tsuzuri-top-keyvisual .swiper-top-button-next {
  width: 60px;
  height: 60px;
  z-index: 999;
  cursor: pointer;
  background-color: #000;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual .swiper-top-button-prev,
  .tsuzuri-top-keyvisual .swiper-top-button-next {
    width: 45px;
    height: 45px;
  }
}
.tsuzuri-top-keyvisual .swiper-top-button-prev button,
.tsuzuri-top-keyvisual .swiper-top-button-next button {
  mix-blend-mode: difference !important;
}
.tsuzuri-top-keyvisual .swiper-top-button-prev:focus,
.tsuzuri-top-keyvisual .swiper-top-button-next:focus {
  outline: 4px solid #999;
}
.tsuzuri-top-keyvisual .swiper-top-button-prev.swiper-button-disabled,
.tsuzuri-top-keyvisual .swiper-top-button-next.swiper-button-disabled {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.tsuzuri-top-keyvisual .swiper-top-button-prev {
  background-image: url(../img/tsuzuri-icon-btn-prev--white.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center center;
}
.tsuzuri-top-keyvisual .swiper-top-button-next {
  background-image: url(../img/tsuzuri-icon-btn-next--white.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center center;
}
.tsuzuri-top-keyvisual .swiper-top-fraction {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 60px;
  z-index: 99;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-keyvisual .swiper-top-fraction {
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 45px;
    width: 50px;
    height: 45px;
  }
}

.tsuzuri-top-information {
  background-color: #fff;
}
.tsuzuri-top-information__inner {
  width: 100%;
  max-width: calc(100% - 600px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-top-information__inner {
    padding-left: 0;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-information__inner {
    padding-left: 0px;
    margin-top: 80px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-information__inner {
    display: block;
    padding-left: 0;
    margin-top: 120px;
    max-width: 100%;
  }
}
.tsuzuri-top-information__title {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-weight: 600;
  width: 10em;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-information__title {
    padding-bottom: 10px;
  }
}
.tsuzuri-top-information__define {
  width: calc(100% - 10em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-top-information__define {
    width: 100%;
    display: block;
    padding-left: 30px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-information__define {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-information__define {
    padding-left: 30px;
    width: 100%;
    display: block;
  }
}
.tsuzuri-top-information__define dt {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  width: 10em !important;
  padding-bottom: 4px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-information__define dt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-information__define dt {
    width: 100%;
  }
}
.tsuzuri-top-information__define dd {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  width: calc(100% - 10em) !important;
  padding-bottom: 4px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-information__define dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-information__define dd {
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .tsuzuri-top-information__define dd a:hover {
    text-decoration: underline !important;
  }
}
.tsuzuri-top-information__define a {
  text-decoration: underline;
}

.tsuzuri-top-about {
  padding-top: 240px;
  padding-bottom: 200px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-top-about {
    padding-top: 180px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-top-about {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-about {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.tsuzuri-top-process {
  position: relative;
}

.tsuzuri-top-about,
.tsuzuri-top-process {
  position: relative;
}
.tsuzuri-top-about__mark,
.tsuzuri-top-process__mark {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: -1;
  opacity: 0.4;
}
.tsuzuri-top-about__mark #module-lottie__top,
.tsuzuri-top-process__mark #module-lottie__top {
  width: 100%;
  aspect-ratio: 1000/667;
}
.tsuzuri-top-about__side,
.tsuzuri-top-process__side {
  position: absolute;
  right: 60px;
  top: 240px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-top-about__side,
  .tsuzuri-top-process__side {
    top: 150px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-top-about__side,
  .tsuzuri-top-process__side {
    right: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-top-about__side,
  .tsuzuri-top-process__side {
    right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .tsuzuri-top-about__side,
  .tsuzuri-top-process__side {
    top: 120px;
    right: 20px;
  }
}
.tsuzuri-top-process .tsuzuri-top-about__side,
.tsuzuri-top-process .tsuzuri-top-process__side {
  right: auto;
  left: 60px;
  top: 0;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-top-process .tsuzuri-top-about__side,
  .tsuzuri-top-process .tsuzuri-top-process__side {
    left: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-top-process .tsuzuri-top-about__side,
  .tsuzuri-top-process .tsuzuri-top-process__side {
    left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .tsuzuri-top-process .tsuzuri-top-about__side,
  .tsuzuri-top-process .tsuzuri-top-process__side {
    left: 20px;
  }
}
.tsuzuri-top-about__side-title,
.tsuzuri-top-process__side-title {
  position: absolute;
  width: 13em;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-weight: 300;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 1023px) {
  .tsuzuri-top-about__side-title,
  .tsuzuri-top-process__side-title {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 180%;
  }
}
.tsuzuri-top-about__column,
.tsuzuri-top-process__column {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .tsuzuri-top-about__column,
  .tsuzuri-top-process__column {
    max-width: 90%;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-top-about__column,
  .tsuzuri-top-process__column {
    max-width: 85%;
    gap: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-top-about__column,
  .tsuzuri-top-process__column {
    max-width: 85%;
    gap: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-about__column,
  .tsuzuri-top-process__column {
    display: block;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-about__column,
  .tsuzuri-top-process__column {
    display: block;
    width: 100%;
  }
}
.tsuzuri-top-process .tsuzuri-top-about__column,
.tsuzuri-top-process .tsuzuri-top-process__column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tsuzuri-top-about__photo,
.tsuzuri-top-process__photo {
  width: 55%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .tsuzuri-top-about__photo,
  .tsuzuri-top-process__photo {
    width: 100%;
  }
}
.tsuzuri-top-about__photo.is-process,
.tsuzuri-top-process__photo.is-process {
  width: 60%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-about__photo.is-process,
  .tsuzuri-top-process__photo.is-process {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-about__photo.is-process,
  .tsuzuri-top-process__photo.is-process {
    width: 90%;
    margin-left: 5%;
  }
}
.tsuzuri-top-about__photo-process,
.tsuzuri-top-process__photo-process {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin-left: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-about__photo-process,
  .tsuzuri-top-process__photo-process {
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-about__photo-process,
  .tsuzuri-top-process__photo-process {
    margin-left: 5%;
  }
}
.tsuzuri-top-about__photo-process-1-outer,
.tsuzuri-top-process__photo-process-1-outer {
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tsuzuri-top-about__photo-process-1-inner,
.tsuzuri-top-process__photo-process-1-inner {
  width: 50%;
  margin-left: -10%;
}
.tsuzuri-top-about__photo-process-2-outer,
.tsuzuri-top-process__photo-process-2-outer {
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tsuzuri-top-about__photo-process-2-inner,
.tsuzuri-top-process__photo-process-2-inner {
  width: 68.7%;
  margin-left: auto;
  margin-right: 0;
}
.tsuzuri-top-about__text,
.tsuzuri-top-process__text {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-about__text,
  .tsuzuri-top-process__text {
    display: block;
    padding-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-about__text,
  .tsuzuri-top-process__text {
    display: block;
    padding-top: 30px;
    width: 100%;
  }
}
.tsuzuri-top-process .tsuzuri-top-about__text,
.tsuzuri-top-process .tsuzuri-top-process__text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tsuzuri-top-about__text-inner,
.tsuzuri-top-process__text-inner {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 1023px) {
  .tsuzuri-top-about__text-inner,
  .tsuzuri-top-process__text-inner {
    max-width: 100%;
  }
}
.tsuzuri-top-about__text-about,
.tsuzuri-top-process__text-about {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  padding-bottom: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-about__text-about,
  .tsuzuri-top-process__text-about {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-about__text-about,
  .tsuzuri-top-process__text-about {
    padding-bottom: 12px;
  }
}
.tsuzuri-top-about__text-copy,
.tsuzuri-top-process__text-copy {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-top-about__text-copy,
  .tsuzuri-top-process__text-copy {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-top-about__text-copy,
  .tsuzuri-top-process__text-copy {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-about__text-copy,
  .tsuzuri-top-process__text-copy {
    font-size: 6vw;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-about__text-copy,
  .tsuzuri-top-process__text-copy {
    font-size: 9vw;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-top-about__text-copy.is-process,
  .tsuzuri-top-process__text-copy.is-process {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-top-about__text-copy.is-process,
  .tsuzuri-top-process__text-copy.is-process {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-about__text-copy.is-process,
  .tsuzuri-top-process__text-copy.is-process {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-about__text-copy.is-process,
  .tsuzuri-top-process__text-copy.is-process {
    font-size: 9vw;
  }
}
.tsuzuri-top-about__text-copy .yakuhan,
.tsuzuri-top-process__text-copy .yakuhan {
  margin-left: 6px;
}
.tsuzuri-top-about__text-lead,
.tsuzuri-top-process__text-lead {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  padding-bottom: 44px;
}
.tsuzuri-top-about__btn-more,
.tsuzuri-top-process__btn-more {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 180%;
}
.tsuzuri-top-about__btn-more.icon-internal-link a,
.tsuzuri-top-process__btn-more.icon-internal-link a {
  background-image: url(../img/tsuzuri-icon-btn-arrow-right--gray.svg);
  background-repeat: no-repeat;
  background-size: 16px 11px;
  background-position: center right 20px;
}
@media screen and (min-width: 1024px) {
  .tsuzuri-top-about__btn-more.icon-internal-link a,
  .tsuzuri-top-process__btn-more.icon-internal-link a {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .tsuzuri-top-about__btn-more.icon-internal-link a:hover,
  .tsuzuri-top-process__btn-more.icon-internal-link a:hover {
    background-position: center right 10px;
  }
}
.tsuzuri-top-about__btn-more.icon-internal-link--white a,
.tsuzuri-top-process__btn-more.icon-internal-link--white a {
  background-image: url(../img/tsuzuri-icon-btn-arrow-right--white.svg);
  background-repeat: no-repeat;
  background-size: 16px 11px;
  background-position: center right 20px;
}
@media screen and (min-width: 1024px) {
  .tsuzuri-top-about__btn-more.icon-internal-link--white a,
  .tsuzuri-top-process__btn-more.icon-internal-link--white a {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .tsuzuri-top-about__btn-more.icon-internal-link--white a:hover,
  .tsuzuri-top-process__btn-more.icon-internal-link--white a:hover {
    background-position: center right 10px;
  }
}
.tsuzuri-top-about__btn-more a,
.tsuzuri-top-process__btn-more a {
  display: block;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 10px !important;
  width: 240px;
  text-align: left;
}

.tsuzuri-top-process .swiper-wrapper,
.tsuzuri-top-process .swiper-container,
.tsuzuri-top-process .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0;
}
.tsuzuri-top-process .swiper-slide img {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  line-height: 0;
}
.tsuzuri-top-process__swiper-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tsuzuri-top-process__swiper-nav-inner {
  position: relative;
  margin-left: -6%;
}
.tsuzuri-top-process__swiper-nav-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tsuzuri-top-process__swiper-nav-pagination {
  position: relative;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 99 !important;
  bottom: -1px;
}
.tsuzuri-top-process__swiper-nav-bar {
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
  height: 1px;
  background-color: white;
  height: 10px;
}
.tsuzuri-top-process__swiper-nav-bar.is-progress {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.tsuzuri-top-process__swiper-nav-bar.is-pause {
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-process__swiper-nav-bar {
    width: 100%;
    left: 0px;
    bottom: 0px;
  }
}
.tsuzuri-top-process__swiper-nav-bar-base {
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-process__swiper-nav-bar-base {
    width: 100%;
    left: 0px;
    bottom: 0px;
  }
}
.tsuzuri-top-process .swiper-slide {
  position: relative;
  overflow: hidden;
}
.tsuzuri-top-process .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.tsuzuri-top-process .swiper-top-process-button-pause {
  width: 60px;
  height: 60px;
  z-index: 999;
  cursor: pointer;
  background-color: #000;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  background-image: url(../img/tsuzuri-icon-btn-pause--white.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center center;
}
.tsuzuri-top-process .swiper-top-process-button-pause:focus {
  outline: 4px solid #999;
}
.tsuzuri-top-process .swiper-top-process-button-pause.is-pause {
  background-image: url(../img/tsuzuri-icon-btn-play--white.svg);
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-process .swiper-top-process-button-pause {
    width: 45px;
    height: 45px;
  }
}
.tsuzuri-top-process .swiper-top-process-button-prev,
.tsuzuri-top-process .swiper-top-process-button-next {
  width: 60px;
  height: 60px;
  z-index: 999;
  margin-right: -1px;
  cursor: pointer;
  background-color: #000;
  -webkit-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-process .swiper-top-process-button-prev,
  .tsuzuri-top-process .swiper-top-process-button-next {
    width: 45px;
    height: 45px;
  }
}
.tsuzuri-top-process .swiper-top-process-button-prev button,
.tsuzuri-top-process .swiper-top-process-button-next button {
  mix-blend-mode: difference !important;
}
.tsuzuri-top-process .swiper-top-process-button-prev:focus,
.tsuzuri-top-process .swiper-top-process-button-next:focus {
  outline: 4px solid #999;
}
.tsuzuri-top-process .swiper-top-process-button-prev.swiper-button-disabled,
.tsuzuri-top-process .swiper-top-process-button-next.swiper-button-disabled {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.tsuzuri-top-process .swiper-top-process-button-prev {
  background-image: url(../img/tsuzuri-icon-btn-prev--white.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center center;
}
.tsuzuri-top-process .swiper-top-process-button-next {
  background-image: url(../img/tsuzuri-icon-btn-next--white.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: center center;
}
.tsuzuri-top-process .swiper-top-process-fraction {
  position: absolute;
  left: -12%;
  bottom: 0px;
  width: 90px;
  height: 60px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 60px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-process .swiper-top-process-fraction {
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 45px;
    width: 50px;
    height: 45px;
  }
}

.tsuzuri-top-works {
  margin-top: 180px;
  width: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-works {
    margin-top: 120px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-works {
    margin-top: 60px;
    display: block;
  }
}
.tsuzuri-top-works__side {
  position: absolute;
  right: 60px;
  top: 240px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-works__side {
    right: 20px;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-works__side {
    right: 20px;
    top: 40px;
  }
}
.tsuzuri-top-works .tsuzuri-top-works__side {
  right: auto;
  left: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-works .tsuzuri-top-works__side {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-works .tsuzuri-top-works__side {
    left: 20px;
  }
}
.tsuzuri-top-works__side-title {
  position: absolute;
  width: 13em;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-weight: 300;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-works__side-title {
    width: 12em;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-works__side-title {
    width: 12em;
    display: none;
  }
}
.tsuzuri-top-works__thumb, .tsuzuri-top-works__text {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .tsuzuri-top-works__thumb, .tsuzuri-top-works__text {
    width: 100%;
  }
}
.tsuzuri-top-works__text {
  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;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-works__text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  .tsuzuri-top-works__text {
    display: block;
  }
}
.tsuzuri-top-works__text-inner {
  width: 100%;
  max-width: 420px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-works__text-inner {
    padding-top: 20px;
    max-width: 100%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-works__text-inner {
    padding-top: 20px;
    max-width: 100%;
    padding-bottom: 50px;
  }
}
.tsuzuri-top-works__text-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  color: #fff;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-works__text-title {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-works__text-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-top-works__text-title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-top-works__text-title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-works__text-title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-works__text-title {
    font-size: 9vw;
  }
}
.tsuzuri-top-works__text-lead {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  padding-bottom: 24px;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-top-works__text-lead {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-top-works__text-lead {
    padding-bottom: 0px;
  }
}
.tsuzuri-top-works__thumb {
  position: relative;
  padding-right: 10px !important;
}

.vertical-images {
  position: relative;
  height: 720px;
  overflow: hidden;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vertical-images {
    height: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .vertical-images {
    height: 100vw;
  }
}
.vertical-images__line {
  width: calc(33.333% - 8px);
}
.vertical-images__line:nth-child(1), .vertical-images__line:nth-child(2) {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .vertical-images__line:nth-child(1) {
    margin-left: 12px;
  }
}
.vertical-images__line-inner {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
}
.vertical-images__line-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  overflow: hidden;
}
.vertical-images__line-slider:hover .vertical-images__line-slider-list {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.vertical-images__line-slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-animation: topWorksSlideShow 70s infinite linear;
          animation: topWorksSlideShow 70s infinite linear;
}
.vertical-images__line-slider-list.is-reverse {
  -webkit-animation: topWorksSlideShowReverse 70s infinite linear;
          animation: topWorksSlideShowReverse 70s infinite linear;
}
.vertical-images__line-slider-list.is-paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.vertical-images__line-slider-item {
  width: 100%;
  aspect-ratio: 1200/1600;
  margin-bottom: 12px;
}
.vertical-images__line-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.vertical-images__btn-control {
  position: absolute;
  cursor: pointer;
  right: 0;
  bottom: 0;
  background-color: #000;
  width: 60px;
  height: 60px;
  z-index: 1;
  background-image: url(../img/tsuzuri-icon-btn-pause--white.svg);
  background-size: 7px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .vertical-images__btn-control {
    width: 45px;
    height: 45px;
  }
}
.vertical-images__btn-control.is-pause {
  background-image: url(../img/tsuzuri-icon-btn-play--white.svg);
  background-size: 7px 7px;
  background-position: center center;
}

@-webkit-keyframes topWorksSlideShow {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes topWorksSlideShow {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes topWorksSlideShowReverse {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes topWorksSlideShowReverse {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.marquee-images {
  position: relative;
  height: 720px;
  overflow: hidden;
  line-height: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .marquee-images {
    height: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .marquee-images {
    height: 100vw;
  }
}
.marquee-images__inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 10px;
}
.marquee-images__component {
  position: relative;
  width: 33.3%;
}
.marquee-images__wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 200%;
}
.marquee-images__wrapper.is-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.marquee-images__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.marquee-images__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.marquee-images__item img {
  width: 100%;
  height: auto;
  display: block;
}
.marquee-images__btn-control {
  position: absolute;
  cursor: pointer;
  right: 0;
  bottom: 0;
  background-color: #000;
  width: 60px;
  height: 60px;
  background-image: url(../img/tsuzuri-icon-btn-pause--white.svg);
  background-size: 7px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .marquee-images__btn-control {
    width: 45px;
    height: 45px;
  }
}
.marquee-images__btn-control.is-pause {
  background-image: url(../img/tsuzuri-icon-btn-play--white.svg);
  background-size: 7px 7px;
  background-position: center center;
}

.tsuzuri-content-kv {
  width: 100%;
  background-color: #000;
  position: relative;
}
.tsuzuri-content-kv__photo {
  position: relative;
  aspect-ratio: 1920/960;
}
.tsuzuri-content-kv__title-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
.tsuzuri-content-kv__title {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content-kv__title {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content-kv__title {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content-kv__title {
    width: 90%;
    padding-top: 20vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tsuzuri-content-kv__title-inner {
  color: #fff;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-content-kv__title-inner {
    width: 100%;
  }
}
.tsuzuri-content-kv__title-about {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  padding-bottom: 20px;
  opacity: 0.8;
  font-weight: 600;
}
.tsuzuri-content-kv__title-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content-kv__title-title {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content-kv__title-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content-kv__title-title {
    font-size: 9vw;
  }
}
.tsuzuri-content-kv__title-subtitle {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content-kv__title-subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content-kv__title-subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content-kv__title-subtitle {
    font-size: 16px;
  }
}
.tsuzuri-content-kv__bottom {
  width: calc(100% - 360px);
  height: 60px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content-kv__bottom {
    height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content-kv__bottom {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content-kv__bottom {
    display: none;
  }
}

.tsuzuri-content-nav {
  width: 360px;
  position: absolute;
  z-index: 99;
  line-height: 180%;
  top: 0;
  right: 0;
  margin-left: auto;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(16%, white), to(white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 16%, white 100%);
}
.tsuzuri-content-nav:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: whitesmoke;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(245, 245, 245, 0)), color-stop(20%, whitesmoke), to(whitesmoke));
  background: linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, whitesmoke 20%, whitesmoke 100%);
}
.tsuzuri-content-nav__inner {
  padding: 40px 30px 60px 40px;
}
.tsuzuri-content-nav__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  padding-bottom: 20px;
}
.tsuzuri-content-nav__list li {
  position: relative;
  padding-left: 18px;
  padding-bottom: 12px;
}
.tsuzuri-content-nav__list li:before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  top: 14px;
  left: 0;
  position: absolute;
}
.tsuzuri-content-nav__list li a {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .tsuzuri-content-nav__list li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -3px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: rgba(0, 0, 0, 0.6);
  }
  .tsuzuri-content-nav__list li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.tsuzuri-content-nav__list li a.is-current::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.tsuzuri-content-nav__list.is-list-number {
  padding-left: 26px;
}
.tsuzuri-content-nav__list.is-list-number li {
  list-style-type: decimal;
  padding-left: 0;
}
.tsuzuri-content-nav__list.is-list-number li:before {
  display: none;
}

.tsuzuri-content {
  width: 100%;
  position: relative;
}
.tsuzuri-content__content {
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content__content {
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.tsuzuri-content__content.is-number {
  padding-top: 90px;
  padding-left: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__content.is-number {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__content.is-number {
    padding-top: 60px;
    padding-left: 30px;
  }
}
.tsuzuri-content__content.is-about-howtouse {
  padding-top: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__content.is-about-howtouse {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__content.is-about-howtouse {
    padding-top: 60px;
  }
}
.tsuzuri-content__content.is-process-assignment {
  padding-top: 120px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content__content.is-process-section-3-photo {
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__content.is-process-section-3-photo {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__content.is-process-section-3-photo {
    margin-top: -70px;
    margin-bottom: -50px;
  }
}
.tsuzuri-content__content.is-process-section-5 {
  padding-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__content.is-process-section-5 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__content.is-process-section-5 {
    padding-top: 90px;
  }
}
.tsuzuri-content__lead {
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content__lead.is-process-lead-title {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__lead.is-process-lead-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__lead.is-process-lead-title {
    display: none;
  }
}
.tsuzuri-content__lead-subtitle {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  padding-bottom: 20px;
  opacity: 0.8;
  font-weight: 600;
}
.tsuzuri-content__heading1, .tsuzuri-content__lead-heading1 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 100%;
  text-align: left;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__heading1, .tsuzuri-content__lead-heading1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__heading1, .tsuzuri-content__lead-heading1 {
    font-size: 28px;
  }
}
.tsuzuri-content__heading2, .tsuzuri-content__lead-heading2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__heading2, .tsuzuri-content__lead-heading2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__heading2, .tsuzuri-content__lead-heading2 {
    font-size: clamp(20px, 6vw, 24px);
  }
}
.tsuzuri-content__heading2.is-process, .tsuzuri-content__lead-heading2.is-process {
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__heading2.is-process, .tsuzuri-content__lead-heading2.is-process {
    font-size: 24px;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.tsuzuri-content__heading-process {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__heading-process {
    font-size: 24px;
  }
}
.tsuzuri-content__heading-process.is-number {
  position: relative;
  margin-left: -1.2em !important;
}
.tsuzuri-content__heading-process.is-number span.number {
  width: 1.2em;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__heading-process.is-number {
    margin-left: -1.4em !important;
  }
}
.tsuzuri-content__heading3, .tsuzuri-content__lead-heading3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin-top: -20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__heading3, .tsuzuri-content__lead-heading3 {
    font-size: 22px;
  }
}
.tsuzuri-content__heading3--on {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin-top: 0px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__heading3--on {
    font-size: 18px;
  }
}
.tsuzuri-content__lead-text {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  width: 100%;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content__lead-text {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__lead-text {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__lead-text {
    padding-bottom: 0px;
  }
}
.tsuzuri-content__lead-text.is-column {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__lead-text.is-column {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.tsuzuri-content__lead-text.is-nav {
  max-width: 60%;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content__lead-text.is-nav {
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__lead-text.is-nav {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__lead-text.is-nav {
    max-width: 100%;
  }
}
.tsuzuri-content__lead-text p {
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content__lead-text.is-process-lead-text {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__lead-text.is-process-lead-text {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__lead-text.is-process-lead-text {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.tsuzuri-content__text {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  width: 100%;
}
.tsuzuri-content__text.is-nav {
  max-width: 40%;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content__text.is-nav {
    max-width: 65%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__text.is-nav {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__text.is-nav {
    max-width: 100%;
  }
}
.tsuzuri-content__text p {
  padding-bottom: 20px;
}
.tsuzuri-content__lead-movie {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content__lead-movie {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__lead-movie {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__lead-movie {
    padding-bottom: 0px;
  }
}
.tsuzuri-content__lead-movie.is-nav {
  max-width: 70%;
}
@media screen and (min-width: 1024px) {
  .tsuzuri-content__lead-movie.is-nav {
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__lead-movie.is-nav {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__lead-movie.is-nav {
    max-width: 100%;
  }
}
.tsuzuri-content__lead-movie .youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.tsuzuri-content__lead-movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.tsuzuri-content__lead-movie .youtube-notice {
  display: block;
  padding-top: 20px;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}
.tsuzuri-content__lead-movie .youtube-notice a {
  color: #000;
  text-decoration: underline;
}
.tsuzuri-content__photo-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tsuzuri-content__photo-bg-left {
  width: calc((100% - 1200px) / 2);
  background-color: #000;
}
.tsuzuri-content__photo-bg-right {
  width: calc((100% - 1200px) / 2);
}
.tsuzuri-content__photo-bg-center {
  width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: 0;
  background-color: #000;
}
.tsuzuri-content__photo-bg-photo {
  max-width: 960px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tsuzuri-content__photo-downstairs--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content__photo-downstairs--close {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__photo-downstairs--close {
    padding-top: 0px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-downstairs--close {
    padding-top: 0px;
    padding-bottom: 0;
    display: block;
    width: 100%;
  }
}
.tsuzuri-content__photo-downstairs--close-photo {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-downstairs--close-photo {
    width: 100%;
  }
}
.tsuzuri-content__photo-downstairs--close-photo:last-child {
  margin-top: 50px;
  margin-left: 0%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-downstairs--close-photo:last-child {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.tsuzuri-content__photo-downstairs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content__photo-downstairs {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__photo-downstairs {
    padding-top: 0px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-downstairs {
    padding-top: 0px;
    padding-bottom: 0;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-downstairs-photo {
    width: calc(100% - 30px);
  }
}
.tsuzuri-content__photo-downstairs-photo:last-child {
  margin-top: 14vw;
  margin-left: -7%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-downstairs-photo:last-child {
    margin-left: auto;
    margin-right: 0;
    margin-top: -30px;
  }
}
.tsuzuri-content__photo-downstairs-3column {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content__photo-downstairs-3column {
    width: calc(100% - 80px);
    gap: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__photo-downstairs-3column {
    width: calc(100% - 80px);
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-downstairs-3column {
    width: calc(100% - 60px);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-downstairs-3column-photo {
    width: 100%;
    padding-bottom: 20px;
  }
}
.tsuzuri-content__photo-downstairs-3column-photo:nth-child(2) {
  margin-top: 4vw;
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-downstairs-3column-photo:nth-child(2) {
    margin-top: 0;
  }
}
.tsuzuri-content__photo-downstairs-3column-photo:last-child {
  margin-top: 8vw;
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-downstairs-3column-photo:last-child {
    margin-top: 0;
  }
}
.tsuzuri-content__photo-single {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tsuzuri-content__photo-single-photo {
  max-width: 70%;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-content__photo-single-photo {
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__photo-single-photo {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-single-photo {
    max-width: 100%;
  }
}
.tsuzuri-content__photo-description {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tsuzuri-content__photo-description.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__photo-description {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-description {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tsuzuri-content__photo-description-photo {
  width: calc(100% - 400px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__photo-description-photo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-description-photo {
    width: 100%;
  }
}
.tsuzuri-content__photo-description-photo-photo {
  width: 110% !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__photo-description-photo-photo {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-description-photo-photo {
    width: 100% !important;
  }
}
.is-reverse .tsuzuri-content__photo-description-photo-photo {
  margin-left: -10%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-reverse .tsuzuri-content__photo-description-photo-photo {
    margin-left: 0%;
  }
}
@media screen and (max-width: 767px) {
  .is-reverse .tsuzuri-content__photo-description-photo-photo {
    margin-left: 0%;
  }
}
.tsuzuri-content__photo-description-text {
  width: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__photo-description-text {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-description-text {
    display: block;
    width: 100%;
  }
}
.tsuzuri-content__photo-description-text-inner {
  width: 400px;
  position: relative;
  line-height: 180%;
  padding: 30px 40px;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__photo-description-text-inner {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-description-text-inner {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.is-reverse .tsuzuri-content__photo-description-text-inner {
  margin-left: auto;
}
.tsuzuri-content__photo-description-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  text-align: left;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__photo-description-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-description-title {
    font-size: 24px;
  }
}
.tsuzuri-content__photo-description-title.is-long {
  font-size: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-content__photo-description-title.is-long {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-content__photo-description-title.is-long {
    font-size: 24px;
  }
}
.tsuzuri-content__photo-description-text-text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 200%;
}
.tsuzuri-content__photo-description-photo-caption {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  font-weight: 600;
  padding: 12px 0;
}
.is-reverse .tsuzuri-content__photo-description-photo-caption {
  padding: 12px 0 12px 30px;
}
@media screen and (max-width: 767px) {
  .is-reverse .tsuzuri-content__photo-description-photo-caption {
    padding: 12px 0 12px 0px;
  }
}

.tsuzuri-about-banner {
  margin-top: 40px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-about-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-about-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-about-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tsuzuri-about-banner__banner {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tsuzuri-about-banner__banner:first-child {
  margin-bottom: 30px;
}
.tsuzuri-about-banner__banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 50px;
  padding: 40px 30px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .tsuzuri-about-banner__banner a {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .tsuzuri-about-banner__banner a:hover {
    opacity: 0.3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-about-banner__banner a {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-about-banner__banner a {
    display: block;
    padding: 0;
  }
}
.tsuzuri-about-banner__photo {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-about-banner__photo {
    width: 100%;
  }
}
.tsuzuri-about-banner__text {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  padding-right: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-about-banner__text {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-about-banner__text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-about-banner__text {
    width: 100%;
    padding: 20px 30px 30px 30px;
  }
}
.tsuzuri-about-banner__text-heading {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-about-banner__text-heading {
    font-size: 22px;
    padding-bottom: 12px;
  }
}
.tsuzuri-about-banner__text-text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
}

.tsuzuri-works-announcement__bg {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: relative;
  z-index: 99;
}
.tsuzuri-works-announcement a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  text-decoration: underline;
  padding-top: 14px;
  padding-bottom: 14px;
}

.tsuzuri-works-kv {
  position: relative;
  width: 100%;
  background-color: #000;
}
.tsuzuri-works-kv__photo {
  line-height: 0;
  z-index: -1 !important;
}
.tsuzuri-works-kv__photo.is-vertical {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-kv__photo {
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-kv__photo {
    padding-top: 24px;
  }
}
.tsuzuri-works-kv__shadow {
  position: absolute;
  width: 100%;
  height: 150px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 0;
}
.tsuzuri-works-kv__title {
  position: absolute;
  width: 60%;
  top: 0;
  left: 20%;
  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;
  z-index: 99 !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-kv__title {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-kv__title {
    position: relative;
    width: 100%;
    left: 0;
    position: relative;
    display: block;
  }
}
.tsuzuri-works-kv__title.is-text-black div, .tsuzuri-works-kv__title.is-text-black h1, .tsuzuri-works-kv__title.is-text-black p {
  color: #000;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-kv__title.is-text-black div, .tsuzuri-works-kv__title.is-text-black h1, .tsuzuri-works-kv__title.is-text-black p {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-kv__title.is-text-black div, .tsuzuri-works-kv__title.is-text-black h1, .tsuzuri-works-kv__title.is-text-black p {
    color: #fff;
  }
}
.tsuzuri-works-kv__title-inner {
  position: relative;
  z-index: 3;
  padding-top: 46px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-works-kv__title-inner {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-works-kv__title-inner {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-kv__title-inner {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-kv__title-inner {
    padding-top: 20px;
  }
}
.tsuzuri-works-kv__title-number {
  display: none;
}
.tsuzuri-works-kv__title-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  color: #fff;
  text-align: center;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-kv__title-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-kv__title-title {
    padding-top: 10px;
    font-size: 28px;
    line-height: 110%;
    padding-left: 0px;
    padding-right: 20px;
  }
}
.tsuzuri-works-kv__title-kana {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  color: #fff;
  text-align: center;
  padding-bottom: 12px;
}
.tsuzuri-works-kv__title-name {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-works-kv__title-name {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-kv__title-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-kv__title-name {
    font-size: 14px;
  }
}

.tsuzuri-works-artwork {
  background-color: #000;
}
.tsuzuri-works-artwork__pagination {
  pointer-events: none;
}
.tsuzuri-works-artwork__pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 1px !important;
  border-radius: 0;
}
.tsuzuri-works-artwork .js-tsuzuri-artwork-swiper .swiper-wrapper {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.tsuzuri-works-artwork__artwork {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
  padding-bottom: 40px !important;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-works-artwork__artwork {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-artwork__artwork {
    padding-bottom: 40px !important;
  }
}
.tsuzuri-works-artwork__artwork-photo {
  overflow: hidden;
  padding-left: 1.2vw !important;
  padding-right: 1.2vw !important;
}
.tsuzuri-works-artwork__artwork-photo .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tsuzuri-works-artwork__artwork-photo .photo img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tsuzuri-works-artwork__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px !important;
  padding-left: 5vw !important;
  padding-right: 5vw !important;
  overflow: visible;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-works-artwork__slide {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-artwork__slide {
    padding-top: 60px !important;
  }
}
.tsuzuri-works-artwork__slide .swiper-slide {
  height: auto;
}
.tsuzuri-works-artwork__slide .title-en {
  height: 40px;
  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;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}
.tsuzuri-works-artwork__sp {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.tsuzuri-works-artwork__slide-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 60px 30px 0;
}
.tsuzuri-works-artwork__artwork-sp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50vw;
          flex: 0 0 50vw;
  width: 50vw;
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  padding-bottom: 30px;
}
.tsuzuri-works-artwork__artwork-photo-sp {
  overflow: hidden;
  padding-left: 3vw !important;
  padding-right: 3vw !important;
}
.tsuzuri-works-artwork__artwork-photo-sp .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tsuzuri-works-artwork__artwork-photo-sp .photo img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tsuzuri-works-artwork__artwork-photo-sp .title-en {
  height: 40px;
  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;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}
.tsuzuri-works-artwork__inner {
  width: 100%;
  max-width: 1260px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-works-artwork__inner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-artwork__inner {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__inner {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tsuzuri-works-artwork__inner.is-no-padding-top {
  padding-top: 0 !important;
}
.tsuzuri-works-artwork__1column {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.tsuzuri-works-artwork__1column.is-vertical--single {
  max-width: 360px;
}
.tsuzuri-works-artwork__2column {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__2column {
    display: block;
  }
}
.tsuzuri-works-artwork__2column.is-vertical {
  max-width: 720px;
}
.tsuzuri-works-artwork__2column.is-rectangle {
  max-width: 720px;
}
.tsuzuri-works-artwork__3column {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__3column {
    display: block;
  }
}
.tsuzuri-works-artwork__3column.is-vertical {
  max-width: 720px;
}
.tsuzuri-works-artwork__artwork {
  position: relative;
}
.tsuzuri-works-artwork__artwork.is-3column {
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-3column {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-unryuzu-yusyo:first-child {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-unryuzu-yusyo:first-child {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-unryuzu-yusyo:last-child {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-unryuzu-yusyo:last-child {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-sansuizu-yusho:first-child {
  width: 42.8%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-sansuizu-yusho:first-child {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-sansuizu-yusho:last-child {
  width: 57.2%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-sansuizu-yusho:last-child {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-kinkishogazu:first-child {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-kinkishogazu:first-child {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-kinkishogazu:last-child {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-kinkishogazu:last-child {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-umeyanaginiyukinzu:nth-child(1) {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-umeyanaginiyukinzu:nth-child(1) {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-umeyanaginiyukinzu:nth-child(2) {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-umeyanaginiyukinzu:nth-child(2) {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-umeyanaginiyukinzu:nth-child(3) {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-umeyanaginiyukinzu:nth-child(3) {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-umeyanaginiyukinzu:nth-child(4) {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-umeyanaginiyukinzu:nth-child(4) {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-magakinisokazu:nth-child(1) {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-magakinisokazu:nth-child(1) {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-magakinisokazu:nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-magakinisokazu:nth-child(2) {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-magakinisokazu:nth-child(3) {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-magakinisokazu:nth-child(3) {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork.is-magakinisokazu:nth-child(4) {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__artwork.is-magakinisokazu:nth-child(4) {
    width: 100%;
  }
}
.tsuzuri-works-artwork__artwork-photo {
  line-height: 0;
}
.tsuzuri-works-artwork__artwork-btn {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tsuzuri-works-artwork__artwork-btn-sp {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tsuzuri-works-artwork__copyright {
  padding-top: 50px;
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-artwork__copyright {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-artwork__copyright {
    padding-top: 20px;
  }
}
.tsuzuri-works-artwork__copyright-en {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.tsuzuri-works-artwork__copyright-ja, .tsuzuri-works-artwork__copyright-ja-high, .tsuzuri-works-artwork__copyright-ja-afca {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.tsuzuri-works-artwork__copyright-en.is-indent, .tsuzuri-works-artwork__copyright-ja.is-indent, .tsuzuri-works-artwork__copyright-ja-high.is-indent, .tsuzuri-works-artwork__copyright-ja-afca.is-indent {
  text-indent: -1em;
  padding-left: 1em 1px;
}

.tsuzuri-works-pdf {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding-top: 20px;
}
.tsuzuri-works-pdf__title {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 10px;
}
.tsuzuri-works-pdf__name {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 20px;
}
.tsuzuri-works-pdf__pdf-link {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  text-decoration: underline !important;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.tsuzuri-works-pdf__pdf-link:after {
  content: "";
  display: inline-block !important;
  margin-left: 6px;
  width: 14px;
  height: 16px;
  background-image: url(../img/tsuzuri-icon-link-external.svg);
  background-size: 13px 11px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.tsuzuri-works-description {
  width: 100%;
}
.tsuzuri-works-description a {
  text-decoration: underline;
}
.tsuzuri-works-description a:hover {
  text-decoration: underline !important;
}
.tsuzuri-works-description__inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 90px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-works-description__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-description__inner {
    padding-top: 40px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-description__inner {
    padding-top: 30px;
    max-width: 100%;
    display: block;
  }
}
.tsuzuri-works-description__column {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}
.tsuzuri-works-description__column:last-child {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-description__column {
    width: 100%;
  }
}
.tsuzuri-works-description__work-title {
  min-height: 80px;
}
.tsuzuri-works-description__work-title-ja {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 600;
}
.tsuzuri-works-description__work-title-en {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 600;
  padding-bottom: 20px;
}
.tsuzuri-works-description__work-title-kana {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 400;
}
.tsuzuri-works-description__define-title {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 14px;
}
.tsuzuri-works-description__define {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.tsuzuri-works-description__define.is-spec {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tsuzuri-works-description__define dt, .tsuzuri-works-description__define dd {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 16px;
  padding-bottom: 16px;
}
.tsuzuri-works-description__define dt {
  text-align: left;
  width: 10em;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 600;
}
.tsuzuri-works-description__define dd {
  text-align: left;
  width: calc(100% - 10em);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 400;
}
.tsuzuri-works-description__p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  padding-bottom: 20px;
}
.tsuzuri-works-description__p.is-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.tsuzuri-works-description__description {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
.tsuzuri-works-description blockquote p.is-blockquote:before {
  content: "‟";
}
.tsuzuri-works-description blockquote p.is-blockquote:after {
  content: "„";
}
.tsuzuri-works-description__pdf {
  padding: 6px 20px;
}
.tsuzuri-works-description__pdf a img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .tsuzuri-works-description__pdf a img {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .tsuzuri-works-description__pdf a img:hover {
    opacity: 0.6;
  }
}

.tsuzuri-works-movie {
  width: 100%;
  background-color: #000;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.tsuzuri-works-movie__inner {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.tsuzuri-works-movie__inner iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.tsuzuri-works-movie__notice {
  padding-top: 20px;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}
.tsuzuri-works-movie__notice a {
  color: #fff;
  text-decoration: underline;
}

.tsuzuri-works-project {
  background-color: #f5f5f5;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-works-project {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-project {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-project {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tsuzuri-works-project__banner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tsuzuri-works-project__banner:first-child {
  margin-bottom: 30px;
}
.tsuzuri-works-project__banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 50px;
  padding: 30px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .tsuzuri-works-project__banner a {
    -webkit-transition: all 400ms 0s ease-out;
    transition: all 400ms 0s ease-out;
  }
  .tsuzuri-works-project__banner a:hover {
    opacity: 0.3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-project__banner a {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-project__banner a {
    display: block;
    padding: 0;
  }
}
.tsuzuri-works-project__photo {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-project__photo {
    width: 100%;
  }
}
.tsuzuri-works-project__text {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  padding-right: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-works-project__text {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-works-project__text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-project__text {
    width: 100%;
    padding: 20px 30px 30px 30px;
  }
}
.tsuzuri-works-project__text-heading {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-works-project__text-heading {
    font-size: 22px;
    padding-bottom: 12px;
  }
}
.tsuzuri-works-project__text-text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
}

.js-filter-options:after,
.js-filter-options:before {
  content: " ";
  display: table;
}

.tsuzuri-exhibition-kv {
  position: relative;
}

.tsuzuri-exhibition {
  position: relative;
  width: 100%;
}
.tsuzuri-exhibition a {
  text-decoration: underline;
}
.tsuzuri-exhibition__content {
  width: 100%;
  padding-top: 50px;
  max-width: 640px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__content {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.tsuzuri-exhibition__overview {
  width: 100%;
  max-width: 640px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__overview {
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tsuzuri-exhibition__overview.is-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 0px;
  margin-bottom: 60px;
}
.tsuzuri-exhibition__overview-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 600;
  padding-bottom: 12px;
}
.tsuzuri-exhibition__overview-title {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 600;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__overview-title {
    font-size: 16px;
  }
}
.tsuzuri-exhibition__overview-dl {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  text-align: left;
}
.tsuzuri-exhibition__overview-dl dt, .tsuzuri-exhibition__overview-dl dd {
  padding-bottom: 10px;
  text-align: left;
}
.tsuzuri-exhibition__overview-dl dt {
  width: 9em;
}
.tsuzuri-exhibition__overview-dl dd {
  width: calc(100% - 9em);
}
.tsuzuri-exhibition__overview-site-title {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  font-weight: 600;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__overview-site-title {
    font-size: 14px;
  }
}
.tsuzuri-exhibition__overview-site-link a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  font-weight: 400;
}
.tsuzuri-exhibition__overview-site-link a:after {
  display: inline-block;
  content: "";
  margin-left: 6px;
  width: 16px;
  height: 16px;
  background-image: url(../img/tsuzuri-icon-link-external.svg);
  background-repeat: no-repeat;
  background-size: 13px 11px;
  background-position: center bottom;
}
.tsuzuri-exhibition__content--dummy {
  width: 100%;
  max-width: 640px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5f5;
  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;
  margin-bottom: 30px;
}
.tsuzuri-exhibition__p--dummy {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  text-align: center;
  background-color: purple;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 5px 30px;
}
.tsuzuri-exhibition__heading1 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 120%;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-exhibition__heading1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__heading1 {
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 110%;
    padding-top: 50px;
  }
}
.tsuzuri-exhibition__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  padding-bottom: 40px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1920px) {
  .tsuzuri-exhibition__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .tsuzuri-exhibition__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .tsuzuri-exhibition__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-exhibition__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-exhibition__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-exhibition__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__title {
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 110%;
  }
}
.tsuzuri-exhibition__lead {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 70px;
  text-align: center;
}
.tsuzuri-exhibition__p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  padding-bottom: 20px;
}
.tsuzuri-exhibition__p.is-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__p.is-center {
    text-align: left;
  }
}
.tsuzuri-exhibition__p-note {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  padding-bottom: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.tsuzuri-exhibition__photo-right {
  width: 100%;
  max-width: calc(50% + 320px);
  margin-left: auto;
  margin-right: 0;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__photo-right {
    max-width: calc(100% - 60px);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.tsuzuri-exhibition__photo-left {
  width: 100%;
  max-width: calc(50% + 320px);
  margin-left: 0;
  margin-right: auto;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__photo-left {
    max-width: calc(100% - 60px);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.tsuzuri-exhibition__photo-center {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.tsuzuri-exhibition__photo-center--fit {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.tsuzuri-exhibition__photo-downstairs {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__photo-downstairs {
    display: block;
    padding-bottom: 30px;
  }
}
.tsuzuri-exhibition__photo-downstairs.is-center {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__photo-downstairs.is-center {
    max-width: calc(100% - 60px);
  }
}
.tsuzuri-exhibition__photo-downstairs-photo:last-child {
  margin-top: 10vw;
}
.is-center .tsuzuri-exhibition__photo-downstairs-photo:last-child {
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  .is-center .tsuzuri-exhibition__photo-downstairs-photo:last-child {
    margin-left: 0px;
  }
}
.tsuzuri-exhibition__photo-downstairs-2column {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: black;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__photo-downstairs-2column {
    display: block;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tsuzuri-exhibition__photo-downstairs-2column.is-padding {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__photo-downstairs-2column.is-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tsuzuri-exhibition__photo-downstairs-3column {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: black;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__photo-downstairs-3column {
    display: block;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tsuzuri-exhibition__photo-downstairs-photo:nth-child(2) {
  margin-top: 5vw;
}
.tsuzuri-exhibition__photo-downstairs-photo:last-child {
  margin-top: 10vw;
}
.is-center .tsuzuri-exhibition__photo-downstairs-photo:last-child {
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  .is-center .tsuzuri-exhibition__photo-downstairs-photo:last-child {
    margin-left: 0px;
  }
}
.tsuzuri-exhibition__movie {
  width: 100%;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__movie {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.tsuzuri-exhibition__movie-youtube {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
}
.tsuzuri-exhibition__movie-youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.tsuzuri-exhibition__movie-youtube-notice {
  display: block;
  padding-top: 20px;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}
.tsuzuri-exhibition__movie-youtube-notice a {
  color: #fff;
  text-decoration: underline;
}
.tsuzuri-exhibition__movie-youtube-caption {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .tsuzuri-exhibition__movie-youtube-caption {
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-exhibition__movie-youtube-caption {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-exhibition__movie-youtube-caption {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.tsuzuri-information-detail {
  position: relative;
}
.tsuzuri-information-detail__visual {
  background-color: #000;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__visual {
    padding: 30px;
  }
}
.tsuzuri-information-detail__visual-photo {
  line-height: 0;
}
.tsuzuri-information-detail__visual-photo-inner.is-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__visual-photo-inner.is-column {
    display: block;
  }
}
.tsuzuri-information-detail__visual-photo-full {
  width: 100%;
}
.tsuzuri-information-detail__visual-photo-photo {
  width: 100%;
  line-height: 0;
}
.tsuzuri-information-detail__visual-photo-column {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__visual-photo-column {
    width: 100%;
    padding-bottom: 30px;
  }
  .tsuzuri-information-detail__visual-photo-column:last-child {
    padding-bottom: 0px;
  }
}
.tsuzuri-information-detail__visual-title {
  padding-top: 14px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-information-detail__visual-title {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-information-detail__visual-title {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__visual-title {
    font-size: 15px;
  }
}
.tsuzuri-information-detail__visual-title .kana {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 600;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__visual-title .kana {
    padding-left: 0;
    display: block;
    font-size: 11px;
    padding-bottom: 6px;
  }
}
.tsuzuri-information-detail__visual-name {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-information-detail__visual-name {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-information-detail__visual-name {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__visual-name {
    font-size: 12px;
  }
}
.tsuzuri-information-detail__visual-cap {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  padding-top: 10px;
  margin-bottom: -10px;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-information-detail__visual-cap {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-information-detail__visual-cap {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__visual-cap {
    font-size: 12px;
  }
}
.tsuzuri-information-detail__date {
  padding-left: 70px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-information-detail__date {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-information-detail__date {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__date {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
.tsuzuri-information-detail__date-season {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__date-season {
    padding-left: 30px;
  }
}
.tsuzuri-information-detail__date-note {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  padding-bottom: 30px;
  padding-left: 70px;
  margin-top: -12px;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__date-note {
    padding-left: 30px;
  }
}
.tsuzuri-information-detail__date-2column {
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .tsuzuri-information-detail__date-2column {
    display: block;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-information-detail__date-2column {
    display: block;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-information-detail__date-2column {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-information-detail__date-2column {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__date-2column {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
.tsuzuri-information-detail__date-2column.is-date-2nd {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__date-2column.is-date-2nd {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__date.is-date, .tsuzuri-information-detail__date-2column.is-date {
    padding-bottom: 0;
  }
}
.tsuzuri-information-detail__date-year {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  padding-bottom: 10px;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .tsuzuri-information-detail__date-year {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-information-detail__date-year {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .tsuzuri-information-detail__date-year.is-empty {
    display: none;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-information-detail__date-year.is-empty {
    display: none;
  }
}
.tsuzuri-information-detail__date-date {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .tsuzuri-information-detail__date-date {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .tsuzuri-information-detail__date-date {
    padding-bottom: 0px;
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-information-detail__date-date {
    padding-bottom: 0px;
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.tsuzuri-information-detail__date-date .week {
  font-size: 20px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-information-detail__date-date .week {
    font-size: 16px;
  }
}
.tsuzuri-information-detail__date-date .bar {
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #000;
  margin-left: 5px;
  margin-right: 6px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-information-detail__date-date br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-information-detail__date-date br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__date-date br {
    display: none;
  }
}
.tsuzuri-information-detail__date-title {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 700;
  padding-right: 30px;
  padding-bottom: 10px;
  text-align: left;
  padding-top: 40px;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .tsuzuri-information-detail__date-title {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-information-detail__date-title {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__date-title {
    font-size: 24px;
  }
}
.tsuzuri-information-detail__date-title.is-2nd {
  padding-top: 0;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .tsuzuri-information-detail__date-title.is-2nd {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .tsuzuri-information-detail__date-title.is-2nd {
    padding-top: 0px;
  }
}
.tsuzuri-information-detail__date-name {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 700;
  padding-bottom: 30px;
  text-align: left;
}
.tsuzuri-information-detail__date-place {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__date-place {
    font-size: 15px;
  }
}
.tsuzuri-information-detail__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-information-detail__place {
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-information-detail__place {
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__place {
    display: block;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tsuzuri-information-detail__place-text {
  width: 50%;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__place-text {
    width: 100%;
    padding-right: 0;
  }
}
.tsuzuri-information-detail__place-photo {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__place-photo {
    width: 100%;
  }
}
.tsuzuri-information-detail__place-title {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 600;
  padding-bottom: 10px;
}
.tsuzuri-information-detail__place-title .place {
  font-size: 14px;
  padding-left: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .tsuzuri-information-detail__place-title {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tsuzuri-information-detail__place-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__place-title {
    display: none;
  }
}
.tsuzuri-information-detail__place-p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  padding-bottom: 10px;
}
.tsuzuri-information-detail__place-p--note {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  padding-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.tsuzuri-information-detail__place-define {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.tsuzuri-information-detail__place-define a {
  text-decoration: underline;
}
.tsuzuri-information-detail__place-define dt, .tsuzuri-information-detail__place-define dd {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tsuzuri-information-detail__place-define dt a:after, .tsuzuri-information-detail__place-define dd a:after {
  content: "";
  display: inline-block !important;
  margin-left: 5px;
  margin-top: 0px;
  width: 14px;
  height: 16px;
  background-image: url(../img/tsuzuri-icon-link-external.svg);
  background-size: 13px 11px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.tsuzuri-information-detail__place-define dt {
  width: 6em;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 600;
}
.tsuzuri-information-detail__place-define dd {
  width: calc(100% - 6em);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
}
.tsuzuri-information-detail__place-photo-photo {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .tsuzuri-information-detail__place-photo-photo {
    padding-bottom: 30px;
  }
}
.tsuzuri-information-detail__place-photo-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.tsuzuri-information-detail__place-photo-map-link {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 20px;
}
.tsuzuri-information-detail__place-photo-map-link a {
  text-decoration: underline;
  position: relative;
}
.tsuzuri-information-detail__place-photo-map-link a:after {
  content: "";
  display: inline-block !important;
  margin-left: 5px;
  margin-top: 0px;
  width: 14px;
  height: 16px;
  background-image: url(../img/tsuzuri-icon-link-external.svg);
  background-size: 13px 11px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.column {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px 120px 30px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .column {
    padding: 30px 30px 60px 30px;
  }
}
.column h1, .column h2, .column h3, .column h4, .column h5, .column p, .column ol, .column ul, .column dl, .column .news-release {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .column h1, .column h2, .column h3, .column h4, .column h5, .column p, .column ol, .column ul, .column dl, .column .news-release {
    max-width: 100%;
  }
}
.column figcaption {
  font-weight: 400;
}
.column .photo-vertical {
  padding-top: 30px;
  padding-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .column .photo-vertical {
    max-width: 100%;
  }
}
.column .photo-1column {
  padding-top: 30px;
  padding-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .column .photo-1column {
    max-width: 100%;
  }
}
.column .photo-2column {
  padding-top: 30px;
  padding-bottom: 50px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .column .photo-2column {
    display: block;
    max-width: 100%;
  }
  .column .photo-2column figure:first-child {
    padding-bottom: 20px;
  }
}
.column .photo-2column--vertical {
  padding-top: 30px;
  padding-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .column .photo-2column--vertical {
    display: block;
    max-width: 100%;
  }
}
.column .center {
  text-align: center;
}
.column b {
  font-weight: bold;
}
.column h1 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column h1 {
    font-size: 24px;
  }
}
.column p.subtitle {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin-top: -20px;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column p.subtitle {
    font-size: 20px;
  }
}
.column h2 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column h2 {
    font-size: 16px;
  }
}
.column h3 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column h3 {
    font-size: 16px;
  }
}
.column h4 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 20px;
}
.column p {
  padding-bottom: 20px;
}
.column .list-dot {
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-bottom: 20px;
}
.column .list-dot li {
  line-height: 180%;
  padding-bottom: 4px;
}
.column .list-dot li:before {
  content: "・";
  margin-left: 5px;
  margin-right: 5px;
}
.column .list-number {
  padding-left: 1.5em;
  padding-bottom: 20px;
}
.column .list-number li {
  line-height: 180%;
  padding-bottom: 4px;
  list-style: decimal;
}
.column dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}
.column dl dt, .column dl dd {
  display: block;
  line-height: 180%;
  padding-bottom: 4px;
}
.column dl dt {
  width: 7em;
}
.column dl dd {
  width: calc(100% - 7em);
}
.column a {
  text-decoration: underline;
}
.column .news-release {
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.column .news-release__title {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 700;
  padding-bottom: 16px;
  text-align: left;
}
.column .news-release__link a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  font-weight: 400;
}
.column .news-release__link a:after {
  display: inline-block;
  content: "";
  margin-left: 6px;
  width: 16px;
  height: 16px;
  background-image: url(../img/tsuzuri-icon-link-external.svg);
  background-repeat: no-repeat;
  background-size: 13px 11px;
  background-position: center bottom;
}
.column .news-release__link--internal a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  font-weight: 400;
}

body.tsuzuri-dzi {
  padding-top: 0 !important;
  height: 100vh; /* フォールバック */
  height: calc(var(--vh, 1vh) * 100);
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

#tsuzuri-dzi.openseadragon {
  width: 100%;
  height: 100%;
  background-color: black;
}
#tsuzuri-dzi.openseadragon canvas {
  will-change: transform;
}
#tsuzuri-dzi.openseadragon .navigator {
  bottom: 40px;
  right: 20px;
}

.openseadragon-container div[title="Zoom in"] {
  display: none !important;
}
.openseadragon-container div[title="Zoom out"] {
  display: none !important;
}
.openseadragon-container div[title="Go home"] {
  display: none !important;
}
.openseadragon-container div[title="Toggle full page"] {
  display: none !important;
}

.tsuzuri-dzi__header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 20px 10px 20px;
}
.tsuzuri-dzi__header-logo {
  width: 140px;
}
.tsuzuri-dzi__header-title {
  padding-left: 40px;
  padding-top: 10px;
}
.tsuzuri-dzi__header-title a {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  color: #fff;
}
.tsuzuri-dzi__header-title a .kana {
  font-size: 14px;
  padding-left: 20px;
}
.tsuzuri-dzi__controls {
  z-index: 999;
  position: absolute;
  width: 100%;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .tsuzuri-dzi__controls {
    bottom: 100px;
  }
}
.tsuzuri-dzi__controls-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tsuzuri-dzi__controls-slider {
  pointer-events: all !important; /* スライダーのイベントを優先的にキャッチ */
}
.tsuzuri-dzi__controls-slider-label {
  text-align: center;
  font-size: 0;
  padding: auto;
  pointer-events: none;
}
.tsuzuri-dzi__controls-slider-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px; /* スライダーの高さ */
  background: transparent;
  width: 240px;
  padding-left: 12px;
  padding-right: 12px;
  /* Webkit系ブラウザ (Chrome, Safariなど) のトラック部分 */
  /* Firefox系ブラウザのトラック部分 */
  /* IE・Edge系ブラウザのトラック部分 */
  /* スライダーハンドル部分 */
}
@media screen and (max-width: 767px) {
  .tsuzuri-dzi__controls-slider-slider {
    width: 120px;
  }
}
.tsuzuri-dzi__controls-slider-slider::-webkit-slider-runnable-track {
  height: 1px;
  background: #fff; /* トラックの色 */
  border-radius: 1px; /* 丸みを追加 */
}
.tsuzuri-dzi__controls-slider-slider::-moz-range-track {
  height: 1px;
  background: #fff;
  border-radius: 1px;
}
.tsuzuri-dzi__controls-slider-slider::-ms-track {
  height: 1px;
  background: #fff;
  border-radius: 1px;
  border-color: transparent;
  color: transparent;
}
.tsuzuri-dzi__controls-slider-slider::-webkit-slider-thumb {
  margin-top: -6px;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: #fff; /* ハンドルの色 */
  border-radius: 50%; /* ハンドルを丸く */
  cursor: pointer;
}
.tsuzuri-dzi__controls-slider-slider::-moz-range-thumb {
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.tsuzuri-dzi__controls-slider-slider::-ms-thumb {
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.tsuzuri-dzi__controls-btn-zoom {
  width: 40px;
  height: 40px;
  z-index: 99999 !important;
  cursor: pointer;
}
.tsuzuri-dzi__controls-btn-zoom#zoom-in-button, .tsuzuri-dzi__controls-btn-zoom#zoom-out-button {
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.tsuzuri-dzi__controls-btn-zoom#zoom-in-button {
  background-image: url(../img/tsuzuri-icon-btn-zoom-in.svg);
}
.tsuzuri-dzi__controls-btn-zoom#zoom-out-button {
  background-image: url(../img/tsuzuri-icon-btn-zoom-out.svg);
}
.tsuzuri-dzi__link {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 200px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .tsuzuri-dzi__link {
    width: 160px;
    left: calc(50% - 80px);
  }
}
.tsuzuri-dzi__link-page-works a {
  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;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px;
}
.tsuzuri-dzi__link-page-works a:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 12px;
  background-image: url(../img/tsuzuri-icon-btn-page-works.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 11px;
}
.tsuzuri-dzi__footer {
  z-index: 999999;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.tsuzuri-dzi__footer-logo {
  display: none;
  position: absolute;
  width: 160px;
  left: 20px;
  bottom: 16px;
}
.tsuzuri-dzi__footer-copyright {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 16px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
}

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #000;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(#fff, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: rgba(#fff,0);
  --pswp-icon-stroke-color: rgba(#fff,0);
  --pswp-icon-stroke-width: 1px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  z-index: 100000 !important;
  display: none;
  -ms-touch-action: none;
      touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: -ms-grid;
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  -webkit-transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  -webkit-transition: none;
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
  background-image: url(../img/tsuzuri-icon-photoswipe-close--white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}
.pswp__button--close svg {
  display: none;
}
.pswp__button--close:hover {
  background-image: url(../img/tsuzuri-icon-photoswipe-close--white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
  background-image: url(../img/tsuzuri-icon-photoswipe-prev--black.html);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 18px;
}
.pswp__button--arrow--prev:hover {
  background-image: url(../img/tsuzuri-icon-photoswipe-prev--black.html);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 18px;
}
.pswp__button--arrow--prev svg {
  display: none;
}

.pswp__button--arrow--next,
.pswp__button--arrow--prev {
  display: none !important;
}

.pswp__button--arrow--next {
  right: 0px;
  background-image: url(../img/tsuzuri-icon-photoswipe-next--white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 18px;
}
.pswp__button--arrow--next:hover {
  background-image: url(../img/tsuzuri-icon-photoswipe-next--white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 18px;
}
.pswp__button--arrow--next svg {
  display: none;
}
.pswp__button--arrow--next:hover {
  opacity: 1 !important;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
  background-image: url(../img/tsuzuri-icon-photoswipe-zoom--white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.pswp__button--zoom svg {
  display: none;
}
.pswp__button--zoom:hover {
  background-image: url(../img/tsuzuri-icon-photoswipe-zoom--white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
          animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@-webkit-keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  display: none !important;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

.u-red {
  color: red !important;
}

body {
  background-color: #fff;
  color: #000;
  line-height: 0;
  padding-top: 80px !important;
}
body a {
  color: #000;
}
body button {
  color: #000;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  body {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  body {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    padding-top: 68px !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 68px !important;
  }
}
body.page-top {
  padding-top: 0 !important;
}

main {
  margin-top: 0 !important;
}
main.is-bg-black {
  background-color: #000;
}

section {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
}

.swiper-slide a:hover {
  text-decoration: underline;
}

a:hover {
  text-decoration: none !important;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

/*
* SplitType
*/
.word {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.char {
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: transfrom 0.2s;
  transition: transfrom 0.2s;
}

/*
* inview
*/
.inview {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.inview.is-inview {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}