@keyframes bounce {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-1%);
  }
  60% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bounce-candy {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-1%);
    opacity: 0.5;
  }
  70% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pumpkin-kebake-bounce {
  0% {
    transform: rotate(80deg) scale(0);
    opacity: 0;
  }
  50% {
    transform: rotate(0deg) scale(1);
    opacity: 0.5;
  }
  70% {
    transform: rotate(15deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes entry-word-bounce {
  0% {
    transform: translateY(0);
  }
  4% {
    transform: translateY(-10%);
  }
  8% {
    transform: translateY(0);
  }
}

@keyframes entry-product-bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes entry-step-rotate {
  0% {
    transform: rotate(0deg);
  }
  2% {
    transform: rotate(5deg);
  }
  4% {
    transform: rotate(0deg);
  }
  6% {
    transform: rotate(-5deg);
  }
  8% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(5deg);
  }
  12% {
    transform: rotate(0deg);
  }
  14% {
    transform: rotate(-5deg);
  }
  16% {
    transform: rotate(0deg);
  }
}

@keyframes entry-kebake-scale {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1);
  }
}

@keyframes spider-down {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(5%);
  }
  60% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes spider-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

/*****************************************************************************************************************
 * CONTACT
 *****************************************************************************************************************/
.contact_mv-category {
  background-image: url("/assets/img/contact/page_category_contact.png");
  background-size: 153px 21px;
}

@media screen and (max-width: 768px) {
  .contact_mv-category {
    background-image: url("/assets/img/contact/page_category_contact.png");
    background-size: 27.73333vw 3.6vw;
  }
}

.contact-container {
  font-size: 16px;
  line-height: 1.625;
  font-family: 'Noto-Sans-Regular';
}

.contact-container .contact-ttl {
  font-size: 21px;
  font-weight: bold;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .contact-container {
    font-size: 4.53333vw;
  }
  .contact-container .contact-ttl {
    font-size: 5.06667vw;
    margin-top: 10.66667vw;
  }
}

.contact-box {
  background: #fff;
  padding: 30px 20px;
  width: 951px;
}

@media screen and (max-width: 812px) {
  .contact-box {
    width: 100%;
  }
}

.contact-box .contaxt-box-ttl {
  font-weight: bold;
  color: #2993d1;
}

.contact-box .contact-box-num {
  width: 100%;
  border-top: solid 2px #2993d1;
  border-bottom: solid 2px #2993d1;
  margin: 13px 0;
}

.contact-box .contact-box-num li {
  width: 100%;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}

.contact-box .contact-box-num li:first-child {
  border-bottom: dashed 2px #2993d1;
}

.contact-box .contact-box-num li dt, .contact-box .contact-box-num li dd {
  vertical-align: middle;
  letter-spacing: 0.08em;
}

.contact-box .contact-box-num li dt {
  width: 185px;
  font-weight: bold;
  line-height: 1;
}

.contact-box .contact-box-num li dd {
  width: 720px;
  font-size: 42px;
  line-height: 1;
  color: #2993d1;
  font-family: "Yu Mincho", "YuMincho", serif;
}

.contact-box .contact-box-num li dd.contact_free {
  padding-left: 65px;
  position: relative;
}

.contact-box .contact-box-num li dd.contact_free::before {
  width: 59.5px;
  height: 34.5px;
  content: ' ';
  background: url("/assets/img/contact/contact-ffree-icon.png") no-repeat center center;
  background-size: 59.5px 34.5px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 768px) {
  .contact-box {
    padding: 7.33333vw 4vw;
    margin-top: 4vw;
  }
  .contact-box .contact-box-num {
    width: 100%;
    border-top: solid 2px #2993d1;
    border-bottom: solid 2px #2993d1;
    margin: 4vw 0;
  }
  .contact-box .contact-box-num li {
    padding: 5.33333vw 0;
    display: block;
  }
  .contact-box .contact-box-num li dt {
    width: 100%;
    font-weight: bold;
    line-height: 1.52941;
  }
  .contact-box .contact-box-num li dd {
    width: 100%;
    font-size: 9.86667vw;
    line-height: 1.52941;
  }
  .contact-box .contact-box-num li dd span {
    display: block;
    margin-left: 0;
    text-indent: 0;
  }
  .contact-box .contact-box-num li dd.contact_free {
    padding-left: 14.4vw;
  }
  .contact-box .contact-box-num li dd.contact_free::before {
    width: 12.8vw;
    height: 7.46667vw;
    background: url("/assets/img/contact/contact-ffree-icon.png") no-repeat center center;
    background-size: 12.8vw 7.46667vw;
  }
}

