@media screen and (max-width: 992px) {
  .m_show {
    display: block;
  }
  .pc_show {
    display: none;
  }
  .warning {
    height: 13.33333vw;
    font-size: 3.2vw;
  }
  .pc_header {
    height: 18.26667vw;
    justify-content: center;
  }
  .pc_header .logo {
    width: 30.66667vw;
    margin-left: 0;
  }
  .footer {
    padding: 5.33333vw 6.66667vw 0 6.66667vw;
  }
  .footer .text_box {
    font-size: 3.46667vw;
    padding-bottom: 6.66667vw;
  }
  .footer_nav {
    flex-direction: column;
    padding: 0 0 4vw 0;
  }
  .footer_logo {
    align-items: baseline;
    margin: 5.33333vw 0 5.33333vw 0;
  }
  .footer_logo img {
    width: 46.13333vw;
  }
  .footer_logo h4 {
    font-size: 4vw;
    margin-top: 2vw;
  }
  .nav_list {
    justify-content: space-between;
  }
  .nav_list h5 {
    font-size: 3.73333vw;
    margin-bottom: 2.66667vw;
  }
  .nav_list .item:nth-of-type(2) {
    margin: 0;
  }
  .nav_list .item p {
    margin-bottom: 2vw;
  }
  .nav_list .item p img {
    width: 5.33333vw;
  }
  .nav_list .item a {
    margin-bottom: 0;
    font-size: 3.46667vw;
  }
  .nav_list .menu li {
    margin-bottom: 1.33333vw;
  }
  .nax_social {
    display: flex;
    flex-direction: column;
  }
  .nax_social .title {
    order: 3;
    margin-top: 1.73333vw;
  }
  .nax_social .title.social {
    order: 1;
  }
  .nax_social .title h5 {
    font-size: 3.73333vw;
    margin-bottom: 2.66667vw;
  }
  .nax_social .form {
    order: 4;
    margin-top: 0;
  }
  .nax_social .form input[type="email"] {
    height: 11.46667vw;
    padding-left: 4vw;
    font-size: 3.73333vw;
    border-radius: 8vw;
  }
  .nax_social .submit_box {
    border-radius: 8vw;
  }
  .nax_social .submit_box input[type="submit"] {
    font-size: 3.73333vw;
    padding: 2.66667vw 5.33333vw;
  }
  .nax_social .wpcf7-response-output {
    font-size: 11px;
    text-align: center;
    border-width: 1px;
  }
  .social_list {
    order: 2;
    margin-top: 1.06667vw;
    margin-bottom: 4vw;
  }
  .social_list li {
    margin-right: 1.33333vw;
  }
  .social_list li img {
    width: 8vw;
  }
  .age_box .age_con img {
    width: 48vw;
  }
  .age_box .age_con .text {
    margin-top: 5.33333vw;
  }
  .age_box .age_con .title {
    font-size: 4.8vw;
  }
  .age_box .age_con .notes {
    padding: 0 10%;
    font-size: 3.73333vw;
    margin-top: 1.33333vw;
  }
  .age_box .btn_box {
    margin-top: 2.66667vw;
  }
  .age_box .btn_box button {
    width: 26.66667vw;
    margin: 0 2.66667vw;
    border-radius: 8vw;
    font-size: 3.73333vw;
    padding: 1.33333vw 0;
  }
  .navbar {
    width: 40px;
    height: 40px;
    right: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .navbar span {
    display: block;
    padding-bottom: 2px;
    padding-top: 4px;
    transition: all 0.5s ease;
  }
  .navbar span::before {
    content: "";
    background-color: #000;
    display: block;
    height: 2px;
    transition: all 0.5s ease 0.2s;
    width: 28px;
  }
  .navbar.open span:nth-of-type(1) {
    transform: translateY(10px);
  }
  .navbar.open span:nth-of-type(1)::before {
    transform: rotate(45deg);
  }
  .navbar.open span:nth-of-type(2) {
    opacity: 0;
  }
  .navbar.open span:nth-of-type(3) {
    transform: translateY(-6px);
  }
  .navbar.open span:nth-of-type(3)::before {
    transform: rotate(-45deg);
  }
  .m_menu {
    width: 100%;
    height: 0;
    top: 18.26667vw;
    position: fixed;
    background-color: #ededed;
    transition: all 300ms ease;
    overflow: hidden;
  }
  .m_menu.open {
    height: 100vh;
  }
  #menu-m_menu {
    background-color: #ededed;
  }
  #menu-m_menu > li > a {
    color: #000;
    font-size: 3.73333vw;
    display: inline-block;
    width: 100%;
    padding: 3.33333vw 6.66667vw;
    position: relative;
  }
  #menu-m_menu > li > a::after {
    content: "";
    width: 87%;
    height: 0.24vw;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 300ms;
  }
  #menu-m_menu > li.active > a {
    font-family: "Manrope-Bold";
    font-weight: normal;
  }
  #menu-m_menu > li.active > a::before {
    transform: rotate(0deg) translate(0, -50%);
  }
  #menu-m_menu > li.active > a::after {
    opacity: 0;
  }
  #menu-m_menu > li.menu-item-has-children > a::before {
    content: "";
    display: inline-block;
    width: 5.33333vw;
    height: 2.66667vw;
    background: url(/assets/images/nav_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: rotate(90deg) translate(-30%, 0);
    transition: all 300ms;
  }
  #menu-m_menu .sub-menu {
    display: none;
    background-color: #f4f4f4;
  }
  #menu-m_menu .sub-menu a {
    color: #000;
    width: 100%;
    display: inline-block;
    font-size: 3.46667vw;
    padding: 2vw 6.66667vw;
  }
  .change .navbar span::before {
    background-color: #ffffff;
  }
  .chaport-container .chaport-launcher .chaport-launcher-button {
    right: 0 !important;
    bottom: 5px !important;
    transform: scale(0.8);
  }
  .to_top {
    display: none;
  }
  .launch_box {
    width: 17.33333vw;
    bottom: 12%;
  }
  .wpcf7-response-output:empty {
    display: none;
  }
  .screen-reader-response {
    display: none;
  }
  .search_m {
    position: relative;
    padding: 0 6.66667vw;
  }
  .search_m::after {
    content: "";
    width: 87%;
    height: 0.24vw;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 300ms;
  }
  #ajaxsearchliteres1 {
    display: none !important;
  }
  #ajaxsearchlite1 .promagnifier {
    box-shadow: none;
  }
  #ajaxsearchlite1 .proclose {
    display: none !important;
  }
  #ajaxsearchlite1 .probox {
    border: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0.8vw;
    margin: 1.33333vw 0;
    padding: 0;
    height: 10.13333vw;
    align-items: center;
    background: #ddd;
  }
  #ajaxsearchlite1 .probox .proinput {
    margin: 0;
    padding: 0;
  }
  #ajaxsearchlite1 .probox .proinput form {
    height: 100%;
  }
  #ajaxsearchlite1 .probox .proinput input {
    height: 100%;
    text-indent: 2.66667vw;
    font-size: 3.73333vw !important;
  }
  .top_guide {
    width: 70%;
    top: 70% !important;
  }
  .top_guide .text .logo {
    font-size: 8vw !important;
  }
  .top_guide .text .slogan {
    font-size: 4vw;
    margin-top: 1.33333vw;
  }
  .top_guide .link .lk {
    font-size: 3.7vw !important;
    width: 35vw !important;
    height: 8vw !important;
    line-height: 8vw;
    border-radius: 4vw !important;
    padding: 0 4vw !important;
    margin: 0 4vw !important;
  }
  .top_guide .icon_box {
    width: 10vw;
  }
  .swiper-container {
    height: 100vw !important;
  }
  .swiper-pagination {
    bottom: 5vw !important;
  }
  .schedule {
    margin: 0 0.5vw !important;
    width: 8vw !important;
    height: 0.5vw !important;
  }
  .products {
    width: 100% !important;
  }
  .products .pd_list {
    justify-content: center !important;
  }
  .products .pd_box {
    width: 80% !important;
  }
  .footer .footer_logo h4 {
    font-size: 3vw;
  }
  .footer .item {
    padding: 2vw;
  }
  .footer .item h5 {
    font-size: 5vw;
  }
  .footer .item p {
    font-size: 4vw;
  }
  .footer .item h6 {
    font-size: 3vw !important;
  }
  .footer .item .iconfont {
    font-size: 3vw !important;
  }
  }

