@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700");
@keyframes noise_anima {
  from {
    background-position: 0 0; }
  to {
    background-position: 123px 456px; } }
@keyframes scrolltext01 {
  0% {
    background-position-x: 0; }
  100% {
    background-position: -1920px; } }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
    will-change: transform; }
  to {
    opacity: 1;
    transform: translateY(0);
    will-change: transform; } }
@keyframes fadeUpAnimeSp {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes anime_zoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
html {
  font-size: 10px;
  height: -webkit-fill-available; }

body {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6em;
  transition: 0.5s;
  overflow-x: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available; }

a {
  text-decoration: none;
  outline: none;
  color: #fff;
  transition: 0.5s; }
  a.text_link:hover {
    opacity: 0.6; }

p {
  margin: 0; }

h2::selection, h3::selection, a::selection, p::selection, div::selection, span::selection, li::selection, dt::selection, dd::selection, br::selection {
  color: #fff;
  background-color: #575757; }

input[type="text"], textarea {
  font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

/**-------------------------------------------------------------------
parts
-------------------------------------------------------------------**/
.color-wh {
  color: #fff; }
  .color-wh svg, .color-wh .cls-1 {
    fill: #fff !important; }

.color_bl {
  color: #000; }
  .color_bl svg, .color_bl .cls-1 {
    color: #000 !important; }

.pc-none {
  display: none; }

.sp_only {
  display: none !important; }

.tab_only, .sp_only {
  display: none; }

.default_inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px; }

h2.default-ttl {
  width: 100%;
  margin-top: 0;
  margin-bottom: 120px;
  text-align: center; }
  h2.default-ttl img {
    width: auto;
    max-height: 45px; }

h3.default_ttl {
  font-size: 2.6rem;
  font-weight: normal;
  margin: 0 0 13px; }

h3.list-ttl {
  position: relative;
  font-size: 1.7rem;
  color: #fff;
  margin: 0;
  padding-top: 400px;
  padding-bottom: 20px; }
  h3.list-ttl::before {
    content: "";
    width: 83px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    background: #fff; }

div#fade-loading-display {
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #000;
  z-index: 100000;
  transition: 1.5s; }
  div#fade-loading-display.loaded {
    opacity: 0;
    visibility: hidden; }
  div#fade-loading-display .logo-area {
    position: fixed;
    width: 400px;
    height: 47px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
  opacity: 0; }
  .fadeUp.speed-1 {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-delay: 0.5s; }
  .fadeUp.speed-2 {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-delay: 0.75s; }
  .fadeUp.speed-3 {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-delay: 1s; }

.fadeUpTrigger {
  opacity: 0; }

a.tb {
  vertical-align: middle; }
  a.tb img {
    width: 10px;
    margin-left: 10px; }

.caption.svg-ttl img {
  width: auto;
  height: 45px; }

.bk {
  background: #000; }

.bg-w {
  background: #fff; }

.text-l {
  font-size: 1.4rem;
  line-height: 2.4em;
  letter-spacing: 0.02em; }

.text-m {
  font-size: 1.5rem;
  line-height: 1.7em;
  letter-spacing: 0.02em; }

.text-s {
  font-size: 1.3rem;
  line-height: 1.7em;
  letter-spacing: 0.02em; }

.text-l-gr {
  color: #dadada; }

.line-h-l {
  line-height: 2em; }

.row > .col-half {
  width: 50%; }
  .row > .col-half:nth-child(1) {
    padding-right: 2%; }
  .row > .col-half:nth-child(2) {
    padding-left: 2%; }
  .row > .col-half:nth-child(4) {
    padding-left: 2%; }

.noise-b {
  background: url(../img/site-noise.png) repeat;
  background-size: 65px;
  /*animation: noise_anima 1s steps(10) infinite;*/
  z-index: 0; }

.noise-w {
  background: url(../img/site-noise-w.png) repeat;
  background-size: 65px;
  /*animation: noise_anima 1s steps(10) infinite;*/ }

.scroll_text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: 30px;
  animation: scrolltext01 70s linear infinite; }

.scroll_text.fill:after {
  background: url(../img/loop_logo_ani.svg) repeat-x;
  background-position: 0 0;
  background-size: 2061px;
  height: 151px; }

.scroll_text.line:after {
  background: url(../img/loop_logo_ani_line.svg) repeat-x;
  background-position: 0 0;
  background-size: 2035px;
  height: 182px; }

/*--header-*/
/*header*/
header {
  position: fixed;
  width: 100%;
  z-index: 10000;
  mix-blend-mode: exclusion; }
  header::after {
    display: none; }
  header nav {
    display: flex;
    justify-content: space-between;
    padding: 13px 15px; }
  header .drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    header .drawer img {
      padding: 0 20px;
      height: 50px;
      margin-top: 5px; }
  header #header-toggle {
    display: none; }
  header #header-menu {
    width: calc(100% - 297px);
    background-color: transparent;
    margin-top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    header #header-menu ul {
      height: 60px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      margin-right: 15px; }
      header #header-menu ul li a {
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        display: block;
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        margin-right: 20px;
        transition: 0.5s;
        padding-right: 6px; }
      header #header-menu ul li.icon a {
        margin-right: 15px; }
        header #header-menu ul li.icon a img {
          max-width: 41.5px;
          height: 16px; }
        header #header-menu ul li.icon a .gray {
          display: none; }
        header #header-menu ul li.icon a .text {
          display: none; }
      header #header-menu ul li.icon:last-child a {
        margin-right: 0; }

/*--list-*/
.cm_list {
  border-top: 1px solid #313333;
  border-bottom: 1px solid #313333;
  font-size: 1.4rem; }
  .cm_list li {
    padding: 35px 0 35px 10px;
    border-bottom: 1px solid #313333; }
    .cm_list li.row span {
      display: inline-block;
      font-size: 1.3rem;
      color: #7e7e80; }
    .cm_list li:last-child {
      border-bottom: none; }

ul.business-list {
  margin-top: 185px;
  flex-wrap: wrap;
  align-items: unset; }
  ul.business-list li {
    width: 33.3%;
    position: relative; }
    ul.business-list li .caption {
      position: absolute;
      top: -80px;
      left: 0;
      right: 0;
      margin: auto; }
    ul.business-list li p.explanation {
      font-size: 1.4rem;
      line-height: 2.2em;
      color: #fff;
      width: 86%;
      margin: 30px auto 0;
      padding-bottom: 35px;
      letter-spacing: 0.02em; }
    ul.business-list li:nth-child(1) {
      border-radius: 15px 0 0 15px;
      background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 59%), url(../img/top_business_bb_image.jpg);
      background-size: cover; }
    ul.business-list li:nth-child(2) {
      background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 59%), url(../img/top_business_ys_image.jpg);
      background-size: cover; }
    ul.business-list li:nth-child(3) {
      border-radius: 0 15px 15px 0;
      background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 59%), url(../img/top_business_cp_image.jpg);
      background-size: cover; }

