@keyframes kiran {
  0% {
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  90% {
    transform: scale(0) rotate(-45deg);
    opacity: 0.5;
  }
  91% {
    transform: scale(4) rotate(-45deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(50) rotate(-45deg);
    opacity: 0;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slideLeft2 {
  0% {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-200%);
  }
}
@keyframes slideRight {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes slideRight2 {
  0% {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes clatter {
  0%, 50% {
    transform: rotate(0deg);
  }
  62.5%, 87.5% {
    transform: rotate(1deg) translateY(-3px);
  }
  75%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes clatter2 {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  42% {
    transform: translate(0, 0) rotate(-5deg);
  }
  44% {
    transform: translate(0, 0) rotate(-8deg);
  }
  46% {
    transform: translate(0, -1px) rotate(-5deg);
  }
  48% {
    transform: translate(0, -1px) rotate(-2deg);
  }
  50% {
    transform: translate(1px, 0) rotate(-7deg);
  }
  52% {
    transform: translate(0, 1px) rotate(-5deg);
  }
  54% {
    transform: translate(0, 0) rotate(-2deg);
  }
  56% {
    transform: translate(0, 0) rotate(-5deg);
  }
  100% {
    transform: translate(0, 0) rotate(-5deg);
  }
}
@keyframes speed_move {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-20px);
  }
  70% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes reflect {
  0%, 35% {
    transform: rotateY(0deg) translateX(0);
  }
  50%, 85% {
    transform: rotateY(180deg) translateX(7.2916666667vw);
  }
  100% {
    transform: rotateY(360deg) translateX(0);
  }
}
@keyframes pyokon {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  52% {
    transform: translate(0%, -100%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes yurayura {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(10%, 0%) rotate(15deg);
  }
  100% {
    transform: translate(0, 0) rotate(5deg);
  }
}
@keyframes arrowdown {
  0% {
    bottom: 0.5208333333vw;
  }
  90% {
    bottom: 0vw;
  }
  100% {
    bottom: 0.5208333333vw;
  }
}
@keyframes fastSpin {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(1440deg) scale(3);
  }
}
@keyframes fastSpinSp {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }
  30% {
    opacity: 1;
    transform: rotate(432deg) scale(0.05);
  }
  60% {
    opacity: 1;
    transform: rotate(864deg) scale(0.2);
  }
  80% {
    opacity: 1;
    transform: rotate(1152deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(1440deg) scale(0.95);
  }
}
.cmn-body.is_loading {
  overflow: hidden;
}

.cmn-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  opacity: 0;
  transition: 0.3s;
}
.cmn-header.is_show {
  opacity: 1;
}
@media (max-width: 767px) {
  .cmn-header.is_open .cmn-header_overlay {
    display: block;
  }
  .cmn-header.is_open .cmn-header_nav {
    right: 0;
  }
  .cmn-header.is_open .cmn-header_hmb {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .cmn-header.is_open .cmn-header_hmb--line:first-of-type {
    transform: rotate(45deg);
  }
  .cmn-header.is_open .cmn-header_hmb--line:last-of-type {
    transform: rotate(-45deg);
    width: 10.6666666667vw;
    margin-top: -0.5333333333vw;
  }
}

.cmn-header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.0416666667vw;
  margin-right: 4.1666666667vw;
}
@media (max-width: 767px) {
  .cmn-header_nav {
    display: block;
    background-color: #fff;
    margin-top: 0;
    margin-right: 0;
    width: 80vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -100vw;
    padding: 16vw 6.4vw;
    box-sizing: border-box;
    transition: 0.3s;
  }
}
.cmn-header_nav--sp_logo {
  display: block;
  width: 42.6666666667vw;
  margin-left: auto;
  margin-right: auto;
}

.cmn-header_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 2.0833333333vw;
}
@media (max-width: 767px) {
  .cmn-header_list {
    display: block;
    margin-right: 0;
    margin-top: 16vw;
  }
}
.cmn-header_list--item {
  margin-right: 2.0833333333vw;
}
@media (max-width: 767px) {
  .cmn-header_list--item {
    margin-right: 0;
    margin-top: 5.3333333333vw;
  }
}
.cmn-header_list--item:nth-of-type(4) {
  margin-right: 0;
}
.cmn-header_list--item:last-of-type {
  display: none;
}
@media (max-width: 767px) {
  .cmn-header_list--item:last-of-type {
    display: block;
  }
}
.cmn-header_list--link {
  color: #231816;
  font-size: 1.0416666667vw;
  font-weight: bold;
  line-height: 1.45;
  display: inline-block;
}
@media (max-width: 767px) {
  .cmn-header_list--link {
    font-size: 4vw;
    display: block;
    text-align: center;
  }
}
.cmn-header_list--link:hover {
  transform: translateY(-0.5208333333vw);
}
@media (max-width: 767px) {
  .cmn-header_list--link:hover {
    transform: none;
  }
}

.cmn-header_contact {
  width: 7.8645833333vw;
  height: 7.8645833333vw;
  background-color: #000;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .cmn-header_contact {
    width: 100%;
    height: 14.9333333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
  }
}
.cmn-header_contact:hover .cmn-header_contact--wrap {
  transform: rotate(360deg);
}
@media (max-width: 767px) {
  .cmn-header_contact:hover .cmn-header_contact--wrap {
    transform: none;
  }
}
.cmn-header_contact--wrap {
  background-image: url(../img/cmn-header-contact.svg);
  background-position: 50% 50%;
  background-size: 5.2083333333vw auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .cmn-header_contact--wrap {
    display: none;
  }
}
.cmn-header_contact--strong {
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 900;
  font-feature-settings: "palt";
  text-align: center;
  display: block;
  line-height: 1.5;
  padding-top: 1.5625vw;
}
@media (max-width: 767px) {
  .cmn-header_contact--strong {
    font-size: 3.7333333333vw;
    font-feature-settings: normal;
    padding-top: 0;
  }
}
.cmn-header_contact--click {
  font-weight: bold;
  color: #231816;
  font-size: 0.7291666667vw;
  line-height: 0.9895833333vw;
  text-align: center;
  width: 5vw;
  display: block;
  margin-top: 0.5729166667vw;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/cmn-header_contact-click.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cmn-header_contact--click {
    display: none;
  }
}

@media (max-width: 767px) {
  .cmn-header_hmb {
    padding: 5.3333333333vw 2.6666666667vw;
    width: 10.6666666667vw;
    margin-left: auto;
    z-index: 100;
    position: relative;
  }
  .cmn-header_hmb--line {
    display: block;
    height: 0.5333333333vw;
    background-color: #231816;
    transition: 0.3s;
  }
  .cmn-header_hmb--line:last-of-type {
    margin-top: 2.1333333333vw;
    width: 7.4666666667vw;
    margin-left: auto;
  }
}

.cmn-header_overlay {
  display: none;
}
@media (max-width: 767px) {
  .cmn-header_overlay {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.cmn-main {
  display: block;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

.cmn-footer {
  background-color: #001421;
  padding-top: 2.34375vw;
  padding-bottom: 0.8333333333vw;
}
@media (max-width: 767px) {
  .cmn-footer {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.cmn-footer--link {
  display: block;
  width: 12.8125vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cmn-footer--link {
    width: 42.6666666667vw;
  }
}
.cmn-footer--link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .cmn-footer--link:hover {
    opacity: 1;
  }
}
.cmn-footer--img {
  display: block;
  width: 100%;
}
.cmn-footer--copy {
  color: #fff;
  font-size: max(0.5208333333vw, 10px);
  text-align: center;
  margin-top: 4.1666666667vw;
  display: block;
}
@media (max-width: 767px) {
  .cmn-footer--copy {
    font-size: max(2.6666666667vw, 10px);
    margin-top: 10.6666666667vw;
  }
}

.cmn-footer_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5625vw;
}
@media (max-width: 767px) {
  .cmn-footer_list {
    margin-top: 8vw;
    width: 74.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.cmn-footer_list--item {
  margin-right: 2.34375vw;
}
@media (max-width: 767px) {
  .cmn-footer_list--item {
    margin-right: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.cmn-footer_list--item:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .cmn-footer_list--item:nth-of-type(3) {
    margin-right: 0;
  }
  .cmn-footer_list--item:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
.cmn-footer_list--link {
  color: #fff !important;
  font-size: 1.1458333333vw;
  font-weight: bold;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .cmn-footer_list--link {
    font-size: 3.7333333333vw;
  }
}
.cmn-footer_list--link:hover {
  color: #1f62c5 !important;
}
@media (max-width: 767px) {
  .cmn-footer_list--link:hover {
    color: #fff !important;
  }
}

.cmn-footer_otasuke {
  display: block;
  width: 14.3229166667vw;
  margin: 4.1666666667vw auto 0;
}
@media (max-width: 767px) {
  .cmn-footer_otasuke {
    width: 53.3333333333vw;
    margin: 10.6666666667vw auto 0;
  }
}
.cmn-footer_otasuke:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .cmn-footer_otasuke:hover {
    opacity: 1;
  }
}
.cmn-footer_otasuke--img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=common.css.map */
