@charset "UTF-8";
@media (min-width: 769px) and (max-width: 1260px) {
  html {
    font-size: 0.0714285714vw;
  }
}
html {
  font-size: 1px;
}

@media (min-width: 769px) and (max-width: 1260px) {
  html {
    font-size: 0.0793650794vw;
  }
}
/* common 
******************************************************************************************/
body {
  position: relative;
  font-size: 15px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #000;
}

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

.wrap {
  margin: 0 auto;
  background: url(../images/top/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .wrap {
    background: url(../images/top/bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main {
  overflow: hidden;
}

.common-main {
  background-color: #F9F9F9;
}

.container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-wide {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-narrow {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}
.title {
  color: #000;
}

.title-type-a {
  font-size: 76px;
  line-height: 1;
  font-family: "termina", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .title-type-a {
    font-size: 42px;
    margin-top: 10px;
  }
}
.title-jp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
  padding: 0 18px;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
}

@media screen and (max-width: 768px) {
  .title-jp {
    font-size: 14px;
    height: 34px;
    padding: 2px 14px;
  }
}
.btn {
  display: block;
  width: 200px;
  height: 80px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.btn:hover {
  opacity: 0.6;
}

.footer-contact.common-bg {
  background-color: #F9F9F9;
}

.common-kv {
  width: 100%;
  height: 438px;
  background: url(../images/common/kv-bg.png) no-repeat;
  background-size: cover;
  padding-top: 215px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .common-kv {
    height: 275px;
    padding-top: 144px;
  }
}
@media screen and (max-width: 431px) {
  .common-kv {
    background: url(../images/common/kv-bg_sp.png) no-repeat;
    background-size: cover;
  }
}
.common-kv__main-text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .common-kv__main-text {
    width: auto;
  }
}
.common-kv__main-text::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/common/kv-common.png) no-repeat;
  width: 440px;
  height: 395px;
  top: -96px;
  right: -487px;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .common-kv__main-text::after {
    background: url(../images/common/kv-common_sp.png) no-repeat;
    width: 180px;
    height: 240px;
    top: -74px;
    right: -72px;
    background-size: contain;
  }
}
.common-kv__main-text.wide {
  position: relative;
  width: auto;
  margin-right: calc(50% - 50vw);
}

.common-kv__main-text.wide::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/common/kv-common.png) no-repeat;
  width: 440px;
  height: 395px;
  top: -95px;
  right: -84px;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .common-kv__main-text.wide::after {
    background: url(../images/common/kv-common_sp.png) no-repeat;
    width: 180px;
    height: 240px;
    top: -75px;
    right: -51px;
    background-size: contain;
  }
}
.title-type-b {
  font-size: 130px;
  font-family: "termina", sans-serif;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .title-type-b {
    font-size: 52px;
  }
}
.common-title-jp {
  display: block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: -6px;
}

@media screen and (max-width: 768px) {
  .common-title-jp {
    font-size: 15px;
  }
}
.breadcrumbs {
  max-width: 1040px;
  padding: 0 20px;
  margin: 35px auto 80px;
  white-space: nowrap;
}

.breadcrumbs a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.breadcrumbs a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin: 14px auto 40px;
  }
}
.breadcrumbs span[typeof=ListItem] {
  font-size: 12px;
  font-weight: 600;
}

.breadcrumbs span[typeof=ListItem]:not(:first-child)::before {
  position: relative;
  display: inline-block;
  content: "";
  width: 20px;
  height: 1px;
  top: -3px;
  margin: 0 5px;
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
  background-color: #000;
}

.breadcrumbs a {
  text-decoration: underline;
  color: #9D9D9D;
}

/* header
******************************************************************************************/
.header {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  z-index: 3;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  padding: 40px 55px 40px 40px;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 18px 15px 15px 10px;
  }
}
.header__logo {
  width: 148px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.header__logo:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 110px;
  }
}
.header__logo img {
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.drawer {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  bottom: 0;
  padding-top: 68px;
  background-color: #F9F9F9;
  z-index: 2;
  display: none;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}

@media screen and (max-width: 768px) {
  .drawer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.drawer.slidein {
  right: 0;
}

.drawer-nav {
  width: 100%;
  z-index: 1;
}

.drawer-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-nav__item,
.drawer-nav__item {
  width: 100%;
  font-size: 14px;
  font-family: "termina", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.header-nav__item:hover,
.drawer-nav__item:hover {
  opacity: 0.6;
}

.drawer-nav__item {
  position: relative;
  font-size: 20px;
  padding: 14px 20px;
  border-top: 1px solid #000;
}

.drawer-nav__item a {
  width: 100%;
	font-size: 32px;
}

.drawer-nav__item span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}

.drawer-nav__item:last-child {
  font-size: 14px;
  padding: 20px 20px;
}

.drawer-nav__item:last-child a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	font-size:14px;
}

.drawer-nav__item:last-child span {
  display: inline-block;
  font-size: 10px;
  margin-left: auto;
}

.drawer__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 0;
}

.menu-btn {
  position: relative;
  width: 60px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #fff;
  display: none;
}