ul.member-lis li {
  margin-bottom: 100px; }
  ul.member-lis li:nth-child(2) .fadeUp, ul.member-lis li:nth-child(4) .fadeUp {
    animation-delay: -0.5s; }
  ul.member-lis li:nth-child(5) {
    margin-bottom: 0; }
    ul.member-lis li:nth-child(5) .fadeUp {
      animation-delay: -0.5s; }

ul.line_badge li {
  font-size: 1.1rem;
  border: 1px solid #9E9F9D;
  padding: 2px 10px 3px;
  border-radius: 3px;
  color: #9E9F9D;
  margin: 0 8px 7px 0; }
  ul.line_badge li:last-child {
    margin-right: 0; }

/*--table-*/
.custom_table {
  align-items: stretch; }
  .custom_table dt {
    width: 120px;
    margin: 0;
    padding: 45px 0;
    border-bottom: 1px solid #fff;
    align-items: center; }
  .custom_table dd {
    width: calc(100% - 120px);
    margin: 0;
    padding: 45px 0 45px 15px;
    border-bottom: 1px solid #888;
    align-items: center; }
    .custom_table dd .dots-list li {
      position: relative;
      padding: 0 0 0 15px; }
      .custom_table dd .dots-list li::before {
        content: '・';
        position: absolute;
        display: inline-block;
        left: 0; }
    .custom_table dd li {
      margin-bottom: 9px; }

.member_pic {
  width: 173px; }
  .member_pic img {
    border-radius: 5px; }

.member_info {
  width: calc(100% - 173px); }
  .member_info ul {
    align-items: flex-start; }
  .member_info .text-s {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 2.2em;
    text-align: justify; }
    .member_info .text-s.gray {
      font-size: 1.3rem;
      color: #878888; }

.contact-form-btnarea .default-btn {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.125em;
  background: #ffffff30;
  text-align: center;
  padding: 40px 0;
  border-radius: 2px;
  transition: 0.5s; }
  .contact-form-btnarea .default-btn:hover {
    color: #ffffff50;
    background: #ffffff10; }

/**-------------------------------------------------------------------
contents
-------------------------------------------------------------------**/
section#mv {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  section#mv .default_inner {
    position: relative;
    height: 100vh;
    max-width: none; }
    section#mv .default_inner h1 {
      position: absolute;
      height: 54px;
      top: 0;
      bottom: 0;
      left: 100px;
      margin: auto; }
    section#mv .default_inner .news-ticker {
      position: absolute;
      bottom: 30px;
      width: 100%;
      padding-left: 50px; }
      section#mv .default_inner .news-ticker h2 {
        height: 10px; }
        section#mv .default_inner .news-ticker h2 img {
          width: 109px;
          height: 11.2px; }
      section#mv .default_inner .news-ticker .bx-wrapper {
        box-shadow: none;
        background: no-repeat;
        border: none;
        margin-bottom: 60px; }
      section#mv .default_inner .news-ticker li {
        font-size: 1.4rem;
        letter-spacing: 0.02em; }
        section#mv .default_inner .news-ticker li span {
          font-size: 1.3rem;
          color: #9E9F9D;
          padding-right: 20px; }
  section#mv .copy {
    position: fixed;
    top: calc(100vh - 352px);
    left: 20px;
    transform: rotate(90deg);
    transform-origin: left;
    align-items: center;
    z-index: 1000; }
    section#mv .copy .scrolldown {
      margin-left: 40px; }
      section#mv .copy .scrolldown img {
        width: auto;
        height: 7px; }
    section#mv .copy p.copyright {
      font-size: 1rem;
      color: #7E7E80; }

.bg_area {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  overflow-x: clip; }
  .bg_area .bx-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 625px;
    width: calc(100vw - 560px);
    max-width: 1150px !important;
    min-width: 700px;
    height: calc(100vw - 560px);
    max-height: 1150px;
    min-height: 700px;
    background: none;
    border: none;
    box-shadow: none;
    z-index: 0; }
    .bg_area .bx-wrapper .bx-viewport {
      border-radius: 50%;
      border: 1px solid #888; }
    .bg_area .bx-wrapper::after {
      content: '';
      position: absolute;
      display: block;
      width: 53%;
      background: url(../img/mv_slider_top_center.svg) no-repeat;
      background-size: contain;
      background-position: center;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }

section#contact {
  position: relative;
  padding: 140px 0 345px; }
  section#contact h2.default-ttl {
    margin-bottom: 85px; }
    section#contact h2.default-ttl img {
      height: 38px; }
  section#contact .text-l {
    color: #fff;
    margin-bottom: 95px; }
  section#contact dl.row {
    align-items: start; }
    section#contact dl.row dt {
      font-size: 1.4rem;
      width: 280px;
      padding: 28px 0; }
    section#contact dl.row dd {
      margin: 0;
      width: calc(100% - 280px);
      margin-bottom: 40px; }
      section#contact dl.row dd input, section#contact dl.row dd textarea {
        width: 100%;
        font-size: 1.4rem;
        border: 1px solid #fff;
        padding: 30px 35px;
        border-radius: 2px; }
      section#contact dl.row dd textarea {
        min-height: 265px; }
  section#contact .contact-form-btnarea {
    text-align: right; }
    section#contact .contact-form-btnarea .default-btn {
      width: calc(100% - 280px); }

section#about {
  position: relative;
  padding: 250px 0 367px; }
  section#about h2.default-ttl {
    margin-bottom: 70px; }
    section#about h2.default-ttl img {
      height: 44px; }
  section#about .text-l {
    font-size: 1.65rem;
    line-height: 2.6em;
    letter-spacing: 0.02em; }

section#creative_menu {
  position: relative;
  padding: 130px 0 330px; }
  section#creative_menu h2.default-ttl img {
    height: 38px; }

section#business {
  padding: 140px 0 145px; }
  section#business h2.default-ttl img {
    height: 46px; }

#creative_member {
  padding: 180px 0 250px; }
  #creative_member h2.default-ttl img {
    height: 45px; }

section#creative_menu.scroll_text.fill_cm:after {
  background: url(../img/creative_menu_ani.svg) repeat-x;
  background-position: 0 0;
  background-size: 4954px; }
section#creative_menu .menu-slider {
  width: 100%; }
  section#creative_menu .menu-slider ul.slick-dots {
    width: 30%;
    max-width: 500px;
    padding-left: 100px;
    order: 1;
    margin-top: 15px; }
    section#creative_menu .menu-slider ul.slick-dots li {
      color: #ffffff00;
      margin-bottom: 38px;
      opacity: 0.3;
      transition: 0.5s; }
      section#creative_menu .menu-slider ul.slick-dots li.slick-active {
        opacity: 1; }
    section#creative_menu .menu-slider ul.slick-dots li:nth-child(1) button {
      width: 238px;
      height: 24px;
      background: url(../img/slider_cp.svg) no-repeat;
      background-size: contain; }
    section#creative_menu .menu-slider ul.slick-dots li:nth-child(2) button {
      width: 297px;
      height: 24px;
      background: url(../img/slider_cd.svg) no-repeat;
      background-size: contain; }
    section#creative_menu .menu-slider ul.slick-dots li:nth-child(3) button {
      width: 133px;
      height: 24px;
      background: url(../img/slider_marketing.svg) no-repeat;
      background-size: contain; }
    section#creative_menu .menu-slider ul.slick-dots li:nth-child(4) button {
      width: 202px;
      height: 24px;
      background: url(../img/slider_movie.svg) no-repeat;
      background-size: contain; }
    section#creative_menu .menu-slider ul.slick-dots li:nth-child(5) button {
      width: 92px;
      height: 24px;
      background: url(../img/slider_design.svg) no-repeat;
      background-size: contain; }
    section#creative_menu .menu-slider ul.slick-dots li:nth-child(6) button {
      width: 53px;
      height: 19px;
      background: url(../img/slider_web.svg) no-repeat;
      background-size: contain; }
  section#creative_menu .menu-slider .slick-list.draggable {
    width: calc(100% - 500px);
    order: 2; }
    section#creative_menu .menu-slider .slick-list.draggable img {
      border-radius: 15px 0 0 15px; }
  section#creative_menu .menu-slider .slick-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

section#gl_member {
  padding: 180px 0 86px; }
  section#gl_member h2.default-ttl {
    margin-bottom: 120px; }
    section#gl_member h2.default-ttl img {
      height: 45px; }

section#creative_member h2.default-ttl {
  margin-bottom: 80px; }
  section#creative_member h2.default-ttl img {
    height: 34px; }
section#creative_member .text-l {
  margin-bottom: 70px; }
section#creative_member h3 {
  margin: 0 0 32px 10px; }
  section#creative_member h3 img {
    width: auto;
    height: 21px; }

section#company {
  position: relative;
  padding: 192px 0 202px;
  background: url(../img/top_company_bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  section#company h2.default-ttl {
    margin-bottom: 80px; }
    section#company h2.default-ttl img {
      max-height: 45px; }
  section#company .custom_table {
    font-size: 14px;
    margin: 0; }

_::-webkit-full-page-media, _:future, :root section#company {
  background-attachment: inherit;
  background-size: auto;
  background-position: center; }

footer {
  padding: 80px 0;
  border-top: 1px solid #666666;
  background: #000; }
  footer h2.footer_ttl {
    font-size: 1.35rem;
    font-weight: normal;
    margin: 0 0 15px; }
  footer h3.footer_ttl {
    font-size: 1.35rem;
    font-weight: normal;
    margin: 0 0 15px;
    color: #888; }
  footer .company_profile {
    margin-right: 60px;
    letter-spacing: 0.02em; }
  footer .f-contact {
    margin-right: 80px;
    letter-spacing: 0.02em; }
  footer .company_profile {
    padding-left: 80px; }
    footer .company_profile dt, footer .company_profile dd {
      font-size: 1.35rem;
      line-height: 2.17em;
      padding: 0 0 0 15px;
      margin: 0; }
    footer .company_profile dt {
      position: relative;
      margin-top: 5px; }
      footer .company_profile dt::before {
        content: '';
        position: absolute;
        display: block;
        background: #888;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
  footer .page-top {
    width: 42px;
    margin-right: 20px;
    z-index: 1; }
  footer ul.f-list li {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px; }
    footer ul.f-list li span {
      padding: 0 10px; }
    footer ul.f-list li .svg {
      padding: 0; }
      footer ul.f-list li .svg span {
        padding: 0; }
    footer ul.f-list li img {
      width: auto;
      height: 15px; }

@media screen and (min-width: 2500px) {
  section#mv {
    width: 100%; }
    section#mv .default_inner h1 {
      height: 58px;
      left: 10% !important; }
      section#mv .default_inner h1 img {
        width: auto;
        max-height: 58px; }
    section#mv .default_inner .news-ticker {
      padding-left: 10% !important; }
      section#mv .default_inner .news-ticker h2 {
        height: 10px; }
      section#mv .default_inner .news-ticker .bx-wrapper {
        margin-bottom: 60px; }

  .bg_area .bx-wrapper {
    margin-left: 36% !important;
    width: calc(100vw - 560px);
    max-width: 1400px !important;
    height: calc(100vw - 560px);
    max-height: 1400px; }
    .bg_area .bx-wrapper::after {
      width: 53%; } }
@media screen and (min-width: 2000px) {
  section#mv {
    width: 100%; }
    section#mv .default_inner h1 {
      height: 58px;
      left: 220px;
      margin: auto; }
      section#mv .default_inner h1 img {
        width: auto;
        max-height: 58px; }
    section#mv .default_inner .news-ticker {
      bottom: 70px;
      width: 100%;
      padding-left: 190px; }
      section#mv .default_inner .news-ticker h2 {
        height: 10px; }
      section#mv .default_inner .news-ticker .bx-wrapper {
        margin-bottom: 60px; }
        section#mv .default_inner .news-ticker .bx-wrapper li span {
          padding-right: 20px; }

  .bg_area .bx-wrapper {
    margin-left: 800px;
    width: calc(100vw - 560px);
    max-width: 1300px !important;
    height: calc(100vw - 560px);
    max-height: 1300px; }
    .bg_area .bx-wrapper::after {
      width: 52%; } }