.contaxt-cap {
  font-size: 12px;
  color: #666;
  letter-spacing: 0;
  font-family: 'Noto-Sans-Regular';
  margin-left: 1.2em;
  text-indent: -1.2em;
}

@media screen and (max-width: 768px) {
  .contaxt-cap {
    font-size: 3.2vw;
  }
}

.contact-attention-list li {
  margin-top: 18px;
  margin-left: 1em;
  text-indent: -1em;
}

.contact-attention-list li:first-child {
  margin-top: 0;
}

.contact-attention-list li a {
  color: #2993d1;
}

.contact-container-sb-ttl {
  font-size: 21px;
  font-weight: bold;
  color: #2993d1;
  margin: 48px 0 10px;
}

@media screen and (max-width: 768px) {
  .contact-attention-list li {
    margin-top: 5.33333vw;
  }
  .contact-container-sb-ttl {
    font-size: 4.8vw;
    margin: 12px 0 10px;
  }
}

.lower_contact-btn-b {
  padding-bottom: 0;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .lower_contact-btn-b {
    padding-bottom: 0;
    margin-top: 6.66667vw;
  }
}

/*****************************************************************************************************************
 * Added int,llc
 *****************************************************************************************************************/
.lower_l-container.wide {
  width: 92.533vw;
}

p.contact-container-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 812px) {
  p.contact-container-title {
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
  }
}

div.contact-container > p.title {
  font-size: 32px;
  color: #2993d1;
  font-family: "Yu Mincho", "YuMincho", serif;
}

@media screen and (max-width: 812px) {
  div.contact-container > p.title {
    font-size: 7.2vw;
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
  }
}

div.inquiry-type-box {
  margin-bottom: 48px;
}

div.inquiry-type-box > p.title {
  font-size: 32px;
  color: #2993d1;
  font-family: "Yu Mincho", "YuMincho", serif;
}

@media screen and (max-width: 812px) {
  div.inquiry-type-box > p.title {
    font-size: 7.2vw;
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
  }
}

div.inquiry-type-box div.inquiry-type-box-inner {
  width: 951px;
  height: 115px;
  background-color: #fff;
  padding: 25px;
}

@media screen and (max-width: 812px) {
  div.inquiry-type-box div.inquiry-type-box-inner {
    width: 92vw;
    height: auto;
    padding: 5.06667vw 8vw;
  }
}

div.inquiry-type-box div.inquiry-type-box-inner ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 812px) {
  div.inquiry-type-box div.inquiry-type-box-inner ul {
    flex-direction: column;
    justify-content: center;
  }
}

div.inquiry-type-box div.inquiry-type-box-inner ul li {
  width: 290px;
  height: 65px;
  background-color: #2993d1;
  display: block;
}

@media screen and (max-width: 812px) {
  div.inquiry-type-box div.inquiry-type-box-inner ul li {
    width: 76vw;
    height: 17.33333vw;
    box-sizing: border-box;
  }
  div.inquiry-type-box div.inquiry-type-box-inner ul li:nth-child(n+2) {
    margin-top: 4vw;
  }
}

div.inquiry-type-box div.inquiry-type-box-inner ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.inquiry-type-box div.inquiry-type-box-inner ul li a::after {
  content: "";
  background-image: url("/assets/img/common/btn-arrow-w-short.png");
  background-size: 20.5px 8px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 20.5px;
  height: 8px;
  display: block;
  position: relative;
  position: absolute;
  right: 12px;
  bottom: 50%;
  transform: translateY(50%);
  transition: transform .3s;
}

@media screen and (max-width: 812px) {
  div.inquiry-type-box div.inquiry-type-box-inner ul li a::after {
    background-image: url("/assets/img/common/btn-arrow-w.png");
    background-size: 9.46667vw 2.13333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 9.46667vw;
    height: 2.13333vw;
    display: block;
    position: relative;
    position: absolute;
    right: 12px;
  }
}

@media screen and (min-width: 813px) {
  div.inquiry-type-box div.inquiry-type-box-inner ul li a:hover::after {
    transform: translateY(50%) translateX(4px);
  }
}

@media screen and (max-width: 812px) {
  div.inquiry-type-box div.inquiry-type-box-inner ul li a {
    font-size: 4.53333vw;
    line-height: 6.66667vw;
  }
}

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