@media screen and (max-width: 768px) {
  .menu-btn {
    position: fixed;
    display: block;
    top: 15px;
    right: 15px;
    z-index: 3;
  }
}
.menu-btn span {
  position: absolute;
  width: 35px;
  height: 2px;
  left: 12px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.menu-btn span:nth-of-type(1) {
  top: 11px;
}

.menu-btn span:nth-of-type(1).close {
  top: 19px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.menu-btn span:nth-of-type(2) {
  top: 19px;
}

.menu-btn span:nth-of-type(2).close {
  display: none;
}

.menu-btn span:nth-of-type(3) {
  top: 27px;
}

.menu-btn span:nth-of-type(3).close {
  top: 19px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

/* top
******************************************************************************************/
.top-kv {
  height: 800px;
  background: url(../images/top/top-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 431px) {
  .top-kv {
    height: 667px;
    background: url(../images/top/top-bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-bottom: 2px solid #000;
  }
}
.top-kv__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 431px) {
  .top-kv__inner {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.w1 {
  position: absolute;
  top: 0;
  left: 7%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 431px) {
  .w1 {
    left: 0;
  }
}
.w2 {
  position: absolute;
  top: 0;
  left: 16%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .w2 {
    left: 20%;
  }
}
.top-kv__text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 740px;
  font-size: 30px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6333333333;
  letter-spacing: 0.05em;
  -webkit-animation: animate 10s linear infinite;
  animation: animate 10s linear infinite;
  padding-top: 200px;
  z-index: 0;
}

@media screen and (max-width: 431px) {
  .top-kv__text {
    left: 0;
    height: 550px;
    font-size: 18px;
    line-height: 1.6666666667;
    padding-top: 150px;
  }
}
.top-kv__text span {
  background-color: rgba(0, 0, 0, 0.22);
}

.top-kv__text-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 760px;
  font-size: 30px;
  -webkit-animation: animate 13s linear infinite;
  animation: animate 13s linear infinite;
  padding-top: 220px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .top-kv__text-small {
    height: 550px;
    padding-top: 150px;
    -webkit-animation: animate 13s linear infinite;
    animation: animate 13s linear infinite;
  }
}
.top-kv__text-small .small {
  font-size: 11px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1818181818;
  letter-spacing: 0.05em;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .top-kv__text-small .small {
    font-size: 9px;
    line-height: 1.2222222222;
  }
}
.top-kv__text-small .small span {
  background-color: rgba(0, 0, 0, 0.1);
}

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

@keyframes animate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.top-kv__main-text {
  position: relative;
  font-size: min(12.81vw, 112px);
  line-height: 1.3303571429;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-left: 12.5%;
}

@media screen and (max-width: 431px) {
  .top-kv__main-text {
    font-size: min(66px, 17vw);
    line-height: 1.3333333333;
    margin-top: 115px;
    margin-left: -10px;
  }
}
.top-kv__main-text .red {
  color: #CF1D1B;
}

.top-kv__main-text .blue {
  color: #153290;
}

@media screen and (max-width: 768px) {
  .top-kv__main-text .blue {
    padding-left: 2em;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__main-text .pl {
    padding-left: 1em;
  }
}
.top-kv__maru {
  position: absolute;
  left: 19%;
  bottom: -87px;
  width: 333rem;
}

@media screen and (max-width: 768px) {
  .top-kv__maru {
    left: 48%;
    bottom: -53px;
    width: 139rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.top-kv__maru img {
  width: 100%;
}

.top-kv__rotate {
  position: absolute;
  right: 38px;
  bottom: 32px;
  width: 202px;
  height: 202px;
}

@media screen and (max-width: 768px) {
  .top-kv__rotate {
    width: 112px;
    height: 112px;
    right: -8px;
    bottom: 14px;
  }
}
.top-kv__rotate a {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rotate-outer {
  animation: rotate-z 20s linear infinite;
  -webkit-animation: rotate-z 20s linear infinite;
}

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

@keyframes rotate-z {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.top-rotate-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .top-rotate-center {
    top: 52%;
    width: 72px;
  }
}
.top-lead {
  font-size: 26px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgb(245, 245, 245)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgb(245, 245, 245) 80%, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, rgb(245, 245, 245) 80%, rgba(255, 255, 255, 0));
  padding-top: 170px;
  padding-bottom: 130px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-lead {
    font-size: 18px;
    line-height: 1.8333333333;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.top-lead span.bg-black {
  background-color: #000;
}

.top-catch {
  position: relative;
  font-size: 120rem;
  line-height: 1.4166666667;
  font-weight: 700;
  letter-spacing: -0.01em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  max-width: 1130rem;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

@media screen and (max-width: 768px) {
  .top-catch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 38px;
    line-height: 1.2631578947;
    margin-top: 100px;
    padding: 0 20px;
  }
}
.top-catch p:nth-of-type(1) {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top-catch p:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.top-catch p:nth-of-type(2) {
  position: relative;
  margin-top: 90px;
  text-align: right;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top-catch p:nth-of-type(2) {
    margin-top: 0;
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    z-index: 0;
  }
}
.top-catch__movie {
  position: absolute;
  width: 395px;
  height: 295px;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-catch__movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -webkit-transform: rotate(9deg);
  transform: rotate(9deg);
}

@media screen and (max-width: 768px) {
  .top-catch__movie {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    max-width: min(300px, 100%);
    padding-top: min(225px, 75%);
    height: 0;
    margin: 8px auto 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.top-catch__play {
  position: absolute;
  width: 130px;
  height: 130px;
  top: 60px;
  right: -45px;
}

@media screen and (max-width: 768px) {
  .top-catch__play {
    width: 100px;
    height: 100px;
    top: auto;
    bottom: 5px;
    right: -15px;
  }
}
.top-catch__play img {
  position: absolute;
  width: 100%;
}

.top-catch__play a {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.rotate-btn {
  animation: rotate-z 20s linear infinite;
  -webkit-animation: rotate-z 20s linear infinite;
}

.play-movie-arrow {
  position: absolute;
  width: 29px;
  height: 19px;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .play-movie-arrow {
    width: 23px;
    height: 15px;
  }
}
.play-movie-arrow img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.top-service {
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
  border-top: 2px solid #000;
  background: url(../images/top/service-bg.png) no-repeat;
  background-size: contain;
  background-position: top 35px center;
}

@media screen and (max-width: 768px) {
  .bg1{

    background: url(../images/top/service-bg_sp.png) no-repeat;
  }
  .bg2{
    
    background: none no-repeat;
  }
  .top-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 20px 0;
    background-size: contain;
    background-position: center top 20px;
  }
  .top-service_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px;
	  margin-bottom: 50px;
    background-size: contain;
    background-position: center top 20px;
    background: url(../images/top/bg_sp.jpg);
  }
}
.top-service::before {
  position: absolute;
  display: block;
  content: "";
  width: 338px;
  height: 338px;
  background: url(../images/top/service-cube.png) no-repeat;
  background-size: contain;
  top: -130px;
  left: 57%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  
  .bg2::before{
    background: none;
  }
  .top-service::before {
    width: 165px;
    height: 165px;
    top: -71px;
    left: 75%;
    z-index: 0;
  }
  .top-service_1::before {
    width: 165px;
    height: 165px;
    top: -71px;
    left: 75%;
    z-index: 0;
  }
}
.top-service__lead {
  margin-top: 16px;
}

.top-service__top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top-service__top {
    display: contents;
  }
}
.top-service__top::before {
  position: absolute;
  display: block;
  content: "";
  width: 172rem;
  height: 263rem;
  left: -100rem;
  bottom: -200rem;
  background: url(../images/top/service-maru.png) no-repeat;
  background-size: contain;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top-service__top::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-service .left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .top-service_1 .left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.top-service__btn {
  margin-top: -42px;
}

@media screen and (max-width: 768px) {
  .top-service__btn {
    margin-top: 0;
    display: none;
  }
}
.top-service__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1240rem;
  height: 705rem;
  margin: 30px auto 0;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: auto;
    margin: 35px auto 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .pc_only {
    display: none;
  }
  
  .sp_only {
    display: block;
  }
}
.top-service__list::before {
  position: absolute;
  display: block;
  content: "";
  width: 274rem;
  height: 275rem;
  background: url(../images/top/service-left.png) no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .top-service__list::before {
    display: none;
  }
}
.top-service__list::after {
  position: absolute;
  display: block;
  content: "";
  width: 333rem;
  height: 238rem;
  background: url(../images/top/service-right.png) no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .top-service__list::after {
    display: none;
  }
}
.top-service__item {
  position: absolute;
  width: 370rem;
  padding: 63rem 30rem 90rem;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 10rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .top-service__item {
    position: static;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    padding: 50rem 25rem 75rem;
  }
}
.top-service__item h3 {
  font-size: 38rem;
  font-family: "termina", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-service__item h3 {
    font-size: 32rem;
  }
}
.top-service__item .image {
  width: 100%;
  margin-top: -25rem;
}

.top-service__item .image img {
  width: 100%;
}

.top-service__item p {
  font-size: 15rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: -8rem;
}

@media screen and (max-width: 768px) {
  .top-service__item p {
    line-height: 1.8666666667;
  }
}
.top-service__item::before {
  position: absolute;
  display: block;
  content: "";
  width: 27rem;
  height: 67rem;
  top: 7rem;
  left: 13rem;
}

.top-service__item::after {
  position: absolute;
  display: block;
  content: "";
  width: 28rem;
  height: 67rem;
  right: 13rem;
  bottom: 7rem;
}

.top-service__item01 {
  top: 7rem;
  left: 0;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.top-service__item01 h3 {
  color: #CF1D1B;
}

@media screen and (max-width: 768px) {
  .top-service__item01 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.top-service__item01::before {
  background: url(../images/service/service01-left.png) no-repeat;
  background-size: contain;
}

.top-service__item01::after {
  background: url(../images/service/service01-right.png) no-repeat;
  background-size: contain;
}

.top-service__item02 {
  left: 285rem;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

@media screen and (max-width: 768px) {
  .top-service__item02 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    left: 0rem;
  }
}
.top-service__item02::before {
  background: url(../images/service/service02-left.png) no-repeat;
  background-size: contain;
}

.top-service__item02::after {
  background: url(../images/service/service02-right.png) no-repeat;
  background-size: contain;
}

.top-service__item03 {
  right: 270rem;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.top-service__item03 h3 {
  color: #CF1D1B;
}

@media screen and (max-width: 768px) {
  .top-service__item03 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 0rem;
  }
}
.top-service__item03::before {
  background: url(../images/service/service03-left.png) no-repeat;
  background-size: contain;
}

.top-service__item03::after {
  background: url(../images/service/service03-right.png) no-repeat;
  background-size: contain;
}

.top-service__item04 {
  top: 7rem;
  right: 0;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top-service__item04 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    z-index: 0;
  }
}
.top-service__item04::before {
  background: url(../images/service/service04-left.png) no-repeat;
  background-size: contain;
}

.top-service__item04::after {
  background: url(../images/service/service04-right.png) no-repeat;
  background-size: contain;
}

.top-artist {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .top-artist {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-artist .title-jp {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.top-artist__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .top-artist__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
}
.top-artist__inner p {
  position: relative;
  top: -15px;
}

@media screen and (max-width: 768px) {
  .top-artist__inner p {
    top: 0;
  }
}
.top-artist__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .top-artist__list {
    margin-top: 55px;
  }
}
.top-artist__item {
  position: relative;
  width: 300px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top-artist__item:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top-artist__item .image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
}

.top-artist__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.top-artist__item .text {
  min-height: 110px;
  padding: 7px 15px 10px;
  background-color: transparent;
}

.top-artist__item .jp {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .top-artist__item .jp {
    font-size: 22px;
  }
}
.top-artist__item .en {
  display: block;
  font-size: 18px;
  font-family: "termina", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-style: normal;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .top-artist__item .en {
    font-size: 14px;
  }
}
.top-artist__item:last-child {
  border-right: 2px solid #000;
}

.top-artist__btn {
  position: relative;
  margin-top: -40px;
  margin-left: auto;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top-artist__btn {
    margin-top: 25px;
    margin-right: auto;
  }
}
.infinite-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.top-works {
  position: relative;
  padding-top: 120px;
  padding-bottom: 160px;
  margin-top: 120px;
  background-color: #020B27;
  z-index: 0;
}

.top-works::before {
  position: absolute;
  display: block;
  content: "";
  width: 560px;
  height: 560px;
  top: -10px;
  left: 15%;
  background: url(../images/works/light-big.png) no-repeat;
  background-size: contain;
  -webkit-animation: 10s cubic-bezier(0.645, 0.045, 0.355, 1) infinite light_big;
  animation: 10s cubic-bezier(0.645, 0.045, 0.355, 1) infinite light_big;
}

@media screen and (max-width: 768px) {
  .top-works::before {
    width: 280px;
    height: 280px;
    -webkit-animation: 10s cubic-bezier(0.645, 0.045, 0.355, 1) infinite light_big_sp;
    animation: 10s cubic-bezier(0.645, 0.045, 0.355, 1) infinite light_big_sp;
  }
}
.top-works::after {
  position: absolute;
  display: block;
  content: "";
  width: 335px;
  height: 335px;
  bottom: 35px;
  left: 65%;
  background: url(../images/works/light-big.png) no-repeat;
  background-size: contain;
  -webkit-animation: 10s cubic-bezier(0.645, 0.045, 0.355, 1) infinite light_small;
  animation: 10s cubic-bezier(0.645, 0.045, 0.355, 1) infinite light_small;
}

@media screen and (max-width: 768px) {
  .top-works::after {
    width: 190px;
    height: 190px;
  }
}
@media screen and (max-width: 768px) {
  .top-works {
    padding-top: 80px;
    padding-bottom: 185px;
    margin-top: 80px;
  }
}
.top-works .title {
  color: rgba(251, 251, 251, 0.69);
}

.top-works .title-jp {
  background-color: transparent;
  border: 2px solid rgba(251, 251, 251, 0.69);
}

@media screen and (max-width: 768px) {
  .top-works .title-jp {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@-webkit-keyframes light_big {
  0%, 10%, 100% {
    top: -5px;
    left: 15%;
  }
  60%, 70% {
    top: 170px;
    left: 70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes light_big {
  0%, 10%, 100% {
    top: -5px;
    left: 15%;
  }
  60%, 70% {
    top: 170px;
    left: 70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes light_big_sp {
  0%, 10%, 100% {
    top: 15px;
    left: -10%;
  }
  60%, 70% {
    top: 170px;
    left: 70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes light_big_sp {
  0%, 10%, 100% {
    top: 15px;
    left: -10%;
  }
  60%, 70% {
    top: 170px;
    left: 70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes light_small {
  0%, 10%, 100% {
    bottom: 35px;
    left: 70%;
  }
  60%, 70% {
    bottom: 170px;
    left: 30%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes light_small {
  0%, 10%, 100% {
    bottom: 35px;
    left: 70%;
  }
  60%, 70% {
    bottom: 170px;
    left: 30%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.top-works__title .title-jp {
  padding: 1px 16px;
}

.top-works__btn {
  position: relative;
  top: -6px;
}

@media screen and (max-width: 768px) {
  .top-works__btn {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.top-works__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

@media screen and (max-width: 768px) {
  .top-works__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top-works__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .top-works__list {
    margin-top: 30px;
  }
}
.top-works__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 330px;
  border-top: 2px solid #ADB1BC;
  border-left: 2px solid #ADB1BC;
  border-bottom: 2px solid #ADB1BC;
}

.top-works__item:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.top-works__item:last-child {
  border-right: 2px solid #ADB1BC;
}

.top-works__item a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-works__item .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.top-works__item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-transition: -webkit-transform 0.4s, -webkit-filter 0.4s;
  transition: -webkit-transform 0.4s, -webkit-filter 0.4s;
  transition: transform 0.4s, filter 0.4s;
  transition: transform 0.4s, filter 0.4s, -webkit-transform 0.4s, -webkit-filter 0.4s;
}

.top-works__item .image:first-child {
  padding-top: 100.4%;
}

.top-works__item .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 185px;
  padding: 25px 15px;
  background-color: transparent;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.top-works__item p.title {
  font-size: 22px;
  line-height: 1.4090909091;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: auto;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-works__item p.title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.top-works__item .category {
  font-size: 10px;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 5px;
}

.top-works__item .category::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: #CF1D1B;
}

.top-works__item time {
  display: block;
  font-size: 10px;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: -3px;
}

.text-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 10px 0;
  border-bottom: 2px solid #000;
  background-color: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .text-flow {
    display: none;
  }
}
.text-flow p {
  -webkit-animation: animate-banner 20s linear infinite;
  animation: animate-banner 20s linear infinite;
  white-space: nowrap;
}

.text-flow span {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 1px;
  top: -5px;
  margin: 0 15px;
  background-color: #000;
}

@-webkit-keyframes animate-banner {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animate-banner {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.top-news {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-news .left {
    display: contents;
  }
}
.top-news .right {
  width: 64%;
}

@media screen and (max-width: 768px) {
  .top-news .right {
    width: 100%;
    margin-top: 25px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.top-news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .top-news__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-news__title .title-jp {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.top-news__btn {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .top-news__btn {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.top-news__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-news__item {
  border-top: 1px solid #000;
}

.top-news__item:last-child {
  border-bottom: 1px solid #000;
}

.top-news__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  padding: 25px 25px 25px 0;
}

@media screen and (max-width: 768px) {
  .top-news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0;
    padding: 20px 40px 20px 0;
  }
}
.top-news__item time {
  font-size: 10px;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .top-news__item time {
    font-size: 11px;
  }
}
.top-news__item p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
}

/* top animation (cards-animation)
******************************************************************************************/
.card{
  z-index:1;
}

.card1{
  position: absolute;
  
}

.card2{
  position: absolute;
}

.card3{
  position: absolute;
}

.card4{
  position: absolute;
}

div.sample{
}
div.sample p.point{
}

/* footer
******************************************************************************************/
.footer.common-bg {
  background: none;
  background-color: #F9F9F9;
}

.footer-contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .footer-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact__inner .title-jp {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.footer-contact__inner p {
  position: relative;
  top: -16px;
}

@media screen and (max-width: 768px) {
  .footer-contact__inner p {
    line-height: 1.8666666667;
    top: 0;
  }
}
.footer-contact {
  padding-bottom: 30px;
  background-color: transparent;
}

.footer-contact p {
  font-size: 15px;
  letter-spacing: 0.04em;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }
}
.footer-mail {
  position: relative;
}

.footer-mail a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.footer-tel {
  position: relative;
}

.footer-tel a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.footer-info__block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  min-height: 350px;
  padding: 40px 0 0 50px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.footer-info__block:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .footer-info__block {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 224px;
    padding: 35px 20px 15px;
    border-right: none;
  }
}
.footer-info__block:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .footer-info__block:last-child {
    padding: 40px 20px 15px;
    min-height: 184px;
  }
}
.footer-info__block h3 {
  font-size: 60px;
  font-family: "termina", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .footer-info__block h3 {
    font-size: 34px;
  }
}
.footer-info__block p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.footer-info__block p:nth-of-type(2) {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .footer-info__block p:nth-of-type(2) {
    font-size: 12px;
    margin-top: 8px;
  }
}
.footer-info__block span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .footer-info__block span {
    margin-top: 5px;
  }
}
.footer-info__block .tel {
  font-size: 29px;
  font-family: "termina", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}

.footer-info__block .tel a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer-info__block .tel {
    font-size: 25px;
  }
}
.footer-info__block .image {
  width: 36%;
  min-width: 150px;
  margin-top: auto;
  margin-left: auto;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer-info__block .image {
    position: absolute;
    width: 100px;
    min-width: 100px;
    top: 30px;
    right: 20px;
  }
}
.footer-main {
  position: relative;
  font-family: "termina", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #020B27;
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
}

.footer-main::before {
  position: absolute;
  display: block;
  content: "";
  width: 250px;
  height: 250px;
  top: 80px;
  left: 65%;
  background: url(../images/common/light.png) no-repeat;
  background-size: contain;
  -webkit-animation: 10s cubic-bezier(0.645, 0.045, 0.355, 1) infinite light;
  animation: 10s cubic-bezier(0.645, 0.045, 0.355, 1) infinite light;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .footer-main::before {
    display: none;
  }
}
@-webkit-keyframes light {
  0%, 10%, 100% {
    top: 80px;
    left: 65%;
  }
  30%, 40% {
    top: 80px;
    left: 25%;
  }
  60%, 70% {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes light {
  0%, 10%, 100% {
    top: 80px;
    left: 65%;
  }
  30%, 40% {
    top: 80px;
    left: 25%;
  }
  60%, 70% {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.footer__logo {
  position: relative;
  width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    width: 180px;
  }
}
.footer-nav {
  position: relative;
  margin-top: 40px;
}

.footer-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .footer-nav__list {
    gap: 0;
  }
}
.footer-nav__item {
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.footer-nav__item:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .footer-nav__item {
    width: 50%;
    padding: 11px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
  }
}
.footer-nav__item:nth-child(odd) {
  border-left: none;
}

@media screen and (max-width: 768px) {
  .footer-nav__item:nth-child(5),
  .footer-nav__item:nth-child(6) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.footer-link {
  display: block;
  font-size: 12px;
  margin-top: 27px;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.footer-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .footer-link {
    margin-top: 36px;
  }
}
.copyright {
  font-size: 12px;
  color: #838383;
  text-align: center;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .copyright {
    margin-top: 8px;
  }
}
/* company
******************************************************************************************/
.message__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

@media screen and (max-width: 768px) {
  .message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.message__text {
  width: calc(76% + 20px);
  max-width: 710px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .message__text {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.message__text .title-type-a {
  font-size: min(76px, 8.26vw);
}

@media screen and (max-width: 768px) {
  .message__text .title-type-a {
    font-size: 42px;
  }
}
.message__catch {
  font-size: 40px;
  line-height: 1.325;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .message__catch {
    font-size: 24px;
    line-height: 1.3333333333;
    margin-top: 20px;
  }
}
.message__description {
  font-size: 15px;
  line-height: 2.2666666667;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .message__description {
    line-height: 2;
    margin-top: 20px;
  }
}
.president {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 43px;
  padding-right: 72px;
}

@media screen and (max-width: 768px) {
  .president {
    font-size: 22px;
    gap: 15px;
    margin-top: 34px;
    padding-right: 0;
  }
}
.president span {
  font-size: 15px;
}

.message__image {
  max-width: 410px;
  width: 41%;
  margin-right: max(-200px, 50% - 50vw);
  margin-bottom: 52px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .message__image {
    position: relative;
    width: 100%;
    max-width: 410px;
    padding-top: 75%;
    height: 0;
    margin: 30px -20px 0 0;
  }
}
.message__image img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .message__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.overview {
  padding-top: 160px;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .overview {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.overview .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .overview .title {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    margin-left: 0;
    margin-right: auto;
  }
}
.overview__list {
  margin-top: 30px;
}

.overview__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #CCCCCC;
}

.overview__item:nth-of-type(4), .overview__item:nth-of-type(6) {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .overview__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0;
  }
}
.overview__item:last-child {
  border-bottom: 1px solid #CCCCCC;
}

.overview__item dt {
  width: 26%;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  background-color: #ECEDEE;
  padding: 30px 30px 30px 35px;
}

@media screen and (max-width: 768px) {
  .overview__item dt {
    width: 100%;
    font-size: 16px;
    line-height: 1.4666666667;
    padding: 0;
    background-color: #F9F9F9;
  }
}
.overview__item dd {
  width: 74%;
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 35px;
}

@media screen and (max-width: 768px) {
  .overview__item dd {
    width: 100%;
    line-height: 1.4666666667;
    padding: 0;
    margin-top: 5px;
  }
}
/* service
******************************************************************************************/
.service-top__large {
  font-size: 54px;
  line-height: 1.3333333333;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .service-top__large {
    font-size: 24px;
    line-height: 1.5;
  }
}
.service-top__small {
  font-size: 18px;
  line-height: 2.3333333333;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .service-top__small {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
  }
}
.service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  margin-top: 130px;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .service__list {
    gap: 80px;
    padding-bottom: 80px;
  }
}
.service__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.service__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .service__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.service__title {
  position: relative;
}

.service__title::after {
  position: absolute;
  display: block;
  top: -5px;
  right: 0;
  font-size: 156px;
  font-family: "termina", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
  .service__title::after {
    top: -11px;
    font-size: 108px;
  }
}
.service__title01::after {
  content: "01";
}

.service__title02::after {
  content: "02";
}

.service__title03::after {
  content: "03";
}

.service__title04::after {
  content: "04";
}

.service__text {
  width: 58%;
}

@media screen and (max-width: 768px) {
  .service__text {
    width: 100%;
  }
}
.service__text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.04em;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .service__text p {
    margin-top: 20px;
  }
}
.service__image {
  width: 34%;
  min-width: 250px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .service__image {
    width: 100%;
    max-width: 340px;
    margin: 55px auto 0;
  }
}
/* artist
******************************************************************************************/
.artist {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .artist {
    padding-bottom: 80px;
  }
}
.artist__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .artist__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.artist__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.artist__item:hover .artist__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .artist__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-left: 2px solid #000;
  }
}
.artist__item:nth-child(-n+4) {
  border-top: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .artist__item:nth-child(-n+4) {
    border-top: none;
  }
}
.artist__item:nth-child(4n-3) {
  border-left: 2px solid #000;
}

.artist__item:nth-child(4n-3) .artist__image {
  padding-top: 100.4%;
}

@media screen and (max-width: 768px) {
  .artist__item:nth-child(4n-3) .artist__image {
    padding-top: 74.8%;
  }
}
@media screen and (max-width: 768px) {
  .artist__item:nth-child(1) {
    border-top: 2px solid #000;
  }
}
.artist__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.artist__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media screen and (max-width: 768px) {
  .artist__image {
    padding-top: 74.8%;
  }
}
.artist__text {
  padding: 5px 20px 17px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.artist-name-jp {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.artist-name-en {
  font-size: 17px;
  font-family: "termina", sans-serif;
  line-height: 1.25;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .artist-name-en {
    font-size: 14px;
  }
}
.sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 29px;
}

@media screen and (max-width: 768px) {
  .sns__list {
    gap: 14px;
    margin-top: 30px;
  }
}
.sns__item {
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .sns__item {
    width: 30px;
  }
  .sns__item img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sns__item:nth-child(3) {
    width: 26px;
  }
}
.sns__item:hover {
  opacity: 0.6;
}

/* work
******************************************************************************************/
.work {
  padding-bottom: 140px;
}

.work__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .work__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.work__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33.3333333333%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.work__item:hover .work__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.work__item .work__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.work__item .work__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.work__item a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .work__item {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border-left: 2px solid #000;
  }
}
.work__item:nth-child(-n+3) {
  border-top: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .work__item:nth-child(-n+3) {
    border-top: none;
  }
}
.work__item:nth-child(3n-2) {
  border-left: 2px solid #000;
}

.work__item:nth-child(3n-2) .work__image {
  padding-top: 100.4%;
}

@media screen and (max-width: 768px) {
  .work__item:nth-child(3n-2) .work__image {
    padding-top: 100%;
  }
}
@media screen and (max-width: 768px) {
  .work__item:nth-child(1) {
    border-top: 2px solid #000;
  }
}
.work__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px 30px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .work__text {
    padding: 20px 15px 20px;
  }
}
.work-title {
  font-size: 22px;
  line-height: 1.4090909091;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: auto;
}

@media screen and (max-width: 768px) {
  .work-title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.work-category {
  font-size: 10px;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 10px;
}

.work-category::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: #CF1D1B;
}

time {
  display: block;
  font-size: 10px;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
}

.pagenation {
  margin-top: 35px;
}

.pagenation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.pagenation .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.pagenation .current {
  font-size: 16px;
  line-height: 1;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #000;
  color: #fff;
}

.pagenation a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: 1px solid #000;
  background-color: #F9F9F9;
}

.pagenation .next, .pagenation .prev {
  display: none;
}

/* news
******************************************************************************************/
.news {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 80px;
  }
}
.news__item {
  border-top: 1px solid #000;
}

.news__item:last-child {
  border-bottom: 1px solid #000;
}

.news__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  padding: 25px 20px;
}

@media screen and (max-width: 768px) {
  .news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1px;
    padding: 22px 0;
  }
}
.news__item time {
  font-size: 10px;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .news__item time {
    font-size: 11px;
  }
}
.news__item p {
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .news__item p {
    line-height: 1.6;
  }
}
/* single
******************************************************************************************/
.single-page-main {
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .single-page-main {
    padding-top: 75px;
  }
}
.single-page {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .single-page {
    padding-bottom: 117px;
  }
}
.single-page p {
  line-height: 2.1333333333;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .single-page p {
    margin-top: 20px;
  }
}
.single-page img {
  width: 100%;
}

.single-page__heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .single-page__heading {
    padding-bottom: 40px;
  }
}
.single-page__heading time {
  font-size: 12px;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .single-page__heading time {
    font-size: 10px;
    margin-bottom: 7px;
  }
}
.single-page__type01 {
  font-size: 34px;
  line-height: 1.5294117647;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .single-page__type01 {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}
.single-page .wp-post-image {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .single-page .wp-post-image {
    margin-top: 60px;
  }
}
.single-page__type02 {
  font-size: 28px;
  line-height: 1.5714285714;
  font-weight: 600;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .single-page__type02 {
    font-size: 18px;
    line-height: 1.6666666667;
    margin-top: 30px;
  }
}
.single-bottom {
  position: relative;
  height: 80px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .single-bottom {
    height: 120px;
    margin-top: 85px;
  }
}
.post-navi {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  min-height: 36px;
}

@media screen and (max-width: 768px) {
  .post-navi {
    top: auto;
    bottom: 0;
  }
}
.single-page__btn {
  position: absolute;
  width: 220px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single-btn__text {
  position: absolute;
  width: 67px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-btn__text span {
  display: block;
  font-size: 18px;
  line-height: calc(26/18);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: underline;
}

.single-btn__text span:last-child {
  text-align: right;
}

.post-navi-prev a {
  position: relative;
  padding-left: 20px;
}

.post-navi-prev a::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 15px;
  top: 29%;
  left: 0;
  margin-right: 10px;
  background: url(../images/single/prev.svg) no-repeat;
  background-size: contain;
}

.post-navi-next a {
  position: relative;
  padding-right: 20px;
}

.post-navi-next a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 15px;
  top: 29%;
  right: 0;
  margin-left: 10px;
  background: url(../images/single/next.svg) no-repeat;
  background-size: contain;
}

/* contact
******************************************************************************************/
.contact {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 80px;
  }
}
.contact__lead {
  font-size: 15px;
  line-height: 1.4666666667;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact__lead {
    line-height: 1.8666666667;
    text-align: left;
  }
}
.form__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .form__list {
    gap: 30px;
  }
}
.form__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.form__item::after {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #929292;
}

@media screen and (max-width: 768px) {
  .form__item::after {
    font-size: 12px;
  }
}
.form__item:nth-child(4) dt::after, .form__item:nth-child(5) dt::after, .form__item:nth-child(6) dt::after, .form__item:nth-child(9) dt::after {
  content: "※必須";
  font-size: 16px;
  color: red;
  margin-left: 10px;
}

.form__item dt {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .form__item dt {
    font-size: 18px;
    line-height: 1.5;
  }
}
.form__item dd {
  width: 100%;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .form__item dd {
    margin-top: 5px;
  }
}
.checkbox__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  .checkbox__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
    margin-top: 5px;
  }
}
input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  font-size: 15px;
  padding-left: 20px;
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding-left: 10px;
  }
}
input[type=text],
input[type=tel],
input[type=email] {
  height: 70px;
}

@media screen and (max-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    height: 60px;
  }
}
textarea {
  height: 200px;
}

@media screen and (max-width: 768px) {
  textarea {
    height: 180px;
  }
}
input[type=checkbox] {
  width: 7%;
  display: none;
}

input[type=checkbox] + label {
  position: relative;
  padding-left: 35px;
}

input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 5px;
  border: 1px solid #707070;
  background-color: #fff;
}

input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 8px;
  border-left: 3px solid #221815;
  border-bottom: 3px solid #221815;
  top: 46%;
  left: 4px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.agree {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 1.3333333333;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .agree {
    font-size: 16px;
    line-height: 1.5;
    margin: 28px auto 0;
  }
}
.agree a {
  color: #2F69C6;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .agree span.pl40 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .agree input[type=checkbox] + label::before {
    top: 31%;
  }
}
@media screen and (max-width: 768px) {
  .agree input[type=checkbox]:checked + label::after {
    top: 26%;
    left: 3px;
  }
}
.submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-family: "termina", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  width: 250px;
  height: 78px;
  background: url(../images/contact/submit.svg) no-repeat;
  background-size: contain;
  color: #fff;
  margin: 50px auto 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.submit:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .submit {
    margin: 30px auto 0;
  }
}
input[type=submit] {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.form__item_company::after {
  content: "法人の方はご記入ください。";
}

.form__item_name::after {
  content: "全角をご使用ください。";
}

.form__item_email::after {
  content: "半角英数字をご使用ください。";
}

input[type=text],
input[type=tel],
textarea {
  width: 100%;
}

input[type=checkbox] {
  width: 7%;
  display: none;
}

.wpcf7-form-control-wrap {
  position: static;
  width: 100%;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
    margin-top: 5px;
  }
}
.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 35px;
}

.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px;
  border: 1px solid #707070;
  background-color: #fff;
}

.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 8px;
  border-left: 3px solid #707070;
  border-bottom: 3px solid #707070;
  top: 46%;
  left: 4px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -20px;
}

.wpcf7-spinner {
  display: none;
}

/* contact-thanks
******************************************************************************************/
.contact-thanks {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .contact-thanks {
    padding-bottom: 55px;
  }
}
.contact-thanks__lead {
  font-size: 24px;
  line-height: 1.625;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 431px) {
  .contact-thanks__lead {
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
.contact-thanks__btn {
  display: block;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .contact-thanks__btn {
    width: 220px;
    margin: 25px auto;
  }
}
/* privacy
******************************************************************************************/
.privacy {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .privacy {
    padding-bottom: 80px;
  }
}
.privacy h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 30px 0 3px;
}

@media screen and (max-width: 768px) {
  .privacy h2 {
    font-size: 20px;
    margin: 70px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .privacy h2:nth-of-type(1) {
    margin-top: 40px;
  }
}
.privacy ul {
  margin-top: 4px;
}

.privacy li {
  position: relative;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  padding-left: 1.5em;
}

.privacy .num {
  position: absolute;
  display: inline-block;
  width: 1.5em;
  top: 2px;
  left: 0;
  font-size: 14px;
  font-family: "termina", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

.list-child01 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-child02 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.effectIndex_01, .effectIndex_02 {
  display: inline-block;
  position: relative;
}

.effectText1.is-active {
  -webkit-animation-name: cover_text;
  animation-name: cover_text;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0.0356368s;
  animation-delay: 0.0356368s;
}

@-webkit-keyframes cover_text {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cover_text {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.effectIndex_01 .effectCover {
  width: 97%;
  height: 83%;
  top: 5%;
  left: 1%;
}

.effectIndex_02 .effectCover {
  width: 97%;
  height: 87%;
  top: 5%;
  left: 1%;
}

.effectIndex_01 .effectCover, .effectIndex_02 .effectCover {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.effectCover1.is-active {
  -webkit-animation-name: cover_vertical;
  animation-name: cover_vertical;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0.0356368s;
  animation-delay: 0.0356368s;
}

.effectCover2.is-active {
  -webkit-animation-name: cover_vertical;
  animation-name: cover_vertical;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0.100437s;
  animation-delay: 0.100437s;
}

@-webkit-keyframes cover_vertical {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
  }
  21% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.5;
  }
  31% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.8;
  }
  40% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.8;
  }
  41% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.3;
  }
  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.6;
  }
  60% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.6;
  }
  61% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.9;
  }
  71% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.4;
  }
  81% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.8;
  }
  90% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.8;
  }
  91% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.1;
  }
  99% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0;
  }
}

@keyframes cover_vertical {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
  }
  21% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.5;
  }
  31% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.8;
  }
  40% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.8;
  }
  41% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.3;
  }
  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.6;
  }
  60% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.6;
  }
  61% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.9;
  }
  71% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.4;
  }
  81% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.8;
  }
  90% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.8;
  }
  91% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.1;
  }
  99% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0;
  }
}