@media screen and (max-width: 1024px) {
  header .drawer img {
    padding-right: 0;
    height: 26px; }
  header #header-menu {
    width: calc(100% - 174px); }
    header #header-menu ul li a {
      font-size: 1.15rem;
      margin-right: 15px; }
    header #header-menu ul li.icon a img {
      height: 12px; }

  .pc-none {
    display: block; }

  .pc-only {
    display: none; }

  h2.default-ttl img {
    height: auto; }

  .text-l {
    font-size: 1.35rem;
    line-height: 2.1em; }

  .scroll_text.line:after {
    background-size: 1155px;
    height: 103px; }

  .contact-form-btnarea .default-btn {
    font-size: 2rem;
    padding: 25px 0; }

  .custom_table dt {
    font-size: 1.35rem;
    padding: 36px 0; }
  .custom_table dd {
    font-size: 1.35rem;
    padding: 35px 0 35px 15px; }

  section#mv {
    min-height: 100vh;
    z-index: unset; }
    section#mv .default_inner {
      height: 100vh; }
      section#mv .default_inner h1 {
        top: 0;
        bottom: 0;
        left: 80px;
        margin: auto; }
        section#mv .default_inner h1 img {
          width: auto;
          max-height: 38px; }
    section#mv .default_inner .news-ticker {
      padding-left: 40px; }
      section#mv .default_inner .news-ticker li {
        font-size: 1.35rem; }

  .bg_area {
    overflow: hidden; }
    .bg_area .bx-wrapper {
      width: calc(100vw - 340px);
      min-width: auto;
      height: calc(100vw - 340px);
      min-height: auto;
      margin-left: 450px; }
      .bg_area .bx-wrapper::after {
        width: 60%; }

  section#about {
    padding: 180px 0 320px; }
    section#about .text-l {
      font-size: 1.4rem;
      line-height: 2.1em; }
    section#about:after {
      background: url(../img/loop_logo_ani.svg) repeat-x;
      background-position: 0 0;
      background-size: 1353px;
      height: 103px; }

  section#business {
    padding: 80px 0 100px; }

  section#creative_menu {
    padding: 100px 0 220px; }
    section#creative_menu h2 {
      margin-bottom: 70px; }
      section#creative_menu h2 img {
        max-height: 35px; }
    section#creative_menu .menu-slider {
      flex-wrap: wrap; }
      section#creative_menu .menu-slider .slick-list.draggable {
        width: 100%;
        order: 1; }
        section#creative_menu .menu-slider .slick-list.draggable .slick-slide {
          padding: 15px; }
          section#creative_menu .menu-slider .slick-list.draggable .slick-slide img {
            border-radius: 10px; }
      section#creative_menu .menu-slider ul.slick-dots {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 40px 0 55px;
        max-width: none; }
        section#creative_menu .menu-slider ul.slick-dots li {
          position: relative;
          padding-right: 40px; }
          section#creative_menu .menu-slider ul.slick-dots li:after {
            content: '/';
            font-size: 2.8rem;
            color: #9e9e9e;
            padding-left: 20px; }
          section#creative_menu .menu-slider ul.slick-dots li:last-child:after {
            display: none; }
    section#creative_menu.fill_cm.scroll_text:after {
      height: 100px;
      bottom: 0;
      background-size: 3600px; }

  section#gl_member {
    padding: 115px 0 40px; }
    section#gl_member h2.default-ttl {
      margin-bottom: 90px; }
    section#gl_member h3.default_ttl {
      font-size: 2.4rem; }
    section#gl_member .text-s {
      font-size: 1.35rem;
      margin-bottom: 15px; }
    section#gl_member ul.line_badge li {
      font-size: 1rem; }
    section#gl_member .pl-30 {
      padding-left: 40px; }

  section#business {
    padding: 110px 0 130px; }

  section#creative_member {
    padding: 120px 0 130px; }
    section#creative_member h2.default-ttl {
      margin-bottom: 70px; }
    section#creative_member .default_inner {
      padding: 0 40px; }
    section#creative_member .cm_list {
      font-size: 1.35rem; }

  section#company {
    padding: 120px 0 150px; }
    section#company h2.default-ttl {
      margin-bottom: 50px; }
      section#company h2.default-ttl img {
        max-height: 38px; }
    section#company .row {
      padding: 0 36px;
      flex-wrap: wrap; }
      section#company .row > .col-half {
        width: 100%; }
        section#company .row > .col-half:nth-child(1) {
          padding: 0; }
        section#company .row > .col-half:nth-child(2) {
          padding: 0; }

  section#contact {
    position: relative;
    padding: 117px 0 250px; }
    section#contact h2.default-ttl {
      margin-bottom: 77px; }
      section#contact h2.default-ttl img {
        max-height: 35px; }
    section#contact .text-l {
      margin-bottom: 76px; }
    section#contact dl.row dt {
      font-size: 1.35rem;
      width: 140px;
      padding: 26px 0; }
    section#contact dl.row dd {
      margin: 0;
      width: calc(100% - 140px);
      margin-bottom: 40px; }
      section#contact dl.row dd input, section#contact dl.row dd textarea {
        font-size: 1.35rem;
        padding: 26px 30px; }
      section#contact dl.row dd textarea {
        min-height: 237px; }
    section#contact .contact-form-btnarea .default-btn {
      width: calc(100% - 140px); }

  footer {
    padding: 80px 40px; }
    footer .data-info {
      width: calc(100% - 60px); }
      footer .data-info .company_profile {
        order: 3;
        width: 100%;
        padding-left: 0px; }
      footer .data-info .f-contact {
        width: 50%; }
      footer .data-info .f-sns {
        width: calc(50% - 20px); }
    footer .page-top {
      margin-right: 0; }

  ul.business-list {
    margin-top: 140px;
    justify-content: center; }
    ul.business-list li {
      width: 90%;
      max-width: 660px;
      margin-bottom: 130px; }
      ul.business-list li h3.list-ttl {
        font-size: 1.6rem;
        padding-top: 210px; }
      ul.business-list li:nth-child(1) {
        border-radius: 10px;
        background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 59%), url(../img/top_business_bb_image_tab.jpg); }
      ul.business-list li:nth-child(2) {
        border-radius: 10px;
        background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 59%), url(../img/top_business_ys_image_tab.jpg); }
      ul.business-list li:nth-child(3) {
        border-radius: 10px;
        margin-bottom: 0;
        background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 59%), url(../img/top_business_cp_image_tab.jpg); }
      ul.business-list li p.explanation {
        width: 88%;
        font-size: 1.35rem;
        margin: 20px auto;
        padding-bottom: 20px;
        letter-spacing: 0.02em; }

  ul.member-lis {
    flex-wrap: wrap; }
    ul.member-lis > li.col-half {
      width: 80%;
      margin: 0 auto 90px; }
      ul.member-lis > li.col-half:nth-child(1) {
        padding: 0; }
      ul.member-lis > li.col-half:nth-child(2n) {
        padding: 0; }
      ul.member-lis > li.col-half:last-child {
        margin-bottom: 0; }

  .cm_list li:last-child {
    border-bottom: 1px solid #313333; }
  .cm_list > ul:nth-child(2) li:last-child {
    border-bottom: none; }

  footer .default-inner .data-info .f-contact, footer .default-inner .data-info .f-sns {
    margin-bottom: 40px; } }
