@media screen and (min-width: 1025px) {

  .nav_toggle {
    display: none;
  }
 
  .sp-gnav {
    display: none;
  }
  
  .gnav {
    display: block;
  }
  .gnav ul {
    flex-direction: inherit;
  }
  .gnav ul li {
    border-bottom: none;
    font-size: 15px;
    letter-spacing: 0;
    margin-right: 6rem;
    padding: 0;
    color: inherit;
  }
  .gnav ul li a {
    padding: 0;
  }
  .gnav ul li.current a {
    color: #A093DF;
  }
  .gnav ul li:first-child {
    border-top: none;
  }
  .gnav ul li.last-li {
    margin-top: 0;
  }
  .gnav ul li.last-li a {
    padding: 14px 32px;
  }
 
  .bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    opacity: 0;
  }

  @keyframes bgextendAnimeBase {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  /*中の要素*/
  .bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  @keyframes bgextendAnimeSecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  /*--------- 左から --------*/
  .bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3rem 0;
    background-color: rgba(255, 255, 255, 0.8); /*伸びる背景色の設定*/
  }
  @keyframes bgLRextendAnime {
    0% {
      transform-origin: left;
      transform: scaleX(0);
    }
    50% {
      transform-origin: left;
      transform: scaleX(1);
    }
    50.001% {
      transform-origin: right;
    }
    100% {
      transform-origin: right;
      transform: scaleX(0);
    }
  }

  section:last-child {
    padding-bottom: 12rem;
  }
  section.sec_pick {
    padding: 2em 0 6em;
  }
  section.sec_concept {
    padding: 6rem 0;
  }
  section.sec_news {
    padding: 6rem 0 15rem;
  }
  .sec_head {
    display: flex;
    align-items: center;
  }
  .sec_head .normal_tit {
    width: 28%;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
 
  .page_container {
    padding-top: 104px;
  }
  .sec_inner {
    padding: 0 2rem;
  }
  .sml_tit {
    margin-bottom: 9rem;
  }
  .sec_inner .normal_tit {
    padding: 80px 0 80px;
  }

  section.sec_concept {
    padding: 12rem 0;
  }
  section.sec_concept .concept_inner .concept_text h3 {
    line-height: 1.6;
  }
  section.sec_concept .concept_inner {
    display: flex;
    justify-content: space-between;
  }
  section.sec_concept .concept_inner .concept_text {
    width: 44%;
  }
  section.sec_concept .concept_inner .concept_text .text {
    line-height: 2.1;
    margin-top: 4rem;
  }
  section.sec_concept .concept_inner .concept_image {
    width: 50%;
    padding: 0;
    margin-top: 6rem;
    display: block;
  }
  section.sec_concept .concept_inner .concept_image img {
    height: 380px;
  }
  section.sec_pick {
    padding: 2em 0 1em;
  }

  section.sec_pick .column_wrap .column_box {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
  }
  section.sec_pick .column_wrap .column_box:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  section.sec_pick .column_wrap .column_box .image {
    width: 55%;
  }
  section.sec_pick .column_wrap .column_box .image img {
    max-width: 100%;
    height: 310px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  section.sec_pick .column_wrap .column_box .text {
    padding: 50px 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 48%;
  }
  section.sec_service {
    padding: 10rem 0 0;
  }
  section.sec_maker {
    padding: 6rem 0 12rem;
  }
  section.sec_service .sec_inner .service_flex ul {
    display: flex;
    justify-content: space-between;
  }
  section.sec_service .sec_inner .service_flex ul li {
    width: calc(100% / 4.2);
    margin-bottom: 10px;
  }

  section.sec_maker .maker_list ul li {
    width: 23%;
  }
  section.sec_works .sec_inner {
    width: 90%;
    padding-left: calc(100% - 90%);
    padding-top: 3rem;
    padding-bottom: 11rem;
    margin-right: 0;
    margin-left: auto;
  }

  footer .f_c_area .f_c_inner {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
  }
  footer .f_c_area .f_c_inner .f_c_txt {
    width: 60%;
    padding: 43px 0 80px;
  }
  section.sec_news .news_inner .news_text ul li a {
    padding: 2rem 10px;
  }
  footer .footer_container .footer_wrap {
    padding: 120px 2rem 10rem;
  }

  footer .footer_container .footer_wrap .f_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer_container .footer_wrap .f_info .f-gnav {
    display: block;
    width: 47%;
  }
  footer .footer_container .footer_wrap .f_info_2 {
    margin-top: 8rem;
  }
  footer .footer_container .footer_wrap .f_info_2 {
    padding: 5.5rem 0 0;
  }
  footer .footer_container .footer_wrap .f_info .f_info_inner .f_add {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 0;
  }
  /* 下層ページ */
  .page_container .inner {
    padding: 7rem 3rem 9rem;
    line-height: 2;
  }
  .header_img {
    padding: 8rem 3rem 6rem;
  }
  .page_container .inner p {
    line-height: 2.2;
  }
  .wp-block-column.service_column.has-background.is-layout-flow {
    padding: 5rem;
}
  .progressbar {
    margin: 60px 0;
  }
}
@media screen and (min-width: 600px) {
  .header_inner {
    width: calc(100% - 60px);
  }
  .header_logo {
    width: 220px;
  }
  .main .top_textanime .top_visual
  .TextRandomAnime {
    font-size: 8em;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1rem;
  }
  .main .top_textanime .top_visual .sub_anime {
    font-size: 4em;
    font-weight: 400;
    letter-spacing: 1rem;
  }
  .full-slider .slide-content {
    padding: 0;
    left: 13%;
    transform: none;
  }
  .dots {
    display: block;
  }
  .main .scr {
    bottom: 3%;
    transform: none;
  }
  section.sec_maker .service_name{
    margin-bottom: 4rem;
  }
  section.sec_works .works_image {
    height: 360px;
  }

  section.sec_news .news_inner .news_text ul li a .news_tit {
    padding-top: 0;
  }
  .sidebar {
    flex-wrap: inherit;
    justify-content: space-between;
  }
  .widget_block.sidebar-wrapper {
    width: 22%;
    border-bottom: 1px solid;
    border-color: #26222b;
    border-image-slice: 1;
  }
  .widget_nav_menu.sidebar-wrapper {
    border-bottom: 1px solid #bbb9b6;
    padding-bottom: 1.8rem;
    width: 84%;
  }
  .sidebar h4 {
    margin-top: 5px;
    margin-bottom: 1.7rem;
  }
  .sidebar ul {
    margin-left: 1em;
  }
  .sidebar li {
    margin-top: 0;
  }
  .page_container h2 {
    margin-bottom: 7rem;
  }
  .news_list_l h2 {
    margin-bottom: 0!important;
  }
  .page_container table tr {
    flex-wrap: inherit;
    justify-content: space-between;
  }
  .page_container table td {
    padding: 3.6rem 1rem;
    font-size: 17px;
  }
  .page_container table td:first-child {
    width: 28%;
    border-color: #26222b;
    border-bottom: 1px solid;
    border-color: #26222b;
  }
  table.ctf th {
    width: 35%;
  }
  .news_flex_list {
    flex-direction: inherit;
    justify-content: flex-start;
    padding: 32px 30px 23px;
  }
  .news_list_thum_image {
    width: 220px;
    height: 190px;
    aspect-ratio: 220 / 190;
  }
  .news_wrap {
    margin-left: 2.5em;
  }
  .contents-img-single {
    height: 500px;
  }
  .contents-text-single {
    margin: 60px 0 20px;
  }
  .page-numbers {
    width: 46px;
    height: 46px;
    line-height: 2.5;
  }
  .work_list {
    width: calc(100% / 3.6);
    padding-bottom: 2rem;
  }
  .work_list_wrap::after {
    width: calc(100% / 3.6);
  }
  table.ctf th {
    padding: 1.5rem 14px;
  }
  table.ctf td {
    padding: 1.5rem 14px;
  }
  .pp-ch {
    margin: 20px 0;
  }
}


@media (max-width: 599px) {

  .inner .normal_tit {
    padding: 30px 0 25px;
  }
  .column_menu_wrap .column_menu_box {
    width: 100%;
  }
  .inner .r_tit {
    padding: 30px 0 25px;
  }
  .inner .r_btn {
    margin-top: 2.6rem;
  }

  .cp_area {
    padding: 10.66667vw 0;
  }
  .cp_area h2 {
    font-size: 1.6em;
    line-height: 1.4;
    margin-bottom: 5vh;
    padding-top: 0;
  }
  h3.cp {
    font-size: 1.4rem;
  }
  .cp_area h2 span.sub-cp {
    font-size: 0.8rem;
    margin-top: 10px;
  }
  .cp_area p {
    line-height: 2;
    font-size: 90%;
  }

  h3.pp {
    font-size: 1.2rem;
  }
  .floating {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    text-align: center;
    writing-mode: inherit;
  }
  .floating a {
    display: inline-block;
    width: 100%;
    border-radius: 20px 20px 0px 0;
    text-align: center;
    padding: 10px 0 0;
  }

  section .news_more {
    justify-content: end;
    position: static;
    bottom: 0;
  }

  h3.list_tit {
    margin: 2vw 0;
  }
  .cate {
    font-size: 70%;
  }

  .head_post_tit {
    margin-top: 18px;
    padding-bottom: 9px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .post-navigation {
    display: block;
  }
  .pagenation {
    padding: 22px 0;
    width: 100%;
    margin-top: 10px;
  }
  .fl_reserve,
  .swiper-pagination {
    display: none;
  }
  .swiper-ctr {
    margin-top: 0;
  }
  input[type="text"], input[type="email"], textarea {
  
    padding: 8px;
   font-size: 12px;
}
}

@media screen and (max-width: 480px) {
  .slide-content h2 {
    font-size: 30px;
    white-space: nowrap;
  }
  .top_re {
    right: -69px;
  }
  .fr_cp_flex {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 320px) {
  .open {
    height: 100vh;
  }
}

