@charset "UTF-8";
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tb {
  display: none;
}
@media (max-width: 960px) {
  .tb {
    display: block !important;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.sp_s {
  display: none;
}
@media (max-width: 375px) {
  .sp_s {
    display: block !important;
  }
}

.nodata {
  width: 100%;
  text-align: center;
}

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

small {
  font-size: 0.88em;
}

sup {
  font-size: 0.7em;
}

.ff--din {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
.ff--din2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

body {
  background: #fff;
}

main {
  display: block;
}

.sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec__header {
  width: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 2;
  mix-blend-mode: difference;
}
.sec__header h2, .sec__header h1, .sec__header strong {
  position: sticky;
  top: 100px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0em;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .sec__header h2, .sec__header h1, .sec__header strong {
    top: 60px;
  }
}
@media (max-width: 768px) {
  .sec__header h2, .sec__header h1, .sec__header strong {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.sec__header h2 small, .sec__header h1 small, .sec__header strong small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec__header h2 small, .sec__header h1 small, .sec__header strong small {
    font-size: 1.6rem;
  }
}
.sec__inner {
  width: 100%;
  margin: auto;
}

.contents {
  max-width: 1380px;
  padding: 0 100px;
  margin: auto;
}
@media (max-width: 1280px) {
  .contents {
    padding: 0 60px;
  }
}
@media (max-width: 960px) {
  .contents {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .contents {
    max-width: 560px;
    padding: 0 30px 0 40px;
  }
}
.contents.has-sec__header h2 {
  display: none;
}
.contents:not(.has-sec__header) h2 {
  display: block;
}

.tbl--style01 {
  border: none;
}
@media (max-width: 768px) {
  .tbl--style01 tr {
    display: block;
  }
}
.tbl--style01 tr td, .tbl--style01 tr th {
  padding: 1em 0;
  border: none;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .tbl--style01 tr td, .tbl--style01 tr th {
    font-size: 1.3rem;
    padding: 0;
    width: 100%;
    display: block;
  }
}
.tbl--style01 tr:first-child td, .tbl--style01 tr:first-child th {
  padding: 0 0 1em 0;
}
@media (max-width: 768px) {
  .tbl--style01 tr:first-child td, .tbl--style01 tr:first-child th {
    padding: 0;
  }
}
.tbl--style01 tr th {
  text-align: left;
  width: 160px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tbl--style01 tr th {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .tbl--style01 tr th {
    width: 100%;
  }
}
.tbl--style01 tr td {
  line-height: 1.7;
  word-break: break-all;
}
.tbl--style01 tr td a {
  color: #357bb6;
  font-weight: 700;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .tbl--style01 tr td a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .tbl--style01 tr td a:hover {
    text-decoration: underline;
  }
}
.tbl--style01 tr td a span {
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.tbl--style01 tr td:first-child {
  width: 160px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tbl--style01 tr td:first-child {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .tbl--style01 tr td:first-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tbl--style01 tr td:nth-child(2) {
    margin-bottom: 30px;
    word-break: break-all;
  }
}
.tbl--style01 tr:last-child td, .tbl--style01 tr:last-child th {
  padding: 1em 0 0 0;
}
@media (max-width: 768px) {
  .tbl--style01 tr:last-child td, .tbl--style01 tr:last-child th {
    padding: 0;
  }
}

.nav-wrap {
  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;
}

.back-to-top {
  z-index: 10;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 0px;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  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 (max-width: 768px) {
  .back-to-top {
    mix-blend-mode: difference;
  }
}
@media (max-width: 768px) {
  .back-to-top {
    width: 30px;
    height: 40px;
  }
}
.back-to-top.active::after {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 769px) {
  .back-to-top {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .back-to-top:hover::after {
    color: #000;
  }
}
.back-to-top::after {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  font-family: "Material Symbols Outlined";
  content: "\e5dc";
  font-size: 4rem;
  color: #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .back-to-top::after {
    color: #fff;
    line-height: 1;
  }
}

.scroll {
  z-index: 10;
  width: 100%;
  position: fixed;
  bottom: 50px;
  left: 0;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 3rem;
  color: #ccc;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .scroll {
    bottom: 20px;
  }
}
.scroll.active::after {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 769px) {
  .scroll {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .scroll:hover::after {
    color: #000;
  }
}
.scroll span {
  display: none;
}
.scroll::after {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  font-family: "Material Symbols Outlined";
  content: "\e313";
  font-size: 6rem;
  color: #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -40px;
}
@media (min-height: 801px) {
  .scroll::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .scroll::after {
    color: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 769px) and (max-height: 800px) {
  .scroll::after {
    right: 0;
  }
}

.cat-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 769px) {
  .cat-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .cat-menu {
    overflow-x: auto;
    gap: 10px;
    padding: 20px 10px 20px 0;
  }
}
.cat-menu li {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: solid 2px #000;
  color: #000;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cat-menu li * {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2px 15px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .cat-menu li * {
    font-size: 1.2rem;
    padding: 2px 12px;
  }
}
@media (max-width: 768px) {
  .cat-menu li {
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  .cat-menu li {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .cat-menu li:hover {
    background: #000;
  }
  .cat-menu li:hover * {
    color: #fff;
  }
}
.cat-menu li.active {
  background: #000;
}
.cat-menu li.active * {
  color: #fff;
}

.site-header {
  background: #fff;
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  z-index: 1000;
}
@media (max-width: 768px) {
  .site-header {
    height: 50px;
  }
}
.site-header__logo {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .site-header__logo {
    padding-left: 20px;
  }
}
.site-header__logo img {
  width: 200px;
  height: auto;
}
@media (max-width: 1180px) {
  .site-header__logo img {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .site-header__logo img {
    width: 145px;
  }
}

.global-nav, .global-nav--instagram {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .global-nav, .global-nav--instagram {
    position: fixed;
    overflow-y: auto;
    left: 0;
    top: 50px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    height: calc(100% - 50px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .global-nav.active, .global-nav--instagram.active {
    opacity: 1;
    pointer-events: all;
  }
  .global-nav.active::before, .global-nav--instagram.active::before {
    pointer-events: none;
    content: "";
    width: 100%;
    position: absolute;
    left: 0px;
    top: -100px;
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
    height: 100px;
  }
  .global-nav:not(.active) *, .global-nav--instagram:not(.active) * {
    pointer-events: none !important;
  }
}
.global-nav > * > li > *, .global-nav--instagram > * > li > * {
  display: block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
}
.global-nav > *, .global-nav--instagram > * {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .global-nav > *, .global-nav--instagram > * {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    height: auto;
    padding-bottom: 70px;
  }
  .global-nav > * > *:nth-child(1), .global-nav--instagram > * > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.global-nav > * > li, .global-nav--instagram > * > li {
  height: 100%;
  position: relative;
}
.global-nav > * > li:nth-child(2), .global-nav--instagram > * > li:nth-child(2) {
  -ms-grid-row: 6;
  grid-row: 6;
}
@media (max-width: 768px) {
  .global-nav > * > li:nth-child(2)::after, .global-nav--instagram > * > li:nth-child(2)::after {
    background: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 768px) {
  .global-nav > * > li, .global-nav--instagram > * > li {
    width: 100%;
    display: block;
    height: auto;
    padding: 0;
    position: relative;
    pointer-events: none;
  }
  .global-nav > * > li > a[href]:not([href=""]), .global-nav--instagram > * > li > a[href]:not([href=""]) {
    position: relative;
    pointer-events: all;
    padding-right: 30px;
  }
  .global-nav > * > li > a[href]:not([href=""])::after, .global-nav--instagram > * > li > a[href]:not([href=""])::after {
    content: "";
    font-family: "Material Symbols Outlined";
    content: "\e5c8";
    font-size: 1.6rem;
    color: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .global-nav > * > li > a[href]:not([href=""])[target=_blank]::after, .global-nav--instagram > * > li > a[href]:not([href=""])[target=_blank]::after {
    content: "";
    font-family: "Material Symbols Outlined";
    content: "\e89e";
    font-size: 1.6rem;
    color: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .global-nav > * > li::after, .global-nav--instagram > * > li::after {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 769px) {
  .global-nav > * > li:hover::before, .global-nav--instagram > * > li:hover::before {
    width: 100%;
  }
}
.global-nav > * > li::before, .global-nav--instagram > * > li::before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #000;
}
.global-nav > * > li > *, .global-nav--instagram > * > li > * {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  padding: 0 40px;
}
@media (max-width: 1280px) {
  .global-nav > * > li > *, .global-nav--instagram > * > li > * {
    padding: 0 3vw;
  }
}
@media (max-width: 1080px) {
  .global-nav > * > li > *, .global-nav--instagram > * > li > * {
    padding: 0 2vw;
  }
}
@media (max-width: 980px) {
  .global-nav > * > li > *, .global-nav--instagram > * > li > * {
    padding: 0 1.8vw;
  }
}
.global-nav > * > li > *:not(.sub-menu), .global-nav--instagram > * > li > *:not(.sub-menu) {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0em;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .global-nav > * > li > *:not(.sub-menu), .global-nav--instagram > * > li > *:not(.sub-menu) {
    padding: 1em 20px 1em;
  }
}
.global-nav > * > li.active > .sub-menu, .global-nav--instagram > * > li.active > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  top: 80px;
}
.global-nav > * > li.active::before, .global-nav--instagram > * > li.active::before {
  width: 100%;
}
.global-nav > * > li:last-child, .global-nav--instagram > * > li:last-child {
  /*
  @include pc {
      >*:not(.sub-menu) {
          position: relative;

          &::before {
              content: "";
              background: url(../img/icon_instagram.svg) no-repeat;
              width: 20px;
              height: 20px;
              background-size: cover;
              transform: translateY(-2px);
          }

          div {
              display: none;
          }
      }
  }
      */
}
@media (min-width: 769px) {
  .global-nav > * > li:last-child::after, .global-nav--instagram > * > li:last-child::after {
    background: rgba(0, 0, 0, 0);
  }
}
.global-nav > * > li:last-child > .sub-menu, .global-nav--instagram > * > li:last-child > .sub-menu {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  left: auto;
  right: 0px;
}
.global-nav > * > li > .sub-menu, .global-nav--instagram > * > li > .sub-menu {
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  display: block;
}
@media (min-width: 769px) {
  .global-nav > * > li > .sub-menu, .global-nav--instagram > * > li > .sub-menu {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    position: absolute;
    width: 240px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: 80px;
    padding: 40px 0;
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 768px) {
  .global-nav > * > li > .sub-menu, .global-nav--instagram > * > li > .sub-menu {
    z-index: 1;
    pointer-events: all;
    position: relative;
    opacity: 1;
    padding-bottom: 20px;
  }
}
.global-nav > * > li > .sub-menu > li > a[href]:not([href=""]), .global-nav--instagram > * > li > .sub-menu > li > a[href]:not([href=""]) {
  position: relative;
  padding-right: 0px;
}
@media (max-width: 768px) {
  .global-nav > * > li > .sub-menu > li > a[href]:not([href=""]), .global-nav--instagram > * > li > .sub-menu > li > a[href]:not([href=""]) {
    pointer-events: all;
  }
}
.global-nav > * > li > .sub-menu > li > a[href]:not([href=""]) div, .global-nav--instagram > * > li > .sub-menu > li > a[href]:not([href=""]) div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  position: relative;
  padding-right: 30px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .global-nav > * > li > .sub-menu > li > a[href]:not([href=""]) div::after, .global-nav--instagram > * > li > .sub-menu > li > a[href]:not([href=""]) div::after {
    content: "";
    font-family: "Material Symbols Outlined";
    content: "\e5c8";
    font-size: 1.3rem;
    color: #000;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .global-nav > * > li > .sub-menu > li > a[href]:not([href=""])[target=_blank] div::after, .global-nav--instagram > * > li > .sub-menu > li > a[href]:not([href=""])[target=_blank] div::after {
    content: "";
    font-family: "Material Symbols Outlined";
    content: "\e89e";
    font-size: 1.3rem;
    color: #444;
    position: absolute;
    line-height: 1;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.global-nav > * > li > .sub-menu > li > *, .global-nav--instagram > * > li > .sub-menu > li > * {
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .global-nav > * > li > .sub-menu > li > *, .global-nav--instagram > * > li > .sub-menu > li > * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .global-nav > * > li > .sub-menu > li > *:hover, .global-nav--instagram > * > li > .sub-menu > li > *:hover {
    opacity: 0.3;
  }
}
@media (min-width: 769px) {
  .global-nav > * > li > .sub-menu > li > *, .global-nav--instagram > * > li > .sub-menu > li > * {
    padding: 10px 30px;
  }
  .global-nav > * > li > .sub-menu > li > *:hover span::before, .global-nav--instagram > * > li > .sub-menu > li > *:hover span::before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .global-nav > * > li > .sub-menu > li > *, .global-nav--instagram > * > li > .sub-menu > li > * {
    padding: 10px 0 10px 30px;
  }
}
.global-nav > * > li > .sub-menu > li > * span, .global-nav--instagram > * > li > .sub-menu > li > * span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.global-nav > * > li > .sub-menu > li > * span::before, .global-nav--instagram > * > li > .sub-menu > li > * span::before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #fff;
}

@media (min-width: 769px) {
  .global-nav--instagram {
    display: none;
  }
}
.global-nav--instagram > * li::after {
  background: rgba(0, 0, 0, 0);
}

.btn-instagram {
  position: relative;
}
.btn-instagram:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.btn-instagram.active:after {
  width: 100%;
}

body.active .nav-toggle-wrap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.active .nav-toggle-wrap .nav-toggle span:nth-child(2) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-toggle-wrap {
  position: fixed;
  right: 0;
  top: 0px;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 9000;
  background: #FFF;
}
.nav-toggle-wrap:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.nav-toggle-wrap.active:after {
  width: 100%;
}
@media (max-width: 768px) {
  .nav-toggle-wrap {
    display: block;
  }
}
@media (max-width: 768px) {
  .nav-toggle-wrap.open .nav-toggle span {
    -webkit-animation-duration: 0.6s !important;
            animation-duration: 0.6s !important;
  }
}
.nav-toggle-wrap .nav-toggle {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 22px;
  height: 10px;
}
.nav-toggle-wrap .nav-toggle span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 0px;
  background: #000;
  display: block;
}
.nav-toggle-wrap .nav-toggle span:nth-child(1) {
  z-index: 2;
  top: 0;
}
@media (max-width: 768px) {
  .nav-toggle-wrap .nav-toggle span:nth-child(1) {
    -webkit-animation-name: anime-nav-toggle-top2;
            animation-name: anime-nav-toggle-top2;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .nav-toggle-wrap .nav-toggle span:nth-child(1).active {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
  }
}
.nav-toggle-wrap .nav-toggle span:nth-child(2) {
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.nav-toggle-wrap .nav-toggle span:nth-child(3) {
  z-index: 2;
  bottom: 0;
}
@media (max-width: 768px) {
  .nav-toggle-wrap .nav-toggle span:nth-child(3) {
    -webkit-animation-name: anime-nav-toggle-bottom2;
            animation-name: anime-nav-toggle-bottom2;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .nav-toggle-wrap .nav-toggle span:nth-child(3).active {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
  }
}
.nav-toggle-wrap.active span:nth-child(1) {
  -webkit-animation-name: anime-nav-toggle-top;
          animation-name: anime-nav-toggle-top;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav-toggle-wrap.active span:nth-child(2) {
  width: 0;
}
.nav-toggle-wrap.active span:nth-child(3) {
  width: 100%;
  -webkit-animation-name: anime-nav-toggle-bottom;
          animation-name: anime-nav-toggle-bottom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime-nav-toggle-top2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 0%;
  }
}

@keyframes anime-nav-toggle-top2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes anime-nav-toggle-top {
  0% {
    top: 0%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes anime-nav-toggle-top {
  0% {
    top: 0%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@-webkit-keyframes anime-nav-toggle-bottom {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
}
@keyframes anime-nav-toggle-bottom {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
}
@-webkit-keyframes anime-nav-toggle-bottom2 {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 0%;
  }
}
@keyframes anime-nav-toggle-bottom2 {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 0%;
  }
}
@media (min-width: 769px) {
  .sp-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .sp-menu {
    display: block;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 50px;
    top: 0;
    gap: 0px;
  }
  .sp-menu > * {
    width: 50px;
    height: 50px;
    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;
  }
  .sp-menu img {
    width: auto;
    height: 20px;
  }
}

#home .site-footer {
  margin-top: 400px;
}
@media (max-width: 768px) {
  #home .site-footer {
    margin-top: 100px;
  }
}

.site-footer {
  margin-top: 200px;
  height: 120px;
  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 (max-width: 768px) {
  .site-footer {
    margin-top: 100px;
    height: 100px;
  }
}
.site-footer .copyright {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
}

@-webkit-keyframes anime-pop-up {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anime-pop-up {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes anime-pop-up-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes anime-pop-up-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes fadein-zoom {
  0% {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  90% {
    opacity: 1;
    transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes fadein-zoom {
  0% {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  90% {
    opacity: 1;
    transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
/*--------------------------------------------------------------
animation
--------------------------------------------------------------*/
@-webkit-keyframes anime-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-out-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-out-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-in-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-fade-in-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-in2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-in2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-up {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-up {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes anime-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes anime-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes anime-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes anime-fade-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    opacity: 0;
  }
}
@keyframes anime-fade-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-left {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-left {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-left-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
}
@keyframes anime-fade-left-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-right {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-right {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-right-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
}
@keyframes anime-fade-right-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
}
@-webkit-keyframes anime-move-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@keyframes anime-move-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-move-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@keyframes anime-move-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
*[data-a=pop-up] {
  -webkit-transform: scale(0);
          transform: scale(0);
}

*[data-a=pop-up-out] {
  -webkit-transform: scale(1);
          transform: scale(1);
}

*[data-a=fade-in-out] {
  opacity: 0;
}

*[data-a=fade-in] {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

*[data-a=fade-in2] {
  opacity: 0;
}

*[data-a=fade-out] {
  opacity: 1;
}

*[data-a=fade-up] {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

*[data-a=fade-down] {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes anime-fade-down {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes anime-fade-down {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
*[data-a=up] {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

*[data-a=fade-left] {
  opacity: 0;
}

*[data-a=fade-right] {
  opacity: 0;
}

*[data-a=move-left] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

*[data-a=move-right] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

*[data-a=tra-fade-in] {
  opacity: 0 !important;
}
*[data-a=tra-fade-in].anime-active {
  opacity: 1 !important;
}

*[data-a=zoom-up] {
  opacity: 0;
}

@-webkit-keyframes anime-zoom-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime-zoom-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes anime-zoom-up-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
@keyframes anime-zoom-up-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
*[data-a=zoom-in] {
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
}

@-webkit-keyframes anime-zoom-in {
  0% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime-zoom-in {
  0% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes anime-zoom-in-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
}
@keyframes anime-zoom-in-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
}
.anime-fade-in2 {
  -webkit-animation-name: anime-fade-in;
          animation-name: anime-fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-out {
  -webkit-animation-name: anime-fade-out;
          animation-name: anime-fade-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-in-out {
  -webkit-animation-name: anime-fade-in-out;
          animation-name: anime-fade-in-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-pop-up {
  -webkit-animation-name: anime-pop-up;
          animation-name: anime-pop-up;
  -webkit-animation-timing-function: cubic-bezier(0, 1.07, 0.71, 1.4);
          animation-timing-function: cubic-bezier(0, 1.07, 0.71, 1.4);
}

.anime-pop-up-out {
  -webkit-animation-name: anime-pop-up-out;
          animation-name: anime-pop-up-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-left {
  -webkit-animation-name: anime-fade-left;
          animation-name: anime-fade-left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-left-out {
  -webkit-animation-name: anime-fade-left-out;
          animation-name: anime-fade-left-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-right {
  -webkit-animation-name: anime-fade-right;
          animation-name: anime-fade-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-right-out {
  -webkit-animation-name: anime-fade-right-out;
          animation-name: anime-fade-right-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-move-left {
  -webkit-animation-name: anime-move-left;
          animation-name: anime-move-left;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-move-right {
  -webkit-animation-name: anime-move-right;
          animation-name: anime-move-right;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

*[data-a=slide-mask] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  text-indent: 102%;
  overflow: hidden;
  white-space: nowrap;
}
*[data-a=slide-mask]::before {
  content: "";
  width: 0%;
  height: 110%;
  position: absolute;
  left: 0;
  top: -5%;
  background: #000;
}
*[data-a=slide-mask].anime-active::before {
  -webkit-animation: anime-sm-mask 1s infinite;
          animation: anime-sm-mask 1s infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
          animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  z-index: 2;
}

*[data-a=slide-mask-b] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  text-indent: 102%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 0 10px;
  margin: 0 0 -10px;
}
*[data-a=slide-mask-b]::before {
  content: "";
  width: 0%;
  height: 110%;
  position: absolute;
  left: 0;
  top: -5%;
  background: rgb(0, 255, 157);
  background: linear-gradient(135deg, rgb(0, 255, 157) 0%, rgb(117, 180, 253) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ff9d", endColorstr="#75b4fd",GradientType=1 );
}

.anime-slide-mask-b::before {
  -webkit-animation: anime-sm-mask 1s infinite;
          animation: anime-sm-mask 1s infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
          animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  z-index: 2;
}

.anime-slide-mask-b {
  -webkit-animation: anime-sm-txt 1s infinite;
          animation: anime-sm-txt 1s infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
          animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.anime-slide-mask::before {
  /*
  animation: anime-sm-mask 1s infinite;
  animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  z-index: 2;
  */
}

@-webkit-keyframes anime-slide-mask {
  0% {
    text-indent: 102%;
  }
  50% {
    text-indent: 102%;
  }
  51% {
    text-indent: 0%;
  }
  100% {
    text-indent: 0%;
  }
}

@keyframes anime-slide-mask {
  0% {
    text-indent: 102%;
  }
  50% {
    text-indent: 102%;
  }
  51% {
    text-indent: 0%;
  }
  100% {
    text-indent: 0%;
  }
}
@-webkit-keyframes anime-sm-txt {
  0% {
    text-indent: 102%;
  }
  50% {
    text-indent: 102%;
  }
  51% {
    text-indent: 0%;
  }
  100% {
    text-indent: 0%;
  }
}
@keyframes anime-sm-txt {
  0% {
    text-indent: 102%;
  }
  50% {
    text-indent: 102%;
  }
  51% {
    text-indent: 0%;
  }
  100% {
    text-indent: 0%;
  }
}
@-webkit-keyframes anime-sm-mask {
  0% {
    width: 0%;
    left: 0;
    right: auto;
  }
  50% {
    width: 102%;
    left: 0;
    right: auto;
  }
  51% {
    width: 102%;
    left: auto;
    right: -2%;
  }
  100% {
    width: 0%;
    left: auto;
    right: -2%;
  }
}
@keyframes anime-sm-mask {
  0% {
    width: 0%;
    left: 0;
    right: auto;
  }
  50% {
    width: 102%;
    left: 0;
    right: auto;
  }
  51% {
    width: 102%;
    left: auto;
    right: -2%;
  }
  100% {
    width: 0%;
    left: auto;
    right: -2%;
  }
}
*[data-a=mask] {
  -webkit-mask-image: url("../img/specer.png");
          mask-image: url("../img/specer.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100% 0%;
          mask-size: 100% 0%;
}

.anime-mask {
  -webkit-animation-name: anime-mask;
          animation-name: anime-mask;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime-mask {
  0% {
    -webkit-mask-image: url("../img/specer.png");
            mask-image: url("../img/specer.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-size: 100% 0%;
            mask-size: 100% 0%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}

@keyframes anime-mask {
  0% {
    -webkit-mask-image: url("../img/specer.png");
            mask-image: url("../img/specer.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-size: 100% 0%;
            mask-size: 100% 0%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
.anm-fade-up {
  -webkit-animation-name: anime-fade-up;
          animation-name: anime-fade-up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anm-fade-up-out {
  -webkit-animation-name: anime-fade-up-out;
          animation-name: anime-fade-up-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-blur {
  -webkit-animation-name: anime-fade-blur;
          animation-name: anime-fade-blur;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

*[data-a=bg--gray].anime-active {
  background: #858585 !important;
}

*[data-a=fade-blur] {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

@-webkit-keyframes anime-fade-blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes anime-fade-blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
*[data-a=fade-blur] {
  opacity: 0;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

.anime-shake {
  -webkit-animation-name: anime-shake;
          animation-name: anime-shake;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
}

@-webkit-keyframes anime-shake {
  0% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  30% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  40% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  50% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  60% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  70% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  80% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  90% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes anime-shake {
  0% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  30% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  40% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  50% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  60% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  70% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  80% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  90% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.anime-shake-x {
  -webkit-animation-name: anime-shake-x;
          animation-name: anime-shake-x;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
}

@-webkit-keyframes anime-shake-x {
  0% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  50% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  70% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  90% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes anime-shake-x {
  0% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  50% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  70% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  90% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.anime-shake-end {
  -webkit-animation-name: anime-shake;
          animation-name: anime-shake;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

@-webkit-keyframes anime-shake-end {
  0% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  50% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  70% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  90% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes anime-shake-end {
  0% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  50% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  70% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  90% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.anime-hop {
  -webkit-animation-name: anime-hop;
          animation-name: anime-hop;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
}

@-webkit-keyframes anime-hop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  9% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  13% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  17% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anime-hop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  9% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  13% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  17% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.anime-sec--hide {
  display: none;
}

*[data-a=sec--view] {
  display: none;
}

.anime-sec--view {
  display: block;
}

*[data-a=txt--view] {
  display: inline;
  opacity: 0;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
}

.anime-txt--view {
  -webkit-animation-name: anime-txt--view;
          animation-name: anime-txt--view;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime-txt--view {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}

@keyframes anime-txt--view {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}
.anime-btn-active .off {
  pointer-events: none;
  display: none;
}
.anime-btn-active button, .anime-btn-active a {
  pointer-events: all !important;
  position: relative;
  z-index: 10;
}

.anime-sec-mask {
  pointer-events: all !important;
}

*[data-a-btn=sec-mask] {
  pointer-events: none;
}

.anime-fade-h-title span {
  -webkit-animation-name: anime-fade-in;
          animation-name: anime-fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.anime-fade-h-title::before {
  -webkit-animation-name: anime-h-title-before;
          animation-name: anime-h-title-before;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

*[data-a=fade-h-title] span {
  opacity: 0;
}

@-webkit-keyframes anime-fade-h-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime-fade-h-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-h-title-before {
  0% {
    height: 0px;
  }
  100% {
    height: 200px;
  }
}
@keyframes anime-h-title-before {
  0% {
    height: 0px;
  }
  100% {
    height: 200px;
  }
}
*[data-a=fade-test] {
  opacity: 0;
}
*[data-a=fade-test].anime-active {
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.anime-reverse {
  animation-direction: reverse;
}

*[data-a=stroke-line] {
  opacity: 0;
}
*[data-a=stroke-line] path {
  stroke-dasharray: 3000px;
  stroke-dashoffset: 3000px;
}
*[data-a=stroke-line].anime-active {
  opacity: 1;
}
*[data-a=stroke-line].anime-active path {
  -webkit-animation: just 1.2s infinite;
          animation: just 1.2s infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes just {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes just {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
*[data-a=tra-fade-up] {
  opacity: 0 !important;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
}
*[data-a=tra-fade-up].anime-active {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

*[data-a=tra-fade-in] {
  opacity: 0 !important;
}
*[data-a=tra-fade-in].anime-active {
  opacity: 1 !important;
}

*[data-a=tra-fade-up] {
  opacity: 0 !important;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
}
*[data-a=tra-fade-up].anime-active {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

*[data-a=mask-move-up] > * {
  display: block;
  overflow: hidden;
}
*[data-a=mask-move-up] > *:nth-child(1) > * {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
*[data-a=mask-move-up] > *:nth-child(2) > * {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
*[data-a=mask-move-up] > *:nth-child(3) > * {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
*[data-a=mask-move-up] > *:nth-child(4) > * {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
*[data-a=mask-move-up] > *:nth-child(5) > * {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
*[data-a=mask-move-up] > *:nth-child(6) > * {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
*[data-a=mask-move-up] > *:nth-child(7) > * {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
*[data-a=mask-move-up] > *:nth-child(8) > * {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
*[data-a=mask-move-up] > *:nth-child(9) > * {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
*[data-a=mask-move-up] > *:nth-child(10) > * {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
*[data-a=mask-move-up] > * > * {
  display: block;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
*[data-a=mask-move-up].anime-active > * > * {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

*[data-a=mask-right] {
  will-change: filter;
  position: relative;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=mask-right].anime-active {
  clip-path: inset(0 0% 0 0);
}

*[data-a=mask-up] {
  will-change: filter;
  position: relative;
  overflow: hidden;
  clip-path: inset(100% 0% 0 0%);
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=mask-up].anime-active {
  clip-path: inset(0 0% 0 0);
}

*[data-a=mask-left] {
  will-change: filter;
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0% 0 100%);
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=mask-left].anime-active {
  clip-path: inset(0 0% 0 0);
}

@-webkit-keyframes anime-mask-right {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}

@keyframes anime-mask-right {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
*[data-a=mask-down] {
  will-change: filter;
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0% 100% 0%);
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=mask-down].anime-active {
  clip-path: inset(0 0% 0 0);
}

@-webkit-keyframes anime-mask-down {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}

@keyframes anime-mask-down {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
*[data-a=slide-zoom] {
  opacity: 0;
  clip-path: inset(10% 10% 10% 10%);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-zoom].anime-active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-bottom] {
  clip-path: inset(0% 0% 100% 0);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-bottom].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-top] {
  clip-path: inset(100% 0% 0% 0);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-top].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-right] {
  clip-path: inset(0 100% 0 0);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-right].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-left] {
  clip-path: inset(0 0% 0 100%);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-left].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=square] {
  opacity: 0;
  right: 0px !important;
  bottom: 260px !important;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=square].anime-active {
  opacity: 1;
  right: -80px !important;
  bottom: 60px !important;
}

*[data-a=move-down] {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.anime-move-down {
  -webkit-animation-name: anime-move-down;
          animation-name: anime-move-down;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-move-down-out {
  -webkit-animation-name: anime-move-down-out;
          animation-name: anime-move-down-out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime-move-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes anime-move-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes anime-move-down-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes anime-move-down-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.anime-hikari {
  -webkit-animation-name: anime-hikari;
          animation-name: anime-hikari;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime-hikari {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  70% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes anime-hikari {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  70% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../fonts/DIN-Condensed-Bold.ttf") format("truetype");
  src: url("../fonts/DIN-Condensed-Bold.woff") format("woff");
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../fonts/DIN-2014_Bold.ttf") format("truetype");
  src: url("../fonts/DIN-2014_Bold.woff") format("woff");
}
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, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 360px) {
  html {
    font-size: 60%;
  }
}

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

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

picture {
  display: inline-block;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
body.noscroll {
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

.wrapper {
  overflow-x: hidden;
}

p {
  line-height: 1.8;
}

ol, ul, menu, nav {
  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;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=reset],
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  display: block;
}

button, input[type=reset], input[type=submit] {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #000;
}

ul li {
  margin-bottom: 0;
}

.kv-wrap {
  height: 100vh;
  width: 100%;
}
@media (min-width: 769px) {
  .kv-wrap {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .kv-wrap {
    height: calc(var(--vh, 1vh) * 100 - 50px);
    margin-top: 50px;
  }
}

.kv {
  width: 100%;
  height: 100%;
  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: auto;
}
@media (max-width: 768px) {
  .kv {
    height: calc(var(--vh, 1vh) * 100 - 50px);
  }
}
.kv a {
  display: block;
  pointer-events: none;
}
.kv a img {
  pointer-events: all;
}
.kv a strong {
  pointer-events: all;
}
.kv a strong span {
  display: inline;
}
@media (min-width: 769px) {
  .kv a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .kv a:hover strong {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .kv a:hover strong.mask {
    clip-path: inset(0 0% 0 100%) !important;
  }
  .kv a:hover strong.bg {
    clip-path: inset(0 0% 0 0) !important;
  }
  .kv a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.kv figure {
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 768px) {
  .kv figure {
    max-width: 560px;
    width: 100%;
  }
}
.kv figure > * {
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 370px 40px 1fr;
  grid-template-columns: 370px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
}
.kv figure > * > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.kv figure > * > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1480px) {
  .kv figure > * {
    -ms-grid-columns: 3fr 3vw 7fr;
    grid-template-columns: 3fr 7fr;
    padding-left: 40px;
    gap: 3vw;
  }
}
@media (max-width: 768px) {
  .kv figure > * {
    padding-left: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    gap: 0px;
  }
  .kv figure > * > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .kv figure > * > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.kv figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .kv figure figcaption {
    display: block;
    -ms-grid-row: 2;
    grid-row: 2;
    width: calc(100% - 40px);
    margin: 16px 0 16px auto;
    padding-right: 30px;
  }
}
.kv figure figcaption strong {
  color: #ccc;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  font-size: 5.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  width: 100%;
}
@media (min-width: 769px) {
  .kv figure figcaption strong {
    clip-path: inset(0 0% 0 0);
  }
}
.kv figure figcaption strong span {
  display: block;
  line-height: 1.1;
}
.kv figure figcaption strong small {
  margin-top: 0.1em;
  font-size: 4rem;
  display: block;
}
@media (min-width: 769px) {
  .kv figure figcaption strong {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .kv figure figcaption strong.bg {
    display: none;
  }
}
.kv figure figcaption strong.mask {
  color: #000;
  z-index: 1;
}
@media (min-width: 769px) {
  .kv figure figcaption strong.mask {
    clip-path: inset(0 100% 0 0);
  }
}
@media (max-width: 768px) {
  .kv figure figcaption strong.mask {
    opacity: 0.1;
  }
}
@media (max-width: 1360px) {
  .kv figure figcaption strong {
    font-size: 4.5vw;
  }
  .kv figure figcaption strong small {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .kv figure figcaption strong {
    position: relative;
    font-size: 4rem;
    line-height: 1;
  }
  .kv figure figcaption strong small {
    font-size: 3rem;
  }
}
.kv figure .img {
  display: block;
  width: 100%;
  margin: 0 0 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kv figure .img {
    width: calc(100% - 40px);
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.kv figure .img img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  aspect-ratio: 854/498;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .kv figure .img img {
    max-height: 50%;
    aspect-ratio: 1/0.8;
  }
}
@media (min-width: 769px) {
  .kv .splide__slide.is-active figure figcaption strong.mask {
    clip-path: inset(0 0% 0 0);
  }
}
@media (max-width: 768px) {
  .kv .splide__slide.is-active figure figcaption strong.mask {
    opacity: 1;
  }
}
.kv .splide__nav {
  max-width: 1480px;
  margin: -50px auto 0;
  position: relative;
  z-index: 10;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .kv .splide__nav {
    max-width: 560px;
    margin: 0px auto 0;
    padding: 0 40px;
  }
}
.kv .splide__numbers {
  background: #000;
  width: 90px;
  height: 50px;
  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 (max-width: 768px) {
  .kv .splide__numbers {
    width: 80px;
    height: 40px;
  }
}
.kv .splide__numbers * {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
.kv .splide__arrow {
  background: #000;
  position: relative;
  border-radius: 0;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .kv .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 769px) {
  .kv .splide__arrow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .kv .splide__arrow:hover {
    opacity: 0.6 !important;
  }
}
.kv .splide__arrow::after {
  content: "";
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-size: 2rem;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.kv .splide__arrow--prev::after {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.kv .splide__arrows {
  width: 192px;
  margin: 0;
  position: relative;
  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 (max-width: 768px) {
  .kv .splide__arrows {
    width: 162px;
  }
}

.btn--underline {
  font-weight: 500;
  font-size: 2rem;
  width: 300px;
  height: 80px;
  position: relative;
}
.btn--underline.icon--more span::after {
  /*
  content:"";
  	background: url(../img/icon_3line.svg) no-repeat;
  	width: 21px;
  	height: 20px;
  	background-size: content;
  	position: absolute;
  	right: 10px;
  	top:50%;
  	transform: translateY(-50%);
  	opacity: 0.3;
  	*/
}
@media (min-width: 769px) {
  .btn--underline {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn--underline:hover.icon--staff span::after {
    opacity: 1;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btn--underline:hover.icon-email span::after {
    opacity: 1;
    right: 10px;
  }
}
.btn--underline.icon-email span {
  padding-right: 20px;
}
.btn--underline.icon-email span::after {
  content: "";
  font-family: "Material Symbols Outlined";
  content: "\e158";
  font-size: 3rem;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 10px;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .btn--underline.icon-email span::after {
    font-size: 3rem;
    opacity: 0.8;
  }
}
.btn--underline.icon--staff span {
  padding-right: 30px;
}
.btn--underline.icon--staff span::after {
  content: "";
  font-family: "Material Symbols Outlined";
  content: "\e853";
  font-size: 3.5rem;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .btn--underline.icon--staff span::after {
    font-size: 3rem;
    opacity: 0.8;
  }
}
.btn--underline span {
  padding-right: 20px;
  width: 100%;
  height: 100%;
  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;
  position: relative;
}
.btn--underline span::after {
  font-weight: 500;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: "";
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-size: 2rem;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .btn--underline span::after {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .btn--underline span {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .btn--underline {
    width: 100%;
    max-width: 220px;
    height: 50px;
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .btn--underline {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn--underline:hover::after {
    width: 100%;
  }
  .btn--underline:hover span::after {
    opacity: 1;
    right: 0px;
  }
}
.btn--underline::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #ccc;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
}
@media (max-width: 768px) {
  .btn--underline::before {
    background: #000;
  }
}
.btn--underline::after {
  content: "";
  height: 1px;
  width: 0px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn--onlineshop {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.btn--onlineshop::after {
  content: "";
  width: 32px;
  height: 32px;
  background: #000;
  font-family: "Material Symbols Outlined";
  content: "\ea12";
  font-size: 2rem;
  color: #fff;
  position: absolute;
  bottom: 3px;
  right: 3px;
  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;
}

#home .shop__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 250px;
}
@media (max-width: 768px) {
  #home .shop__content ul {
    gap: 100px;
  }
}
#home .shop__main {
  position: relative;
  z-index: 1;
}
#home .shop .shop-item {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  #home .shop .shop-item {
    margin-top: 60%;
  }
}
@media (max-width: 768px) {
  #home .shop .shop-item {
    padding-right: 30px;
  }
}
#home .shop__list {
  max-width: 1600px;
  padding: 0 100px 0 200px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.5fr 10% 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 10%;
  position: relative;
}
#home .shop__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#home .shop__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1180px) {
  #home .shop__list {
    padding: 0 50px 0 100px;
  }
}
@media (max-width: 768px) {
  #home .shop__list {
    padding: 0 0px 0 40px;
  }
}
@media (max-width: 1280px) {
  #home .shop__list {
    gap: 8%;
  }
}
@media (max-width: 768px) {
  #home .shop__list {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#home .shop__list:nth-child(even) {
  padding: 0 200px 0 100px;
  -ms-grid-columns: 1fr 2.5fr;
  grid-template-columns: 1fr 2.5fr;
}
@media (max-width: 1180px) {
  #home .shop__list:nth-child(even) {
    padding: 0 100px 0 50px;
  }
}
@media (max-width: 768px) {
  #home .shop__list:nth-child(even) {
    padding: 0 0px 0 40px;
  }
}
#home .shop__list:nth-child(even) .shop__main {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (max-width: 768px) {
  #home .shop__list:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#home .shop__list:nth-child(even) .instagram {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
#home .shop__list .bg {
  width: 75%;
  height: 70%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 10%;
}
#home .shop__thumbnail {
  width: 100%;
  aspect-ratio: 600/400;
  overflow: hidden;
}
#home .shop__thumbnail .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .shop__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .shop__heading {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10%;
  position: relative;
  gap: 20px 40px;
  z-index: 2;
}
@media (max-width: 768px) {
  #home .shop__heading {
    display: block;
    margin-top: 30px;
    padding-right: 30px;
  }
}
#home .shop__heading menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  #home .shop__heading menu {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 10px;
  }
  #home .shop__heading menu > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #home .shop__heading menu > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
#home .shop__heading h3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 285px;
  width: 100%;
  font-size: 4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #home .shop__heading h3 {
    font-size: 3rem;
  }
}
#home .shop__heading h3 img {
  width: 285px;
  max-height: 100px;
  height: auto;
}
@media (max-width: 768px) {
  #home .shop__heading h3 img {
    max-width: 225px;
  }
}
#home .shop .btn--shop {
  background: #000;
  width: 180px;
  height: 45px;
  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;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  padding-right: 20px;
}
@media (max-width: 768px) {
  #home .shop .btn--shop {
    font-size: 1.3rem;
    width: 100%;
    padding-right: 10px;
  }
}
#home .shop .btn--shop span {
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
  mix-blend-mode: difference;
}
#home .shop .btn--shop[target=_blank]::after {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: "";
  font-family: "Material Symbols Outlined";
  content: "\ea12";
  font-size: 1.8rem;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  #home .shop .btn--shop[target=_blank]::after {
    right: 5px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media (min-width: 769px) {
  #home .shop .btn--shop[target=_blank] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  #home .shop .btn--shop[target=_blank]:hover::after {
    right: 5px;
  }
}
#home .shop .btn--shop::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: "";
  width: 0;
  height: calc(100% - 1px);
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#home .shop .btn--shop::after {
  mix-blend-mode: difference;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-size: 2rem;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  #home .shop .btn--shop::after {
    right: 5px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media (min-width: 769px) {
  #home .shop .btn--shop {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  #home .shop .btn--shop:hover::before {
    left: 0;
    width: 100%;
  }
  #home .shop .btn--shop:hover::after {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    right: 0px;
  }
}

.shop-logo {
  margin-top: 130px;
}
.shop-logo figure {
  display: block !important;
}
.shop-logo img {
  max-width: 520px;
  height: auto;
  max-height: 200px;
  width: 100%;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .shop-logo {
    margin-top: 70px;
    margin-left: -40px;
    margin-bottom: 10px;
  }
  .shop-logo img {
    max-width: 360px;
    height: auto;
    max-height: 100px;
    width: auto;
    display: block;
    margin: auto;
  }
}

.shop-outline .wp-block-table {
  overflow-x: hidden;
}
.shop-outline .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .shop-outline .wp-block-group__inner-container {
    gap: 30px;
  }
}

.link-onlineshop {
  position: relative;
}
.link-onlineshop p {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 769px) {
  .link-onlineshop p:hover + figure img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.link-onlineshop figure {
  overflow: hidden;
}
.link-onlineshop figure img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.staff-list ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 80px;
}
@media (max-width: 768px) {
  .staff-list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 40px 0;
  }
  .staff-list ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .staff-list ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.staff-list ul li {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
}
.staff-list ul li .shop-name {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  position: absolute;
  left: -30px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 12;
  white-space: nowrap;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .staff-list ul li {
    width: 80%;
    margin: auto;
  }
}
.staff-list ul li a {
  display: block;
}
@media (min-width: 769px) {
  .staff-list ul li a {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
  }
  .staff-list ul li a:hover .img::before {
    -webkit-box-shadow: 0px 0px 0px 0px #fff inset;
            box-shadow: 0px 0px 0px 0px #fff inset;
  }
}
.staff-list ul li strong {
  font-size: 1.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .staff-list ul li strong {
    margin-top: 10px;
  }
}
.staff-list ul li .img {
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  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 (max-width: 768px) {
  .staff-list ul li .img {
    width: 85%;
    margin: auto;
  }
}
.staff-list ul li .img span {
  display: block;
  position: relative;
  z-index: 3;
  font-size: 1.2rem;
  color: #ccc;
}
.staff-list ul li .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 3;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-list ul li .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 100%;
  background: #efefef;
}
.staff-list ul li .img::before {
  content: "";
  width: 104%;
  height: 104%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 0px 10px #fff inset;
          box-shadow: 0px 0px 0px 10px #fff inset;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.staff-list ul li img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-splide .splide__slide {
  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 (min-width: 961px) {
  .shop-splide .splide__slide {
    height: auto;
    max-height: calc(100vh - 380px);
    max-width: 820px;
  }
}
@media (min-width: 961px) {
  .shop-splide .splide__slide img {
    height: auto;
    max-height: calc(100vh - 380px);
    max-width: 820px;
  }
}
@media (max-width: 960px) {
  .shop-splide .splide__slide img {
    max-height: 600px;
    height: auto;
    width: auto;
    max-width: 660px;
    display: block;
  }
}
@media (max-width: 768px) {
  .shop-splide .splide__slide img {
    max-height: 300px;
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
  }
}

.thumbnail-carousel {
  max-width: 100%;
  margin: 40px auto;
}
@media (max-width: 960px) {
  .thumbnail-carousel {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .thumbnail-carousel {
    margin: 20px auto;
    padding: 0;
  }
}
@media (min-width: 961px) {
  .thumbnail-carousel .splide__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.thumbnail-carousel .splide__slide {
  border: none !important;
}
@media (min-width: 769px) {
  .thumbnail-carousel .splide__slide {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .thumbnail-carousel .splide__slide:hover::before {
    -webkit-box-shadow: 0px 0px 0px 0px #fff inset;
            box-shadow: 0px 0px 0px 0px #fff inset;
  }
}
@media (min-width: 961px) {
  .thumbnail-carousel .splide__slide::before {
    content: "";
    width: 104%;
    height: 104%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 0px 6px #fff inset;
            box-shadow: 0px 0px 0px 6px #fff inset;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 961px) {
  .thumbnail-carousel .splide__slide::before {
    content: "";
    width: 104%;
    height: 104%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 0px 6px #fff inset;
            box-shadow: 0px 0px 0px 6px #fff inset;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.thumbnail-carousel .splide__slide.is-active {
  border: none !important;
}
@media (min-width: 961px) {
  .thumbnail-carousel .splide__slide.is-active::before {
    -webkit-box-shadow: 0px 0px 0px 0px #fff inset;
            box-shadow: 0px 0px 0px 0px #fff inset;
  }
}
@media (max-width: 960px) {
  .thumbnail-carousel .splide__slide.is-active {
    opacity: 0.2;
  }
}
.thumbnail-carousel .splide__slide img {
  border-radius: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
}

.single .news__contents {
  margin-bottom: 0;
}
.single .news {
  max-width: 1380px;
}
@media (max-width: 1280px) {
  .single .news {
    padding: 0 60px;
  }
}
@media (max-width: 960px) {
  .single .news {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .single .news {
    max-width: 560px;
    padding: 0 30px 0 40px;
  }
}

.phots-wrap {
  margin-top: 100px;
}

.nav-onlineshop .wp-block-group-is-layout-grid {
  gap: 150px;
}
@media (max-width: 1280px) {
  .nav-onlineshop .wp-block-group-is-layout-grid {
    gap: 10vw;
  }
}
@media (max-width: 960px) {
  .nav-onlineshop .wp-block-group-is-layout-grid {
    gap: 5vw;
  }
}
@media (max-width: 768px) {
  .nav-onlineshop .wp-block-group-is-layout-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.nav-onlineshop .wp-block-group-is-layout-grid figure a {
  display: block;
  overflow: hidden;
}
.nav-onlineshop .wp-block-group-is-layout-grid figure a img {
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
@media (min-width: 769px) {
  .nav-onlineshop .wp-block-group-is-layout-grid figure a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .nav-onlineshop .wp-block-group-is-layout-grid figure a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.staff-list-wrap {
  margin-top: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 100px;
}

.staff-list-wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (max-width: 768px) {
  .staff-list-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .staff-list-wrap {
    gap: 40px;
  }
}
.staff-list-wrap .staff-list {
  min-height: 30vh;
  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 (max-width: 768px) {
  .staff-list-wrap .staff-list {
    padding-right: 20px;
  }
}
.staff-list-wrap .staff__tabs {
  -ms-grid-row: 1;
  grid-row: 1;
  position: sticky;
  top: 90px;
}
@media (max-width: 768px) {
  .staff-list-wrap .staff__tabs {
    position: sticky;
    top: 40px;
  }
}

.staff__content {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0.1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  pointer-events: none;
}
.staff__content.active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  pointer-events: all;
  opacity: 1;
  display: block;
}

.sec__staff-details .contents {
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .sec__staff-details .contents {
    margin-bottom: 100px;
  }
}
.sec__staff-details .contents a {
  color: #357bb6;
  text-decoration: underline;
}
.sec__staff-details .contents a * {
  color: #357bb6;
}
@media (min-width: 769px) {
  .sec__staff-details .contents a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sec__staff-details .contents a:hover {
    text-decoration: none;
  }
}
.sec__staff-details .contents p {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .sec__staff-details .contents p {
    font-size: 1.4rem;
  }
}
.sec__staff-details .contents > *:first-child img:first-child {
  margin: 0px 0 40px;
}
.sec__staff-details .contents > img:first-child {
  margin: 0px 0 40px;
}
.sec__staff-details .contents > * {
  line-height: 2;
}
.sec__staff-details .contents > * img {
  width: 100%;
  height: auto;
  margin: 40px 0;
}
.sec__staff-details .contents > img {
  width: 100%;
  height: auto;
}

body.shop .site-main .news__contents {
  margin-bottom: 0px;
}

body.news .cat-menu, body.category .cat-menu, body.tag .cat-menu {
  position: sticky;
  top: 90px;
  z-index: 10;
  margin: 100px 0;
}
@media (max-width: 768px) {
  body.news .cat-menu, body.category .cat-menu, body.tag .cat-menu {
    top: 40px;
    margin: 20px 0 20px;
  }
}
@media (min-width: 769px) {
  body.news .news, body.category .news, body.tag .news {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  body.news .news, body.category .news, body.tag .news {
    padding: 0 30px 0 0px;
  }
}

.nav-links {
  margin: 150px auto 100px;
  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;
  gap: 10px;
}
@media (max-width: 768px) {
  .nav-links {
    width: calc(100% + 50px);
    margin: 100px auto 50px;
    margin-left: -30px;
  }
}
@media (max-width: 768px) {
  .nav-links {
    gap: 5px;
  }
}
.nav-links > * {
  border-bottom: solid 1px #fff;
  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;
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .nav-links > * {
    width: 32px;
    height: 34px;
  }
  .nav-links > *.dots {
    width: 12px;
  }
}
@media (min-width: 769px) {
  .nav-links > * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .nav-links > *:hover {
    border-bottom: solid 1px #000;
  }
}
.nav-links .page-numbers.current {
  border-bottom: solid 1px #000;
}
.nav-links .next, .nav-links .prev {
  background: #000;
  border-bottom: none;
  position: relative;
}
.nav-links .next .screen-reader-text, .nav-links .prev .screen-reader-text {
  opacity: 0;
}
@media (min-width: 769px) {
  .nav-links .next, .nav-links .prev {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .nav-links .next:hover, .nav-links .prev:hover {
    background: #ccc;
  }
}
.nav-links .next::after, .nav-links .prev::after {
  content: "";
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-size: 2.6rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nav-links .prev::after {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}

body.single .single-header .img {
  margin: auto;
}
body.single .single-header .img img {
  display: block;
  margin: auto;
}
body.single .single-header .img img {
  max-width: 100%;
  height: auto;
}
body.single .single-header .video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
body.single .single-header .video iframe, body.single .single-header .video video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
body.single .single-video {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.single .single-video {
    margin-bottom: 20px;
  }
}
body.single .single-video .img {
  margin: auto;
}
body.single .single-video .img img {
  display: block;
  margin: auto;
}
body.single .single-video .img img {
  max-width: 100%;
  height: auto;
}
body.single .single-video .video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
body.single .single-video .video iframe, body.single .single-video .video video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
body.single .contents__post a[target=_blank]::after {
  content: "";
  font-family: "Material Symbols Outlined";
  content: "\e89e";
  font-size: 1.6rem;
  color: #666;
  display: inline-block;
}
body.single .contents__post strong {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  body.single .contents__post strong {
    font-size: 1.4rem;
  }
}
body.single .contents__post p, body.single .contents__post span, body.single .contents__post em {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  body.single .contents__post p, body.single .contents__post span, body.single .contents__post em {
    font-size: 1.4rem;
  }
}
body.single .contents__post a {
  color: #357bb6 !important;
  text-decoration: underline;
}
body.single .contents__post a * {
  color: #357bb6 !important;
}
@media (min-width: 769px) {
  body.single .contents__post a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  body.single .contents__post a:hover {
    text-decoration: none;
  }
}
body.single .contents__post img {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
}
body.single .contents__post iframe, body.single .contents__post video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: 40px 0;
}
body.single .single-heading {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
}
body.single .single-heading__top {
  margin: 35px 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  body.single .single-heading__top {
    margin: 25px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
body.single .single-heading__top > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  body.single .single-heading__top > div {
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body.single .single-heading .news__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
body.single .single-heading .news__tags span a {
  font-weight: 500;
  font-size: 1.2rem;
  text-decoration: underline;
}
@media (min-width: 769px) {
  body.single .single-heading .news__tags span a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  body.single .single-heading .news__tags span a:hover {
    text-decoration: none;
  }
}
body.single .single-heading .news__categorys * {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  body.single .single-heading .news__categorys * {
    font-size: 1.2rem;
  }
}
body.single .single-heading__auther {
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.single .single-heading__auther figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  body.single .single-heading__auther figure {
    gap: 12px;
  }
}
body.single .single-heading__auther figure .img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
body.single .single-heading__auther figure .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  body.single .single-heading__auther figure .img {
    width: 50px;
    height: 50px;
  }
}
body.single .single-heading__auther figure figcaption dl dt {
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
body.single .single-heading__auther figure figcaption dl dd {
  padding-top: 5px;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body.single .single-heading__auther figure figcaption dl dd {
    font-size: 1.1rem;
  }
}
body.single .single-heading__main h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.single .single-heading__main h1 {
    font-size: 2rem;
  }
}
body.single .single-heading__main time {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  body.single .single-heading__main time {
    font-size: 1.4rem;
  }
}

.singline-post-nav {
  max-width: 1280px;
  margin: 200px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 2fr 0px 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0px;
}

.singline-post-nav > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.singline-post-nav > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.singline-post-nav > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 768px) {
  .singline-post-nav {
    margin: 100px auto 0;
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 30px 1px;
  }
  .singline-post-nav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .singline-post-nav > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.singline-post-nav li {
  width: 100%;
  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 (max-width: 768px) {
  .singline-post-nav li:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .singline-post-nav li:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .singline-post-nav li:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.singline-post-nav li .btn--newslist {
  aspect-ratio: 1/1;
  height: 100%;
  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;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  gap: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .singline-post-nav li .btn--newslist {
    width: 130px;
  }
}
@media (min-width: 769px) {
  .singline-post-nav li .btn--newslist {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .singline-post-nav li .btn--newslist:hover::before {
    opacity: 1;
  }
  .singline-post-nav li .btn--newslist:hover::after {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}
.singline-post-nav li .btn--newslist::after {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  opacity: 0;
  border: solid 1px #ccc;
  content: "";
  width: 110%;
  height: 110%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.singline-post-nav li .btn--newslist::before {
  opacity: 0.3;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  content: "";
  background: url(../img/icon_3line.svg) no-repeat;
  width: 21px;
  height: 20px;
  background-size: content;
}
.singline-post-nav li .btn-post {
  display: block;
  width: 100%;
  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;
  position: relative;
  background: #000;
  padding: 40px;
}
@media (min-width: 769px) {
  .singline-post-nav li .btn-post {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 768px) {
  .singline-post-nav li .btn-post {
    height: 100%;
    padding: 20px;
    min-height: 150px;
  }
}
@media (min-width: 769px) {
  .singline-post-nav li .btn-post {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .singline-post-nav li .btn-post:hover .img {
    opacity: 0.6;
  }
  .singline-post-nav li .btn-post:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.singline-post-nav li .btn-post p {
  position: relative;
  z-index: 2;
}
.singline-post-nav li .btn-post p span {
  word-break: break-all;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .singline-post-nav li .btn-post p span {
    font-size: 1.3rem;
  }
}
.singline-post-nav li .btn-post p time {
  color: #fff;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .singline-post-nav li .btn-post p time {
    font-size: 1.1rem;
  }
}
.singline-post-nav li .btn-post .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  overflow: hidden;
}
@media (min-width: 769px) {
  .singline-post-nav li .btn-post .img {
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
@media (max-width: 768px) {
  .singline-post-nav li .btn-post .img {
    opacity: 0.3;
  }
}
.singline-post-nav li .btn-post img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .singline-post-nav li .btn-post img {
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}

.sec__single .sec__inner .contents {
  max-width: 1160px;
}

.contents__tag {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .contents__tag {
    margin-top: 70px;
  }
}

.page-heade {
  max-width: 960px;
}

.mw_wp_form {
  max-width: 960px;
  margin: auto;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .mw_wp_form {
    margin-top: 50px;
  }
}

.contact_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .contact_area {
    padding: 0 30px 0 0;
    gap: 30px;
  }
}
.contact_area > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 30px 1fr;
  grid-template-columns: 160px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 50px 30px;
  font-size: 1.4rem;
}
.contact_area > div > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.contact_area > div > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .contact_area > div {
    display: block;
  }
}
.contact_area .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact_area .mwform-tel-field input[type=text] {
  width: 100px;
}
@media (max-width: 768px) {
  .contact_area .mwform-tel-field input[type=text] {
    width: 33%;
  }
}
.contact_area .error {
  font-size: 1.1rem !important;
  margin-top: 3px;
}
.contact_area p {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .contact_area p {
    margin-bottom: 10px;
  }
}
.contact_area p span {
  padding: 0 5px;
  width: 30px;
  text-align: center;
  background: #000;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}
.contact_area textarea {
  height: 200px;
}
.contact_area input:-webkit-autofill,
.contact_area textarea:-webkit-autofill,
.contact_area input[type=text],
.contact_area input[type=email],
.contact_area textarea {
  width: 100%;
  background: #f4f4f4;
  font-size: 1.4rem;
  padding: 10px 12px;
  font-family: "Noto Sans JP";
}
.contact_area input:-webkit-autofill::-webkit-input-placeholder, .contact_area textarea:-webkit-autofill::-webkit-input-placeholder, .contact_area input[type=text]::-webkit-input-placeholder, .contact_area input[type=email]::-webkit-input-placeholder, .contact_area textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP";
  color: #cccccc;
}
.contact_area input:-webkit-autofill::placeholder,
.contact_area textarea:-webkit-autofill::placeholder,
.contact_area input[type=text]::placeholder,
.contact_area input[type=email]::placeholder,
.contact_area textarea::placeholder {
  font-family: "Noto Sans JP";
  color: #cccccc;
}

.mw_wp_form_input .btn-cancel {
  display: none;
}

.mw_wp_form_confirm p {
  margin-top: 0rem;
  font-size: 1.2rem;
}
.mw_wp_form_confirm .contact_area > div {
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .contact_area > div {
    padding-bottom: 10px;
  }
}
.mw_wp_form_confirm .contact-nav {
  gap: 100px;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .contact-nav {
    gap: 20px;
  }
}

.contact-nav {
  margin-top: 100px;
  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 (max-width: 768px) {
  .contact-nav {
    margin-top: 50px;
    padding: 0 30px 0 0;
  }
}
.contact-nav .btn-send, .contact-nav .btn-cancel {
  width: 200px;
  height: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .contact-nav .btn-send, .contact-nav .btn-cancel {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .contact-nav .btn-send, .contact-nav .btn-cancel {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .contact-nav .btn-send:hover::after, .contact-nav .btn-cancel:hover::after {
    right: 5px;
  }
}
.contact-nav .btn-send::after, .contact-nav .btn-cancel::after {
  pointer-events: none;
  content: "";
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-size: 2.4rem;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .contact-nav .btn-send::after, .contact-nav .btn-cancel::after {
    font-size: 2rem;
    opacity: 0.8;
  }
}
.contact-nav .btn-cancel::after {
  display: none;
}
.contact-nav input[type=submit] {
  pointer-events: all;
  margin: auto;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  background: #000;
  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 (min-width: 769px) {
  .contact-nav input[type=submit] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .contact-nav input[type=submit]:hover {
    background: #666;
  }
}
.contact-nav input[name=submitBack] {
  background: #fff;
  border: solid 1px #ccc;
  color: #000;
}
@media (min-width: 769px) {
  .contact-nav input[name=submitBack] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .contact-nav input[name=submitBack]:hover {
    border: solid 1px #efefef;
    background: #efefef;
  }
}

.mw_wp_form_complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.mw_wp_form_complete h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 30px;
}
.mw_wp_form_complete p {
  line-height: 2;
}

.site-main {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-main.fade-out {
  pointer-events: none;
  opacity: 0;
}

body:not(#home) .sec {
  margin: 200px 0;
}
@media (max-width: 1180px) {
  body:not(#home) .sec {
    margin: 20vw 0;
  }
}
body:not(#home) .sec__outline h3 {
  display: none;
}
@media (max-width: 768px) {
  body:not(#home) .sec__outline h3 {
    display: block;
    font-size: 1.4rem;
    margin: -2em 0 4px;
  }
}
@media (max-width: 768px) {
  body:not(#home) .sec {
    margin: 100px 0;
  }
  body:not(#home) .sec__news {
    margin: -50px 0 0px;
  }
  body:not(#home) .sec__news .contents {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body:not(#home) .page-header .contents {
    max-width: 100%;
    padding: 0 0 0 40px;
  }
}
body:not(#home) .page-header .wp-block-image:not(.shop-logo) img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  body:not(#home) .page-header .wp-block-image:not(.shop-logo) img {
    height: 33vw;
  }
}
@media (max-width: 768px) {
  body:not(#home) .page-header .wp-block-image:not(.shop-logo) img {
    height: 50vw;
  }
}
body:not(#home) .page-header .txt-title {
  width: 100%;
  height: 330px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
}
@media (max-width: 768px) {
  body:not(#home) .page-header .txt-title {
    padding: 20px;
  }
}
@media (max-width: 1180px) {
  body:not(#home) .page-header .txt-title {
    height: 33vw;
  }
}
body:not(#home) .page-header .txt-title span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 768px) {
  body:not(#home) .page-header .txt-title span {
    font-size: 1.4rem;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
body:not(#home) .page-header .txt-title h1,
body:not(#home) .page-header .txt-title h2,
body:not(#home) .page-header .txt-title strong {
  font-size: 3.6rem;
  color: #fff;
}
@media (max-width: 768px) {
  body:not(#home) .page-header .txt-title h1,
  body:not(#home) .page-header .txt-title h2,
  body:not(#home) .page-header .txt-title strong {
    font-size: 2rem;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@media (max-width: 768px) {
  body:not(#home) .page-header .txt-title {
    height: 50vw;
  }
}
body:not(#home) .page-header__img .aligncenter {
  display: block;
  width: 100%;
}
body:not(#home) .page-header__img .aligncenter img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  body:not(#home) .page-header__img .aligncenter img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .top-shop {
    margin-top: 150px;
  }
}

.top-news {
  margin: 0px 0 300px;
}
@media (max-width: 768px) {
  .top-news {
    margin: 50px 0 100px;
  }
}

.site-main .news {
  max-width: 1400px;
  padding: 0 100px;
  margin: auto;
}
@media (max-width: 1280px) {
  .site-main .news {
    padding: 0 60px;
  }
}
@media (max-width: 960px) {
  .site-main .news {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .site-main .news {
    max-width: 560px;
    padding: 0 30px 0 40px;
  }
}
.site-main .news__contents {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .site-main .news__contents {
    margin-bottom: 40px;
  }
}
.site-main .news.shop-news ul li:last-child {
  display: none;
  height: 0;
}
@media (max-width: 960px) {
  .site-main .news.shop-news ul li:last-child {
    display: block;
    height: auto;
  }
}
.site-main .news ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 110px 1fr 110px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 110px;
}
.site-main .news ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.site-main .news ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.site-main .news ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 1360px) {
  .site-main .news ul {
    gap: 50px;
  }
}
@media (max-width: 960px) {
  .site-main .news ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    margin: auto;
  }
  .site-main .news ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .site-main .news ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 768px) {
  .site-main .news ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 60px;
  }
  .site-main .news ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.site-main .news__list {
  padding: 0;
  position: relative;
}
.site-main .news__list .link--youtube {
  width: 100%;
  aspect-ratio: 2/1.3;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media (min-width: 769px) {
  .site-main .news__list .link--youtube:hover + .img iframe {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.site-main .news__list iframe {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .site-main .news__list iframe {
    aspect-ratio: 16/9;
  }
}
.site-main .news__list .img {
  width: 100%;
  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;
  overflow: hidden;
  aspect-ratio: 2/1.3;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.04);
}
@media (min-width: 769px) {
  .site-main .news__list .img {
    aspect-ratio: 2/1.3;
  }
}
.site-main .news__list .img span {
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0em;
  color: #efefef;
}
@media (min-width: 769px) {
  .site-main .news__list .img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .site-main .news__list .img:hover img,
  .site-main .news__list .img:hover video {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (max-width: 768px) {
  .site-main .news__list .img {
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
  }
}
.site-main .news__list .img video {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .site-main .news__list .img video {
    aspect-ratio: 16/9;
  }
}
.site-main .news__list .img img {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-main .news__list .title {
  display: block;
}
@media (min-width: 769px) {
  .site-main .news__list .title {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .site-main .news__list .title:hover {
    opacity: 0.5;
  }
}
.site-main .news__list .title p {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-main .news__heading {
  margin: 1em 0 0.6em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 60px;
  grid-template-columns: 1fr 60px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0px;
}
.site-main .news__heading > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.site-main .news__heading > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.site-main .news__heading time {
  font-size: 1.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
.site-main .news__categorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-main .news__categorys a {
  font-size: 1rem;
  font-weight: 700;
  border-radius: 20px;
  color: #fff;
  background: #000;
  padding: 3px 15px;
}
@media (min-width: 769px) {
  .site-main .news__categorys a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .site-main .news__categorys a:hover {
    opacity: 0.3;
  }
}

.sec__404 {
  text-align: center;
  min-height: calc(100vh - 520px);
}
.sec__404 h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .sec__404 h2 {
    font-size: 8rem;
    margin-bottom: 40px;
  }
}
.sec__404 h2 span {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  display: block;
}
@media (max-width: 768px) {
  .sec__404 h2 span {
    font-size: 1.6rem;
  }
}
.sec__404 p {
  line-height: 2;
  margin-bottom: 40px;
}

.top-products {
  margin-top: 350px;
}
@media (max-width: 768px) {
  .top-products {
    margin-top: 100px;
  }
}

.con--products {
  max-width: 1400px;
  padding: 0 100px;
  margin: auto;
}
@media (max-width: 1280px) {
  .con--products {
    padding: 0 60px;
  }
}
@media (max-width: 960px) {
  .con--products {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .con--products {
    max-width: 560px;
    padding: 0 30px 0 40px;
  }
}
.con--products__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 100px;
  position: relative;
}
.con--products__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.con--products__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.con--products__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 1280px) {
  .con--products__list {
    gap: 60px;
  }
}
@media (max-width: 960px) {
  .con--products__list {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .con--products__list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 30px 10px;
  }
  .con--products__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .con--products__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.con--products__list li {
  position: relative;
}

.product-new-arrival {
  display: block;
}
.product-new-arrival strong {
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  display: block;
  position: relative;
  z-index: 12;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media (min-width: 769px) {
  .product-new-arrival {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .product-new-arrival:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .product-new-arrival:hover .icon-follower {
    opacity: 1;
  }
}
.product-new-arrival figure div {
  position: relative;
}
.product-new-arrival figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  display: block;
  margin: auto;
  width: 80%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  height: auto;
}
.product-new-arrival figure figcaption {
  margin-top: 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.product-new-arrival figure figcaption .name, .product-new-arrival figure figcaption .price {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .product-new-arrival figure figcaption .name, .product-new-arrival figure figcaption .price {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.product-new-arrival figure figcaption .price {
  font-size: 1.9rem;
}

.icon-follower {
  opacity: 0;
  position: absolute;
  background: rgb(0, 0, 0);
  width: 50px;
  height: 50px;
  font-size: 24px;
  z-index: 1000;
  border-radius: 50px;
  pointer-events: none; /* アイコンがクリックを妨げないようにする */
}
@media (min-width: 769px) {
  .icon-follower {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
  }
}
@media (max-width: 768px) {
  .icon-follower {
    display: none;
  }
}
@media (max-width: 768px) {
  .icon-follower {
    width: 20px;
    height: 20px;
  }
}
.icon-follower::after {
  content: "";
  font-family: "Material Symbols Outlined";
  content: "\ea12";
  font-size: 2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .icon-follower::after {
    font-size: 1.6rem;
  }
}