@media screen and (max-width: 834px) {
  #header {
    /*ハンバーガーメニュー*/
    /*ナビゲーション部分*/ }
    #header nav {
      width: 100%;
      padding: 0;
      height: 72px;
      display: block;
      position: relative; }
    #header .drawer {
      height: 72px;
      align-items: center; }
      #header .drawer img {
        height: 40px; }
    #header #logo {
      max-width: 237px; }
    #header #header-toggle {
      display: block;
      position: fixed;
      width: 32px;
      height: 32px;
      cursor: pointer;
      z-index: 3;
      right: 15px;
      margin-top: 1px; }
      #header #header-toggle.active span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #header #header-toggle.active span:nth-child(2), #header #header-toggle.active span:nth-child(3) {
        top: 13px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg); }
      #header #header-toggle span {
        display: block;
        position: absolute;
        width: 28px;
        border-bottom: 1px solid #fff;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out; }
        #header #header-toggle span:nth-child(1) {
          top: 5px; }
        #header #header-toggle span:nth-child(2) {
          top: 14px; }
        #header #header-toggle span:nth-child(3) {
          top: 24px; }
    #header #header-menu {
      width: 100%;
      min-height: 900px;
      text-align: center;
      transition: .5s ease;
      transition-delay: .25s;
      -webkit-transform: translateX(-105%);
      transform: translateX(-105%);
      -ms-overflow-style: none;
      scrollbar-width: none; }
      #header #header-menu.open {
        overflow-y: scroll;
        -webkit-transform: translateX(0%);
        transform: translateX(0%); }
        #header #header-menu.open::-webkit-scrollbar {
          display: none; }
        #header #header-menu.open ul {
          height: calc(100vh - 75px);
          min-height: 976px;
          display: block;
          padding-top: 30px;
          opacity: 1; }
          #header #header-menu.open ul li a {
            margin: 0;
            opacity: 1; }
      #header #header-menu ul {
        height: 100vh;
        padding-top: 50px;
        padding-left: 20px;
        text-align: left;
        opacity: 0; }
        #header #header-menu ul li a {
          display: block;
          font-size: 1.4rem;
          padding: 10px 20px;
          color: #fff;
          text-align: left;
          text-decoration: none;
          opacity: 0; }
        #header #header-menu ul li.icon {
          position: relative;
          display: block;
          width: 100%;
          padding: 0 20px 15px; }
          #header #header-menu ul li.icon.content::before {
            display: block;
            content: 'FOLLOW US';
            font-size: 1.4rem;
            color: #8A8B8B;
            margin-top: 30px; }
          #header #header-menu ul li.icon.content a {
            padding-top: 20px;
            display: block; }
          #header #header-menu ul li.icon a {
            display: inline;
            text-decoration: none;
            padding: 0; }
            #header #header-menu ul li.icon a img {
              width: auto;
              padding-right: 3px;
              height: 13px; }
          #header #header-menu ul li.icon .text_link .gray {
            padding: 4px;
            color: #7F7F80;
            display: inline-block; }
          #header #header-menu ul li.icon .text_link .text {
            display: inline-block; }

  div#fade-loading-display .logo-area {
    width: 280px;
    height: 47px; }

  .wrap::before {
    content: "";
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    transition: .5s ease;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    z-index: 9999; }
  .wrap.open::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/ }

  h2.default-ttl {
    margin-bottom: 80px; }

  .noise-b {
    background: url(../img/site-noise.png) repeat #000;
    background-size: 65px;
    /*animation: noise_anima 1s steps(10) infinite;*/ }

  .text-l {
    font-size: 1.25rem;
    line-height: 2.1em; }

  .scroll_text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 85px; }
  .scroll_text.fill:after {
    background-size: 1030px;
    height: 75px; }
  .scroll_text.line:after {
    background-size: 1270px;
    height: 108px; }

  section#mv {
    min-height: 764px; }
    section#mv .default_inner {
      position: inherit;
      padding: 0 28px;
      z-index: 1; }
      section#mv .default_inner h1 {
        left: 60px;
        top: 107vw;
        bottom: unset; }
        section#mv .default_inner h1 img {
          width: auto;
          max-height: 42px; }
      section#mv .default_inner .news-ticker {
        width: calc(100% - 52px);
        left: 60px;
        top: 116vw;
        bottom: unset;
        padding-left: 0;
        padding-right: 0; }
        section#mv .default_inner .news-ticker li {
          font-size: 1.25rem;
          letter-spacing: 0; }
          section#mv .default_inner .news-ticker li span {
            font-size: 1.2rem; }
    section#mv .copy {
      left: 12px;
      top: calc(100vh - 300px); }
      section#mv .copy .scrolldown {
        margin-left: 25px; }
        section#mv .copy .scrolldown img {
          width: auto;
          height: 6px; }
      section#mv .copy p.copyright {
        font-size: 0.9rem; }

  .bg_area .bx-wrapper {
    width: 112vw;
    max-width: 780px !important;
    height: 112vw;
    max-height: 780px;
    margin: 0 0 0 10%;
    top: 55px;
    left: 0%;
    right: 0%;
    bottom: inherit; }
    .bg_area .bx-wrapper .bx-wrapper::after {
      width: 56%; }

  section#about {
    padding: 140px 0 230px; }
    section#about h2.default-ttl img {
      max-height: 40px; }
    section#about .text-l {
      font-size: 1.35rem;
      line-height: 2.8em; }

  section#business {
    padding: 100px 0 120px; }
    section#business h2.default-ttl img {
      max-height: 42px; }

  ul.business-list {
    margin-top: 150px; }
    ul.business-list li {
      width: 90%;
      max-width: 660px; }
      ul.business-list li p.explanation {
        width: 88%;
        font-size: 1.3rem;
        margin: 20px auto;
        padding-bottom: 15px; }

  section#creative_menu {
    padding: 100px 0 180px; }
    section#creative_menu h2.default-ttl img {
      max-height: 32px; }
    section#creative_menu h2 {
      margin-bottom: 60px; }
    section#creative_menu .menu-slider ul.slick-dots {
      padding: 0px 28px 0 42px;
      align-items: center; }
      section#creative_menu .menu-slider ul.slick-dots li {
        margin-bottom: 20px;
        padding-right: 10px; }
        section#creative_menu .menu-slider ul.slick-dots li:after {
          font-size: 2.4rem;
          padding-left: 0px; }
      section#creative_menu .menu-slider ul.slick-dots li:nth-child(1) button {
        width: 168px;
        height: 16px;
        line-height: 0;
        margin-top: 0; }
      section#creative_menu .menu-slider ul.slick-dots li:nth-child(2) button {
        width: 208px;
        height: 16px;
        line-height: 0; }
      section#creative_menu .menu-slider ul.slick-dots li:nth-child(3) button {
        width: 99px;
        height: 16px;
        line-height: 0; }
      section#creative_menu .menu-slider ul.slick-dots li:nth-child(4) button {
        width: 151px;
        height: 16.5px;
        line-height: 0;
        background-position-y: -2px; }
      section#creative_menu .menu-slider ul.slick-dots li:nth-child(5) button {
        width: 74px;
        height: 16.5px;
        line-height: 0; }
      section#creative_menu .menu-slider ul.slick-dots li:nth-child(6) button {
        width: 43px;
        height: 14px;
        line-height: 0; }

  section#gl_member .default_inner {
    padding: 0 10%; }
  section#gl_member h2.default-ttl {
    margin-bottom: 70px; }
    section#gl_member h2.default-ttl img {
      max-height: 40px; }
  section#gl_member h3.default_ttl {
    font-size: 2.4rem;
    margin: 0 0 19px; }
  section#gl_member .text-s {
    font-size: 1.3rem;
    margin-bottom: 20px; }
  section#gl_member .member_info {
    width: 64%;
    padding: 0; }

  .member_pic {
    width: 29%;
    max-width: 270px;
    margin: 0; }

  ul.member-lis > li.col-half {
    width: 100%;
    margin: 0 auto 80px;
    justify-content: space-between; }
    ul.member-lis > li.col-half:last-child {
      margin-bottom: 0; }

  h3.default_ttl {
    width: 100%;
    font-size: 2.4rem;
    margin: 25px 0 25px; }

  section#creative_member {
    padding: 120px 0 114px; }
    section#creative_member h2.default-ttl img {
      max-height: 31px; }
    section#creative_member .text-l {
      font-size: 1.25rem;
      text-align: center;
      margin-bottom: 56px; }
    section#creative_member .default_inner {
      padding: 0 10%; }
      section#creative_member .default_inner .row > .col-half {
        width: 100%; }
        section#creative_member .default_inner .row > .col-half:nth-child(1), section#creative_member .default_inner .row > .col-half:nth-child(2) {
          padding-right: 0;
          padding-left: 0; }
    section#creative_member h3 img {
      width: auto;
      height: 16px; }
    section#creative_member .cm_list {
      font-size: 1.3rem; }
      section#creative_member .cm_list li {
        padding: 15px 0 15px 10px; }

  section#company {
    padding: 80px 0 100px;
    background-attachment: inherit;
    background-size: inherit;
    background-position: center; }
    section#company .default_inner {
      padding: 0 10%; }
    section#company h2.default-ttl {
      margin-bottom: 40px; }
      section#company h2.default-ttl img {
        max-height: 39px; }
    section#company .row {
      padding: 0; }

  .custom_table dt {
    width: 80px;
    font-size: 1.3rem;
    padding: 17px 0; }
  .custom_table dd {
    width: calc(100% - 80px);
    font-size: 1.3rem;
    padding: 17px 0 17px 15px;
    letter-spacing: 0; }

  section#contact {
    position: relative;
    padding: 83px 0 240px; }
    section#contact .default_inner {
      padding: 0 10%; }
    section#contact h2.default-ttl {
      margin-bottom: 52px; }
      section#contact h2.default-ttl img {
        max-height: 30px; }
    section#contact .text-l {
      color: #fff;
      margin-bottom: 51px;
      text-align: center; }
    section#contact dl.row {
      margin: 0;
      flex-wrap: wrap; }
      section#contact dl.row dt {
        width: 100%;
        font-size: 1.2rem;
        line-height: 1em;
        padding: 0;
        margin-bottom: 15px; }
      section#contact dl.row dd {
        width: 100%;
        margin-bottom: 26px; }
        section#contact dl.row dd input, section#contact dl.row dd textarea {
          font-size: 1.2rem;
          padding: 26px 30px; }
        section#contact dl.row dd textarea {
          min-height: 210px; }
    section#contact .contact-form-btnarea .default-btn {
      width: 100%; }

  footer {
    padding: 80px 28px; }
    footer .default-inner {
      justify-content: flex-end; }
      footer .default-inner .data-info {
        width: 100%;
        order: 2;
        margin-top: -70px;
        padding-left: 20px; }
        footer .default-inner .data-info .f-contact, footer .default-inner .data-info .f-sns {
          font-size: 1.2rem; }
      footer .default-inner .page-top {
        margin-bottom: 30px;
        width: 29px;
        margin-right: 0 !important; }
    footer .company_profile dt, footer .company_profile dd {
      font-size: 1.2rem;
      padding: 0 0 0 10px;
      margin: 0 0 10px; }
    footer ul.f-list li span {
      padding: 0 10px; } }
@media screen and (max-width: 768px) {
  section#mv .default_inner h1 {
    top: 109vw;
    bottom: unset; }
  section#mv .default_inner .news-ticker {
    top: 118vw;
    bottom: unset; }

  .bg_area .bx-wrapper {
    width: 100vw;
    max-width: 720px !important;
    height: 100vw;
    max-height: 720px;
    margin: 0 0 0 10%;
    top: 60px;
    left: 0%;
    right: 0%;
    bottom: inherit; }
    .bg_area .bx-wrapper .bx-wrapper::after {
      width: 56%; } }
@media screen and (max-width: 640px) {
  section#mv .default_inner h1 {
    top: 112vw;
    bottom: unset; }
  section#mv .default_inner .news-ticker {
    top: 123vw;
    bottom: unset; }

  .bg_area .bx-wrapper {
    width: 100vw;
    max-width: 620px !important;
    height: 100vw;
    max-height: 620px;
    margin: 0 0 0 10%;
    top: 60px; }
    .bg_area .bx-wrapper .bx-wrapper::after {
      width: 56%; } }
@media screen and (max-width: 560px) {
  section#mv .default_inner h1 {
    top: 111vw;
    bottom: unset; }
  section#mv .default_inner .news-ticker {
    top: 122vw;
    bottom: unset; }

  section#mv .default_inner h1 img {
    width: auto;
    max-height: 34px; }

  .bg_area .bx-wrapper {
    width: 100vw;
    max-width: 520px !important;
    height: 100vw;
    max-height: 520px;
    margin: 0 0 0 10%;
    top: 55px; }
    .bg_area .bx-wrapper .bx-wrapper::after {
      width: 54%; } }
@media screen and (max-width: 500px) {
  section#mv .default_inner h1 {
    top: 119vw;
    bottom: unset; }
  section#mv .default_inner .news-ticker {
    left: 50px;
    top: 131vw;
    bottom: unset; }

  section#mv .default_inner h1 img {
    width: auto;
    max-height: 32px; } }
@media screen and (max-width: 460px) {
  #header-toggle {
    width: 28px !important;
    height: 28px !important; }

  .sp_only {
    display: block !important; }

  .sp_none {
    display: none !important; }

  .default_inner {
    padding: 0px 35px; }

  #header #logo {
    max-width: 190px;
    margin-top: 5px; }
  #header .drawer {
    height: 58px; }
    #header .drawer img {
      height: 34px;
      margin-top: 0px; }

  section#mv .default_inner h1 {
    top: auto;
    left: 40px;
    top: 134vw;
    bottom: unset; }
    section#mv .default_inner h1 img {
      width: auto;
      max-height: 32px; }
  section#mv .default_inner .news-ticker {
    left: 40px;
    top: 145vw;
    bottom: unset; }
    section#mv .default_inner .news-ticker .bx-wrapper {
      margin-bottom: 0; }
    section#mv .default_inner .news-ticker li {
      font-size: 1.15rem; }
      section#mv .default_inner .news-ticker li span {
        display: block; }
    section#mv .default_inner .news-ticker img {
      width: 100px !important; }

  section#mv .default_inner h1 img {
    width: auto;
    max-height: 34px; }

  .bg_area .bx-wrapper {
    width: 120vw;
    max-width: 470px !important;
    height: 120vw;
    max-height: 470px;
    min-height: unset;
    top: 70px;
    right: 0;
    left: 0;
    margin: 0 0 0 8%; }
    .bg_area .bx-wrapper::after {
      width: 54%; }
    .bg_area .bx-wrapper .bx-viewport {
      border-radius: 50%;
      border: 1px solid #555; }

  .fadeUpTrigger.sp_anime_none {
    animation-name: none !important;
    opacity: 1 !important; }

  .fadeUp {
    animation-name: fadeUpAnimeSp;
    animation-duration: 1s;
    animation-delay: 0;
    animation-fill-mode: forwards;
    opacity: 0; }
    .fadeUp.sp_anime_only {
      animation-name: fadeUpAnimeSp;
      animation-duration: 1s;
      animation-delay: 0;
      animation-fill-mode: forwards;
      opacity: 0; }
    .fadeUp.speed-1 {
      animation-name: fadeUpAnimeSp;
      animation-duration: 1s;
      animation-delay: 0.4s; }
    .fadeUp.speed-2 {
      animation-name: fadeUpAnimeSp;
      animation-duration: 1s;
      animation-delay: 0.4s; }
    .fadeUp.speed-3 {
      animation-name: fadeUpAnimeSp;
      animation-duration: 1s;
      animation-delay: 0.4s; }

  .fadeUpTriggerSp {
    opacity: 0; }
    .fadeUpTriggerSp.fadeUpSp {
      animation-name: fadeUpAnimeSp;
      animation-duration: 1s;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      opacity: 0; }

  section#about .text-l {
    font-size: 1.2rem;
    letter-spacing: 0; }

  section#business {
    padding: 84px 0 90px; }
    section#business h3.list-ttl {
      font-size: 1.5rem; }
    section#business .text-l {
      font-size: 1.4rem; }
    section#business ul.business-list {
      margin-top: 115px; }
      section#business ul.business-list li {
        width: 100%;
        max-width: 375px;
        margin-bottom: 100px; }
        section#business ul.business-list li:last-child {
          margin-bottom: 0; }
        section#business ul.business-list li .caption {
          top: -60px; }
          section#business ul.business-list li .caption svg {
            height: 40px; }
        section#business ul.business-list li p.explanation {
          width: 86%;
          font-size: 1.15rem;
          padding-bottom: 10px;
          text-align: justify; }
      section#business ul.business-list li:nth-child(1) {
        border-radius: 7.5px;
        background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 59%), url(../img/top_business_bb_image.jpg); }
      section#business ul.business-list li:nth-child(2) {
        border-radius: 7.5px;
        background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 59%), url(../img/top_business_ys_image.jpg); }
      section#business ul.business-list li:nth-child(3) {
        border-radius: 7.5px;
        background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 59%), url(../img/top_business_cp_image.jpg); }

  section#about {
    padding: 95px 0 200px; }
    section#about h2.default-ttl {
      margin-bottom: 45px; }
    section#about h2.default-ttl img {
      max-height: 31px; }
    section#about:after {
      background: url(../img/loop_logo_ani.svg) repeat-x;
      background-position: 0 0;
      background-size: 970px;
      height: 75px; }

  section#business {
    padding: 75px 0 85px; }
    section#business .default_inner {
      padding: 0 8%; }
    section#business h2.default-ttl {
      margin-bottom: 65px; }
    section#business h2.default-ttl img {
      max-height: 31px; }

  section#creative_menu {
    padding: 75px 0 120px; }
    section#creative_menu h2.default-ttl {
      margin-bottom: 55px; }
    section#creative_menu h2.default-ttl img {
      max-height: 25px; }
    section#creative_menu.scroll_text.fill_cm:after {
      height: 60px;
      bottom: 0;
      background-size: 2290px; }
    section#creative_menu .menu-slider ul.slick-dots {
      padding: 0px 28px 0 36px; }
      section#creative_menu .menu-slider ul.slick-dots li {
        margin-bottom: 18px;
        padding-right: 12px; }
        section#creative_menu .menu-slider ul.slick-dots li:after {
          font-size: 2rem;
          padding-left: 0px; }
      section#creative_menu .menu-slider ul.slick-dots li:nth-child(1) button {
        width: 162px;
        height: 15.5px;
        line-height: 0px; }
      section#creative_menu .menu-slider ul.slick-dots li:nth-child(2) button {
        width: 210px;
        height: 16px;
        line-height: 0px; }
      section#creative_menu .menu-slider ul.slick-dots li:nth-child(3) button {
        width: 94px;
        height: 15px;
        line-height: 0px; }
      section#creative_menu .menu-slider ul.slick-dots li:nth-child(4) button {
        width: 142px;
        height: 15.5px;
        line-height: 0px;
        background-position-y: -1.5px; }
      section#creative_menu .menu-slider ul.slick-dots li:nth-child(5) button {
        width: 67px;
        height: 15px;
        line-height: 0px; }
      section#creative_menu .menu-slider ul.slick-dots li:nth-child(6) button {
        width: 38px;
        height: 12.5px;
        line-height: 0px; }
    section#creative_menu .menu-slider .slick-list.draggable .slick-slide {
      padding: 10px; }
      section#creative_menu .menu-slider .slick-list.draggable .slick-slide img {
        border-radius: 7.5px; }

  section#gl_member {
    padding: 95px 0 40px; }
    section#gl_member .default_inner {
      padding: 0 12%; }
    section#gl_member h2.default-ttl img {
      max-height: 28.5px; }
    section#gl_member li.col-half.pr-20 {
      padding: 0; }
    section#gl_member ul.member-lis > li.col-half {
      margin: 0 auto 40px; }
    section#gl_member .member_pic {
      width: 100%;
      margin: 0 auto 30px; }
    section#gl_member .member_info {
      width: 100%; }
      section#gl_member .member_info p.text-s.roma {
        font-size: 1rem; }
      section#gl_member .member_info ul.line_badge li {
        font-size: 0.9rem;
        margin-bottom: 10px; }
      section#gl_member .member_info .text-s {
        font-size: 1.15rem;
        margin-bottom: 10px; }

  section#creative_member .default_inner {
    padding: 0 9%; }
  section#creative_member h2.default-ttl img {
    max-height: 24px; }

  section#company {
    padding: 70px 0 95px;
    background: url(../img/top_company_bg_sp.jpg) no-repeat !important;
    background-size: cover; }
    section#company .default_inner {
      padding: 0 9%; }
    section#company h2.default-ttl img {
      max-height: 32px; }

  section#creative_member {
    padding: 20px 0 85px; }
    section#creative_member .text-l {
      font-size: 1.15rem;
      padding: 0 5px;
      text-align: left; }
    section#creative_member h2.default-ttl {
      margin-bottom: 50px; }
    section#creative_member .cm_list li {
      font-size: 1.15rem;
      padding: 15px 0 15px 10px; }

  .member_pic {
    max-width: unset; }

  .custom_table dd {
    font-size: 1.15rem; }

  h2.default-ttl img {
    height: auto; }

  .scroll_text.line:after {
    background-size: 940px;
    height: 78px; }

  section#contact {
    padding: 75px 0 170px; }
    section#contact .default_inner {
      padding: 0 9%; }
    section#contact h2.default-ttl img {
      max-height: 25px; }
    section#contact .text-l {
      font-size: 1.15rem;
      padding: 0 5px;
      text-align: left; }
    section#contact dl.row dd input, section#contact dl.row dd textarea {
      font-size: 1.2rem;
      padding: 26px 22px; }

  footer {
    padding: 50px 28px; }
    footer h2.footer_ttl {
      font-size: 1.25rem; }
    footer h3.footer_ttl {
      font-size: 1.25rem; }
    footer .default-inner {
      padding-left: 10px; }
      footer .default-inner .data-info {
        padding-left: 0px; }
        footer .default-inner .data-info .f-contact, footer .default-inner .data-info .f-sns {
          margin-bottom: 25px;
          font-size: 1.2rem; }
      footer .default-inner .company_profile {
        margin-right: 55px; }
      footer .default-inner .company_profile dt, footer .default-inner .company_profile dd {
        font-size: 1.2rem; }
      footer .default-inner ul.f-list li {
        font-size: 1.25rem; } }
@media screen and (max-width: 414px) {
  section#mv .default_inner h1 {
    top: auto;
    top: 137vw;
    bottom: unset; }
  section#mv .default_inner .news-ticker {
    top: 149vw;
    bottom: unset; } }
@media screen and (max-width: 393px) {
  section#mv .default_inner h1 {
    top: auto;
    top: 145vw;
    bottom: unset; }
  section#mv .default_inner .news-ticker {
    top: 158vw;
    bottom: unset; } }
@media screen and (max-width: 375px) {
  section#mv .default_inner h1 {
    top: auto;
    left: 40px;
    top: 139vw;
    bottom: unset; }
    section#mv .default_inner h1 img {
      width: auto;
      max-height: 29px; }
  section#mv .default_inner .news-ticker {
    left: 40px;
    top: 150vw;
    bottom: unset; }
    section#mv .default_inner .news-ticker .bx-wrapper {
      margin-bottom: 0; }
    section#mv .default_inner .news-ticker li span {
      display: block; }
    section#mv .default_inner .news-ticker img {
      width: 95px !important; }

  .bg_area .bx-wrapper {
    width: 120vw;
    max-width: 440px !important;
    height: 120vw;
    max-height: 440px !important;
    min-height: unset;
    top: 60px;
    right: 0;
    left: 0;
    margin: 0 0 0 8%; }
    .bg_area .bx-wrapper::after {
      width: 51.5%; } }
@media screen and (max-width: 360px) {
  section#mv .default_inner h1 {
    top: auto;
    left: 40px;
    top: 143vw;
    bottom: unset; }
    section#mv .default_inner h1 img {
      width: auto;
      max-height: 29px; }
  section#mv .default_inner .news-ticker {
    left: 40px;
    top: 157vw;
    bottom: unset; }
    section#mv .default_inner .news-ticker .bx-wrapper {
      margin-bottom: 0; }
    section#mv .default_inner .news-ticker li span {
      display: block; }
    section#mv .default_inner .news-ticker #mv_info {
      width: 95px !important; }

  .bg_area .bx-wrapper {
    width: 120vw;
    max-width: 440px !important;
    height: 120vw;
    max-height: 440px !important;
    min-height: unset;
    top: 60px;
    right: 0;
    left: 0;
    margin: 0 0 0 8%; }
    .bg_area .bx-wrapper::after {
      width: 51.5%; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root .css-hack {
    color: green; } }
