@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap&subset=japanese");
@import url("https://use.typekit.net/zeo8wha.css");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior-y: none;
}

html {
  font-size: 10px;
}

body {
  font-size: 16px;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

a img {
  border: none;
}

*:focus {
  outline: none;
}

img, svg {
  width: 100%;
  max-width: 100%;
}

i {
  line-height: 0;
}

body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 744px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #f0f4f4;
}
@media (max-width: 743.98px) {
  .l-container {
    min-height: 100dvh;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.l-footer {
  padding: 0 0 40px;
}
@media (max-width: 743.98px) {
  .l-footer {
    padding: 0 0 30px;
  }
}

.l-section {
  background-color: #ffffff;
}
.l-section__inner {
  width: 94vw;
  max-width: 3400px;
  margin: 0 auto;
}
.l-section.is-section-works {
  background-color: #f0f4f4;
}
@media (min-width: 744px) {
  .l-section.is-section-works {
    padding: 180px 0 60px;
  }
}
@media (max-width: 743.98px) {
  .l-section.is-section-works {
    padding: 100px 0 45px;
  }
}

.s-grid-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s-grid-set .col-item.is-hidden {
  display: none;
}
@media (min-width: 744px) {
  .s-grid-set.col-2 .col-item {
    width: calc((100% - 1.6vw) / 2);
  }
  .s-grid-set.col-2 .col-item:nth-child(n+3) {
    margin-top: 1.6vw;
  }
  .s-grid-set.col-3 .col-item {
    width: calc((100% - 40px) / 3);
  }
  .s-grid-set.col-3 .col-item:nth-child(n+4) {
    margin-top: 20px;
  }
  .s-grid-set.col-3:after {
    content: "";
    display: block;
    width: calc((100% - 40px) / 3);
    height: 0;
  }
  .s-grid-set.col-4 .col-item {
    width: calc((100% - 90px) / 4);
  }
  .s-grid-set.col-4 .col-item:nth-child(n+5) {
    margin-top: 30px;
  }
  .s-grid-set.col-4:after, .s-grid-set.col-4:before {
    content: "";
    display: block;
    width: calc((100% - 90px) / 4);
    height: 0;
  }
  .s-grid-set.col-4:before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 959.98px) {
  .s-grid-set.col-exhibision {
    width: 80%;
    margin: 0 auto;
  }
  .s-grid-set.col-exhibision .col-item {
    width: 100%;
  }
  .s-grid-set.col-exhibision .col-item:not(:last-child) {
    font-size: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 743.98px) {
  .s-grid-set.sp-col-1 .col-item {
    width: 100%;
  }
  .s-grid-set.sp-col-1 .col-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .s-grid-set.sp-col-2 .col-item {
    width: calc((100% - 10px) / 2);
  }
  .s-grid-set.sp-col-2 .col-item:nth-child(n+3) {
    margin-top: 10px;
  }
  .s-grid-set.is-sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .s-grid-set.is-sp-reverse.sp-col-1 .col-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.header-content {
  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;
  height: 120px;
}
@media (max-width: 959.98px) {
  .header-content {
    height: 60px;
  }
}
@media (max-width: 743.98px) {
  .header-content {
    height: 60px;
  }
}

.header-logo {
  font-size: 0;
}
.header-logo .logo-open {
  display: none;
}
@media (min-width: 744px) {
  .header-logo {
    margin-left: 2%;
  }
  .header-logo img {
    width: 150px;
  }
}
@media (max-width: 959.98px) {
  .header-logo {
    position: relative;
    z-index: 11;
    margin-left: 20px;
  }
  .header-logo img {
    width: 100px;
  }
}

@media (min-width: 744px) {
  .header-navi {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header-navi__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 743.98px) {
  .header-navi {
    background-color: #323232;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .header-navi__inner {
    width: 100%;
    height: 100dvh;
    padding: 100px 0 100px;
    overflow-y: scroll;
    overscroll-behavior-y: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-navi__inner::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  .header-navi__inner__inner {
    padding: 35px 0;
  }
}

@media (min-width: 744px) {
  .header-menubtn {
    display: none;
  }
}

.nav-menu__item {
  position: relative;
}
@media (min-width: 744px) {
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    gap: 0 0;
    position: relative;
    width: 100%;
  }
  .nav-menu__item {
    position: relative;
    margin: 0 2% 0 0;
  }
  .nav-menu__item.current > a:after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  .nav-menu__item > a {
    position: relative;
    font-family: "ratio", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 22px;
  }
  .nav-menu__item > a:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000000;
    -webkit-transform: scale3d(0, 0, 0);
            transform: scale3d(0, 0, 0);
    -webkit-transition: 200ms;
    transition: 200ms;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
}
@media (min-width: 744px) and (min-width: 960px) {
  .nav-menu__item > a:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@media (min-width: 744px) {
  .nav-menu__item:first-child {
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
  }
  .nav-menu__item:nth-child(2n) {
    padding: 0 40px 0 0;
    margin: 0 40px 0 0;
  }
}
@media (max-width: 743.98px) {
  .nav-menu {
    width: 94vw;
    max-width: 3400px;
    margin: 0 auto;
  }
  .nav-menu__item:first-child {
    margin-top: 15px;
  }
  .nav-menu__item > a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #707070;
    position: relative;
    font-family: "ratio", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    color: #ffffff;
    font-size: 40px;
  }
}

.menu-open {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 12;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 10px 0;
  cursor: pointer;
}
.menu-open__inner {
  position: relative;
  width: 18px;
  margin: 0 auto;
  height: 14px;
}
.menu-open span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 1px;
}
.menu-open span:nth-of-type(1) {
  top: 0;
}
.menu-open span:nth-of-type(2) {
  top: 6px;
}
.menu-open span:nth-of-type(3) {
  top: 12px;
}
.menu-open.is-menu-active span {
  background-color: #ffffff;
}
.menu-open.is-menu-active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: calc(100% - 3px);
}
.menu-open.is-menu-active span:nth-of-type(2) {
  opacity: 0;
}
.menu-open.is-menu-active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: calc(100% - 3px);
}

@media (min-width: 744px) {
  .link-nav-menu {
    display: none;
  }
}
@media (max-width: 743.98px) {
  .link-nav-menu {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    height: 9px;
    width: 5px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2010.2%2017.9%22%20style%3D%22enable-background%3Anew%200%200%2010.2%2017.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_34%22%20transform%3D%22translate(373.207%20262.463)%20rotate(180)%22%3E%20%3Cpath%20id%3D%22%E7%B7%9A_4%22%20class%3D%22st0%22%20d%3D%22M364.5%2C252.3l8.8%2C8.8l-1.4%2C1.4l-8.8-8.8L364.5%2C252.3z%22%2F%3E%20%3Cpath%20id%3D%22%E7%B7%9A_5%22%20class%3D%22st0%22%20d%3D%22M371.8%2C244.5l1.4%2C1.4l-8.8%2C8.8l-1.4-1.4L371.8%2C244.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

body.is-nav-open {
  width: 100%;
  overflow: hidden;
}
body.is-nav-open .logo-open {
  display: block;
}
body.is-nav-open .logo {
  display: none;
}

@media (min-width: 744px) {
  .footer-nav {
    padding: 20px 0;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-nav__item {
    margin: 0 20px;
  }
  .footer-nav__item a {
    font-size: 14px;
    -webkit-transition: opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  .footer-nav__item a:hover {
    opacity: 0.7;
  }
  .footer-nav__item a:hover .card-block .card-thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (max-width: 743.98px) {
  .footer-nav {
    padding: 20px;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
  }
  .footer-nav__item {
    font-size: 14px;
  }
}
.footer-nav .icon-blank {
  display: inline-block;
  margin-left: 10px;
  width: 16px;
}

@media (min-width: 744px) {
  .footer-info {
    padding: 40px 0 20px;
  }
}
@media (max-width: 743.98px) {
  .footer-info {
    padding: 20px 0 25px;
  }
}

@media (min-width: 744px) {
  .footer-conact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  .footer-conact__logo {
    margin-top: 0.5em;
    text-align: right;
    width: 50%;
  }
  .footer-conact__logo img {
    max-width: 293px;
  }
  .footer-conact__logo > a {
    -webkit-transition: opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  .footer-conact__logo > a:hover {
    opacity: 0.7;
  }
  .footer-conact__adress {
    width: calc(50% - 30px);
    margin-left: 30px;
  }
  .footer-conact__adress > p {
    font-size: 14px;
  }
}
@media (max-width: 743.98px) {
  .footer-conact {
    text-align: center;
  }
  .footer-conact__logo {
    margin-bottom: 1em;
  }
  .footer-conact__logo img {
    max-width: 293px;
  }
  .footer-conact__adress {
    text-align: left;
    display: inline-block;
  }
  .footer-conact__adress > p {
    font-size: 14px;
  }
}

.footer-copy {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 743.98px) {
  .footer-copy {
    font-size: 10px;
  }
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
}
.hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 743.98px) {
  .hero {
    height: 100svh;
  }
}

.page-logo {
  width: 15vw;
  min-width: 600px;
  line-height: 0;
}
@media (max-width: 959.98px) {
  .page-logo {
    min-width: 400px;
  }
}
@media (max-width: 743.98px) {
  .page-logo {
    width: 70vw;
    min-width: 280px;
  }
}

.page-navi {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  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: 30px 0 0;
}
@media (max-width: 743.98px) {
  .page-navi {
    padding: 15px 0 0;
  }
}
.page-navi__link {
  position: relative;
  font-family: "ratio", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #000000;
  line-height: 1;
  margin: 0 22px;
}
@media (max-width: 743.98px) {
  .page-navi__link {
    margin: 0 8px;
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .page-navi__link {
    -webkit-transition: opacity 250ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 250ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  .page-navi__link:after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    background-color: #000000;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: width 250ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: width 250ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  .page-navi__link:hover {
    opacity: 0.85;
  }
  .page-navi__link:hover:after {
    width: 100%;
  }
}

.scroll {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.scroll__inner {
  font-size: 0;
  text-align: center;
}
@media (max-width: 743.98px) {
  .scroll__inner {
    text-align: right;
  }
}
@media (max-width: 743.98px) {
  .scroll {
    bottom: -40px;
  }
}

.link-scroll-line {
  display: inline-block;
  width: 14px;
}
@media (max-width: 743.98px) {
  .link-scroll-line {
    width: 13px;
  }
}
.link-scroll-line__label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
}
@media (max-width: 743.98px) {
  .link-scroll-line__label {
    font-size: 10px;
  }
}
.link-scroll-line__bar {
  position: relative;
  width: 1px;
  height: 120px;
  margin: 8px auto 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 743.98px) {
  .link-scroll-line__bar {
    height: 80px;
  }
}
.link-scroll-line__bar:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 1;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  65% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
  65.1%, 100% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  65% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
  65.1%, 100% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
}
@media (min-width: 744px) {
  .header-logo > a {
    -webkit-transition: opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  .header-logo > a:hover {
    opacity: 0.7;
  }
}

.section-title {
  font-family: "ratio", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  color: #000000;
  line-height: 1;
  text-align: center;
  padding-top: 150px;
  margin-bottom: 60px;
  line-height: 1.25;
}
@media (max-width: 743.98px) {
  .section-title {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

.itemCard {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 18px rgba(216, 211, 194, 0.8);
          box-shadow: 0 3px 18px rgba(216, 211, 194, 0.8);
  border-radius: 10px;
  border: 1px solid #ffffff;
  overflow: hidden;
}
@media (max-width: 743.98px) {
  .itemCard {
    border-radius: 5px;
  }
}
.itemCard__anc {
  position: relative;
}
.itemCard__anc:after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  opacity: 0.7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: background-color 250ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: background-color 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.itemCard__anc:hover:after {
  background-color: #000000;
}
.itemCard__anc:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.itemCard__anc:hover .cardInfo {
  visibility: visible;
}
@media (max-width: 959.98px) {
  .itemCard__anc:after {
    background-color: #000000;
    opacity: 0.45;
  }
  .itemCard__anc .cardInfo {
    visibility: visible;
  }
}
.itemCard__thumb {
  padding: 10px;
  font-size: 0;
}
.itemCard__thumb img {
  -webkit-transition: -webkit-filter 250ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-filter 250ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: filter 250ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: filter 250ms cubic-bezier(0.65, 0, 0.35, 1), -webkit-filter 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media (max-width: 743.98px) {
  .itemCard__thumb {
    padding: 5px;
  }
}
.itemCard__info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cardInfo {
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: visibility 250ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: visibility 250ms cubic-bezier(0.65, 0, 0.35, 1);
  text-align: center;
}
.cardInfo h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.55vw;
  color: #ffffff;
  padding: 2px 10px;
  margin: 0 0 5px;
  border-bottom: 1px solid #ffffff;
  text-shadow: 1px 1px 8px #000;
}
@media (max-width: 959.98px) {
  .cardInfo h3 {
    padding: 2px 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.85vw;
  }
}
@media (max-width: 743.98px) {
  .cardInfo h3 {
    border-bottom: none;
    font-size: 10px;
    line-height: 1.4;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .cardInfo h3 span {
    display: inline-block;
  }
}
.cardInfo p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 1vw;
  text-shadow: 1px 1px 8px #000;
}
@media (max-width: 959.98px) {
  .cardInfo p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 11px;
  }
}
@media (max-width: 743.98px) {
  .cardInfo p {
    display: none;
  }
}

@media (max-width: 743.98px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 744px) {
  .is-sp {
    display: none;
  }
}

.is-right {
  text-align: right !important;
}

.is-left {
  text-align: left !important;
}

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

.is-search-box {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .is-search-box {
    max-width: 77.6119402985%;
  }
}
@media (min-width: 744px) {
  .mgbtm_pt1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 743.98px) {
  .mgbtm_pt1 {
    margin-bottom: 60px;
  }
}

@media (min-width: 744px) {
  .mgbtm_pt2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 743.98px) {
  .mgbtm_pt2 {
    margin-bottom: 35px;
  }
}

@media (min-width: 744px) {
  .mgbtm_pt3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 743.98px) {
  .mgbtm_pt3 {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */