header.l-header .menu ul li.works:beforeheader.l-header .menu ul li.works:before@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body, p, h1, h2, h3, h4, h5, ul, li, table, tbody, th, td, a, p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: rgb(60, 60, 60);
    font-size: 14px;
    letter-spacing: 2px;
}

body .l-inner {
  max-width: 1500px;
  padding: 0 2.631579rem;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  min-width: 781px;
  clear: both;
}

section.contents {
    margin-bottom: 10%;
}
section.contents:last-child {
    margin-bottom: 0;
}

/* ボタン */
.transition_botton {
  text-align: center;
  margin-top: 60px;
  color: #FFF;
  transition: all 0.3s;
  position: relative;

}

body .transition_botton a {
 display: block;
 background-color: transparent;
 color:#333;
 width: auto;
 color: #fff;
 padding: 20px 0px;
 background-color: #333;
 display: block;
}

.transition_botton span {
    transition: all 0.3s;
    font-size:  13px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.transition_botton:before {
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    transform: scale(0.1, 1);
}
.transition_botton:hover span {
    letter-spacing: 2px;
}
.transition_botton:hover:before {
    opacity: 1;
    transform: scale(1, 1);
}
.transition_botton:after {
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background-color: rgba(255,255,255,0.1);
}
.transition_botton:hover:after {
    opacity: 0;
    transform: scale(0.1, 1);
}

.transition_botton img {
  width: 14px;
  height: 9px;
  margin-left: 20px;
}

/* 映像挙動 */
.modalmovie {
  position: relative;
}

.modalmovie__modal {
  opacity: 0;
  transition: opacity .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.9);
  z-index: -1;
}

.modalmovie__modal .l-inner {
  position: relative;
  height: 100%;
}

.modalmovie__btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 20%;
}

.modalmovie__btn:before {
  -webkit-transform: translateX(15px) rotate(-45deg);
  transform: translateX(15px) rotate(-45deg);
}

.modalmovie__btn:before, .modalmovie__btn:after {
  content: "";
  display: block;
  width: 2px;
  height: 33px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.modalmovie__btn:after {
  -webkit-transform: translateX(15px) rotate(45deg);
  transform: translateX(15px) rotate(45deg);
}

.modalmovie__modal iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.modalmovie .m-title-01 {
  z-index: 2;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
}

.modalmovie .m-title-01 {
  font-size: 46px;
  letter-spacing: 2.8px;
  font-weight: 500;
  text-align: center;
}

.modalmovie__modal.is-shown {
  z-index: 99999;
  opacity: 1;
}

/* ファーストビジュアル高さ調整 */
#Firstcontents .l-inner{
  width: 100%;
}

.sp{
  display: none!important;
}
.pc{
  display: block!important;
}


/* ヘッダー */
.l-header a.logo img {
  width: 180px;
}

.l-header .fixed {
    position: fixed;
    z-index: 99;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.l-header .fixed #Menu_btn {
  width: 30px;
  height: 30px;
  background-color: black;
}

.l-header .fixed #menu {
  position: fixed;
  top: 0;
  right: -610px;
  width: 550px;
  height: 9999px;
  padding: 20px;
  -webkit-transition: left .5s, right .5s;
  -o-transition: left .5s, right .5s;
  transition: left .5s, right .5s;
  background-color: #fff;
  z-index: 1;
}

.l-header .fixed #menu label {
    position: absolute;
    right: 20px;
    top: 30px;
}

.l-header .fixed #menu label .open {
    height: 30px;
    overflow: hidden;
    width: 60px;
}

.l-header .fixed #menu label .close {
    opacity: 2;
    min-width: 60px;
    min-height: 17px;
}

.l-header .fixed #menu label span:first-child {
    top: 8px;
    left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.l-header .fixed #menu label span:nth-child(2) {
    top: 8px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.l-header .fixed #menu label p {
  position: absolute;
  left: -26px;
  top: 50%;
  padding: 30px 3px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #fff;
  font-size: 12px;
  font-family: 'Prompt', sans-serif;
  color: #3c3c3c;
}
.l-header .fixed #menu nav {
  width: 85%;
}
.l-header .fixed #menu ul {
  margin-left: 50px;
}

.l-header .fixed #menu ul li.logo {
    border-bottom: solid 1px #838383;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.l-header .fixed #menu ul li {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  padding:  5px;
}

.l-header .fixed #menu ul li a {
  padding: 0px 0;
  transition-duration: 0.3s;
  font-size: 22px;
  font-weight: 600;
  width:  100%;
  display:  inline-block;
  margin-bottom: 30px;
}

.l-header .fixed #menu ul li a:hover {
  margin-left: -15px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.l-header .fixed .toggle {
  z-index: 9999999;
  cursor: none;

}

.l-header .fixed .toggle:hover {
  text-decoration: underline;
}

.l-header .fixed #open {
  display: none;
}

.l-header .fixed #open:checked+#menu {
  right: 0px;
}

.l-header .fixed .vertical_writing {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 25px;
  z-index: 999;
  padding: 0 0 0 4px;
}

.l-header .fixed .vertical_writing li {
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
  display: inline-block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 16px;
  vertical-align: sub;
}

.l-header .fixed .vertical_writing li#pagetop {
  font-size: 14px;
}
.l-header .fixed .vertical_writing li#pagetop a {
    color: #000000;
    font-weight: 200;
    letter-spacing: 4px;
}
.l-header .fixed .vertical_writing li#pagetop a:before {
  content: "";
  width: 1px;
  height: 140px;
  display: block;
  background-color: #9d9d9d;
  position: absolute;
  top: -150px;
  right: 13px;
}

.l-header .fixed .vertical_writing li#pagetop i.fa-play:before {
  content: "\f04b";
}

/* top */
.top .contents p.first {
    font-family: 'Prompt', sans-serif;
    font-size: 66px;
    margin-bottom: 29px;
    font-weight: 600;
    line-height: 70px;
}

.top .contents h1.second {
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 20px;
    font-weight: 300;
}

 .top .contents p.third {
  font-family: 'Prompt', sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 46px;
  line-height: 33px;
  margin-top: 60px;
}

 .top .contents p.forth {
  font-family: 'Prompt', sans-serif;
  font-size: 11px;
}

 .top .contents .heading .number_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 20px;
}

 .top .contents .heading .number_wrap span {
  width: 60px;
  border-top: solid 1px #333;
  margin: 9px 3px 0px 4px;
}

.top .contents .heading .number_wrap p.number, .top .contents .heading .number_wrap h2, {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.top .contents p.number {
    font-family: 'Prompt', sans-serif;
    font-style: italic;
    font-size: 17px!important;
    margin-right: 10px;
}

.top .contents h2 {
    margin-top: 4px;
}

 .top .contents .heading .number_wrap img {
  width: 60px;
  display: none;
}

 .top .contents .heading .heading_text,.service_in .title p,.service_movie_in .title p {
  font-family: 'Prompt', sans-serif;
  font-size: 70px;
  margin-bottom: 60px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 6px;
}

.top .contents .flex p.subheading {
    font-family: noto;
    font-size: 27px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 37px;
    letter-spacing: 2px;
}

.top .contents .flex p.subheading span {
    font-family: 'Prompt', sans-serif;
    font-size: 39px;
    padding-left: 25px;
    line-height: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
}

 .top .contents .flex p.subheading span.big {
  font-size: 60px;
}

 .top .contents p.description {
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
  line-height: 30px;
}

 .top .section00 {
  min-height: 400px;
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}

 .top .section00 .l-inner {
  padding-top: 47px;
}

 .top .left_character_contents {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.top .left_character_contents .transition_botton {
 width: 234px;
}

 .top .right_character_contents {
  background-repeat: no-repeat;
  background-position: 50% 50px;
  background-size: 162%;
}

 .top .right_character_contents .right_contents {
  float: right;
  margin-bottom: 50px;
  margin-top: -21px;
}

 .top .right_character_contents .right_contents .heading_text {
  margin-bottom: 20px;
}

 .top .right_character_contents ul.works_wrap {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

 .top .right_character_contents ul.works_wrap li {
  width: 30%;
  height: auto;
}

 .top .right_character_contents ul.works_wrap li .modalmovie__img img {
    width: 100%;
    display: block;
}


.top .right_character_contents ul.works_wrap li p {
    line-height: 30px;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

.top .right_character_contents .transition_botton {
  margin-top: 10px;
}

.top .right_character_contents .transition_botton a {
  float: left;
  margin-top: 0px;
}


 .top .top_section03 {
  background-image: url("images/bg_03.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 514px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

 .top .top_section03 .l-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

 .top .top_section03 .l-inner .number_wrap span {
  border-top: solid 1px #fff;
}

 .top .top_section03 .l-inner p,  .top .top_section03 .l-inner h2 {
  color: #fff;
}

 .top .top_section03 .l-inner .heading_text {
  margin-bottom: 20px;
}

 .top .top_section03 .l-inner .text_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

 .top .top_section03 .l-inner .text_box p {
  color: #fff;
  line-height: 20px;
  margin-left: 20px;
}

 .top .top_section03 .l-inner .transition_botton {
  margin-left: 88px;
  margin-top: 0;
}

 .top .top_section03 .l-inner .transition_botton a {
  width: 327px;
  color: #fff;
  padding: 20px 0px;
  background-color: #333333c7;
}

 .top .top_section04 {
  padding-top: 0;
}

 .top .top_section04 .heading {
  text-align: center;
  width: 575px;
  margin: 0 auto;
  margin-bottom: 63px;
}

 .top .top_section04 .heading .heading_text {
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 0;
}

 .top .top_section04 .heading h2 {
  display: table;
  text-align: center;
  white-space: nowrap;
}

 .top .top_section04 .heading h2:after,  .top .top_section04 .heading h2:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
  background: -o-linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
  background-clip: padding;
}

 .top .top_section04 .heading h2:after {
  border-left: 1em solid transparent;
}

 .top .top_section04 .heading h2:before {
  border-right: 1em solid transparent;
}

 .top .top_section04 .post_wrap {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

 .top .top_section04 .post_wrap .inner {
  width: 31%;
  height: auto;
  margin-bottom: 24px;
  position: relative;
}

 .top .top_section04 .post_wrap .inner a {
  display: block;
}

.top .post_read_more p {
  line-height: 20px;
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
}
.top .top_section04 .post_wrap .inner .transform{
  position: absolute;
  top: 0;
  left: 4px;
}


.top .top_section04 .post_wrap .inner a p.date {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
    transform-origin: top left;
    font-size: 10px;
    line-height: 32px;
}

 .top .top_section04 .post_wrap .inner a .story_img img {
    width: 100%;
    height: 270px;
    max-width: 483px;
}

 .top .top_section04 .post_wrap .inner a h2.title {
  height: auto;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 17px;
  line-height: 25px;
  margin: 0px 0 10px 0;
  font-family: 'Prompt', sans-serif;
}

 .top .top_section04 .post_wrap .inner a p.description {
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
}

/* クライアント部分 */
.cliant.bg_gray {
    margin-top:  0;
    padding: 50px 0;
}
.cliant .heading_text{
    font-family: 'Prompt', sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
}
img.cliant_img {
    width: 60%;
    display:  block;
    margin:  0 auto;
}


/* contact_parts部分 */
.contact_parts {
  padding-top: 0;
}

/* .contact_parts {
 height: 405px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 background-color: #F2F2F2;
 margin-bottom: 0;
} */
.contact_parts {
 padding: 10%;
}

.contact_parts .heading {
 text-align: center;
}

.contact_parts .heading p {
 font-size: 14px;
 font-family: 'Prompt', sans-serif;
 margin-bottom:  35px;
}

body .contact_parts .heading .heading_text {
 font-size: 44px;
 font-family: 'Prompt', sans-serif;
 margin-bottom: 10px;
 font-family: 'Prompt', sans-serif;
 font-weight: bold;
 letter-spacing: 6px;
}

.contact_parts .heading .transition_botton {
 border: solid 1px #333;
 width: 300px;
 margin:  0 auto;
}

.contact_parts .transition_botton .inner a {
  color: #333;
  margin: 0 auto;
}
.contact_parts .transition_botton:after {
    left: 90%;
}

/* footer */
footer .top_inner {
  background-color: #333338;
  padding: 8.8888888889em 0;;
}

footer .top_inner p, footer .top_inner a,  footer .top_inner .st0 {
  color: #a0a0a1;
  font-family: 'Prompt', sans-serif;
  fill: #a0a0a1;
  font-size: 14px;
}

footer .top_inner li a:hover {
  text-decoration:line-through;
}

footer .top_inner .l-inner .inner_in {
  width: 100%;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
}
footer .conpany_detail {
    text-align: left;
    width: 50%;
    justify-content: center;
}


footer .top_inner .l-inner .inner_in .block p {
  font-size: 10px;
}

footer .top_inner .l-inner .inner_in .block.flex {
  width: 50%;
  display: flex;
  align-items: center;
}
footer .block_in {
    width: 100%;
}

footer .top_inner .l-inner .inner_in .block.flex p {
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 15px;
}
footer .top_inner .l-inner .inner_in .block.flex .block_in ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  justify-content: flex-end;
}


footer .top_inner .l-inner .inner_in .block.flex .block_in li {
      margin-left: 6%;
}

footer svg {
    width: 20%;
}

footer .bottom_inner {
  background-color: #333338;
  border-top: solid 1px #5a5a5a;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .bottom_inner p, footer .bottom_inner a {
  color: #B3B3B3;
  font-family: 'Prompt', sans-serif;
}

footer .bottom_inner .l-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 500px;
}

footer .bottom_inner .l-inner .inner_in {
  width: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

footer .bottom_inner .l-inner .inner_in .block  {
  text-align: center;
}

footer .bottom_inner .l-inner .inner_in .block p {
  font-size: 10px;
}

footer .bottom_inner .l-inner .inner_in .block a {
  display: block;
}

footer .block_in img {
    margin-top: 20px;
    margin-bottom: 10px;
}

footer .block_in p {
    font-weight: 700;
}

/* 記事ランキング */
.wpp-list {
  counter-reset: ranking;
  list-style-type: none;
}
.wpp-list li {
  clear: both;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  font-weight: bold;
}
.wpp-list li::before {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  line-height: 1.5em;
  font-size: 14px;
}
.wpp-thumbnail {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}

/* パンくず */
.breadcrumb-wrap {
    font-size: 14px;
    float: right;
}

.breadcrumb-wrap li {
    float: left;
    margin-right: 10px;
}

.breadcrumb-wrap li:after {
    content: ">";
    position: relative;
    left: 5px;
}
.breadcrumb-wrap li:last-child:after {
    content: "";
}

/* 下層見出し部分共通 */
.under .contents {
  padding-top: 155px;
}

.under .contents p.first {
    font-family: 'Prompt',sans-serif;
    font-size: 66px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 5px;
}

.under .contents .subheading_bottom,.service_in .title h3 {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  letter-spacing:  3px;
  margin-top: 10px;
}

.under .contents .subheading_bottom span {
  width: 120px;
  border-top: solid 1px #333;
  margin: 9px 3px 0px 4px;
  display: inline-block;
  height: 5px;
}

.under .contents .heading .number_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.under .contents .heading .number_wrap span {
  width: 60px;
  border-top: solid 1px #333;
  margin: 9px 3px 0px 4px;
}

.under .contents .heading .number_wrap p.number, .under .contents .heading .number_wrap h2 {
  font-family: 'Prompt', sans-serif;
  line-height: 20px;
  font-style: italic;
  font-size: 17px!important;
  margin-right: 10px;
}

.under .contents .heading .number_wrap img {
  width: 60px;
  display: none;
}

.under .contents .heading .heading_text {
    font-family: 'Prompt', sans-serif;
    font-size: 40px;
    margin-bottom: 60px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 1px;
}

.under .contents .heading .heading_text span.subheading {
  font-size: 13px;
  padding-left: 13px;
}

.under .contents .flex p.subheading {
  font-family: noto;
  font-size: 27px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: -30px;
}

.under .contents .flex p.subheading span {
    -ms-flex-align: center;
    font-family: 'Prompt',sans-serif;
    font-size: 50px;
    padding-left: 25px;
    line-height: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 900;
    line-height: 50px;
}



.under .contents p.concept_description {
    padding-bottom: 20px;
    font-weight: 400;
    font-family: 'Prompt',sans-serif;
    font-size: 14px;
    line-height: 30px;
    background-color: #ffffff5c;
    display: block;
    width: 50%;
}

.under .section00 {
  min-height: 400px;
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width:  100%;
}

.under .section00 .l-inner {
  padding-top: 47px;
}

/* aboutページ、サービスページ */
.about table.company_infomation {
  width: 100%;
}

.about .company_infomation tr {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 50px!important;
  padding-top: 90px!important;
}

.about .company_infomation td {
  padding: 27px 0;
  width: 40px;
}

/* worksページ */
.works ul.works_wrap {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.works ul.works_wrap li {
  width: 49%;
  margin-bottom: 20px;
}

ul.works_wrap li p {
  line-height: 30px;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.works ul.works_wrap_re li img {
    height: auto;
}

/* お問い合わせページ */
.contact {
    margin-bottom: 200px;
}
.contact .contact_parts {
    display:  none;
}
.contact p{
  text-align: justify;
  margin-bottom: 70px;
}
.contact .mauticform_wrapper {
  max-width: 900px;
  margin: 0;
}
.contact .mauticform-selectbox,.contact .mauticform-input,.contact .mauticform-textarea {
    width: 100%;
    padding: 1em 0.5em;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-sizing: border-box;
    border-radius: 0;
}

.contact .mauticform-button-wrapper .mauticform-button.btn-default {
    width: 327px;
    color: #fff;
    padding: 20px 0px;
    background-color: #333;
    border-radius: 0;
    margin-top:  40px;
    letter-spacing: 2px;
}


/* パーツ */
/* サービスページ */
ul.service {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.service li {
  width: 48%;
  height: auto;
  margin-bottom: 20px;
  position: relative;
}

ul.service li .story_img img {
  width: 100%;
  height: 100%;
}

/* 動きをつける */
.post_wrap article,.service_box article {
  overflow: hidden;
}

.story_img img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
transition:0.4s;
transition:0.4s;
}

.post_wrap :hover img,.service_box :hover img{
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
filter: grayscale(0%);
}

.post_read_more  {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    display: inline-block;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: solid 1px #333;
    margin: 27px 0 0 0;
    padding-bottom: 8px;
}

.post_wrap :hover .post_read_more, .service_box :hover .post_read_more {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

figure.snip1194 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  background: #ffffff;
  /* color: #000000; */
  text-align: center;
  cursor: none;
}
figure.snip1194 img.wear {
    position: absolute;
    top: 0;
    left: 0;
}

figure.snip1194 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1194 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  height: auto;
  display: block;
}
figure.snip1194 figcaption {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color:  #fff;
  text-align: center;
}
figure.snip1194 h2,
figure.snip1194 p {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}
figure.snip1194 p {
  top: 50%;
  padding: 0 50px;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
figure.snip1194 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
/* figure.snip1194:hover img,
figure.snip1194.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
} */
figure.snip1194:hover figcaption h2,
figure.snip1194.hover figcaption h2,
figure.snip1194:hover figcaption p,
figure.snip1194.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
figure.snip1194:hover figcaption h2,
figure.snip1194.hover figcaption h2 {
  opacity: 0.9;
}
figure.snip1194:hover figcaption p,
figure.snip1194.hover figcaption p {
  opacity: 1;
}

/* フェードイン */
.fade{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
  transition: .8s;

}
.fade_in{
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}

/* ビデオ制御 */
.video {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}







@media screen and (min-width:781px) and (max-width:999px) {
.top .top_section04 .post_wrap .inner a p.date {
    top: 96px;
}
.top .top_section04 .post_wrap .inner a .story_img img {
    height: auto;
}
.post_read_more{
  display: flex;
  transform: translateX(0%);
}
.top .right_character_contents {
    background-size: 212%;
}


.tablet{
  display: block!important;
}
}







@media screen and (max-width:999px) {

.sp{
  display: block!important;
}
.pc{
  display: none!important;
}

header.l-header {
  margin-top: 3%;
}
body .l-inner {
    max-width: 999px;
    padding: 0 1.631579rem;
    margin: 0 auto;
    overflow: hidden;
    min-width: 320px;
}
body header.l-header .l-inner{
  max-width: 999px;
  left: 0;
  bottom: 150px;
  height: 165px;
  min-width: 0px;
  width: 0px;
}
header.l-header a.logo{
  pointer-events: none;
}
header a svg {
  width: 130px;
  transform: rotate( 90deg );
  transform-origin: 0 -1px;
}

body .transition_botton a{
  width: auto!important;
}
.top .contents .heading .heading_text,.service_in .title p {
 font-family: 'Prompt', sans-serif;
 font-size: 45px;
 letter-spacing: 3px;
}
.top .left_character_contents {
    background-size: 390%;
    /* height: 700px; */
}
.top .left_character_contents .transition_botton {
  width: 100%;
}
.top .contents .flex p.subheading span.big{
  font-size: 90px;
}

.top .contents .flex p.subheading_sub.sp .big {
    font-family: 'Prompt', sans-serif;
    font-size: 32px;
    line-height: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
}
.top .section00 .l-inner {
    padding-top: 100px;
}

.top .contents p.description {
    font-size: 18px;
    line-height: 40px;
    margin-top: 30px;
}
.top .contents .flex p.subheading span {
    padding-left: 35px;
    line-height: 35px;
}
.top .right_character_contents .transition_botton a {
  width: 100%;
}
.top .right_character_contents {
    background-size: 759%;
}


.top .top_section03 .l-inner{
  display: block;
  margin: 0 auto;
}
.top .top_section04 .heading{
  width: 100%;
}
.top .top_section04 .post_wrap .inner {
  width: 48%;
}
.top .top_section04 .post_wrap .inner a .story_img img {
    height: auto;
    max-width: 100%;
}
.top .right_character_contents ul.works_wrap li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.modalmovie__btn {
  position: fixed;
}

.top .top_section03 .l-inner .transition_botton {
    margin-left:  0;
    margin-top:  20px;
}

.top .top_section03 .inner_wrap {width:  100%;}

.top .top_section03 .l-inner .heading_text {
    font-size:  90px;
    line-height: 80px;
}

.top .contents .heading .number_wrap {
    margin-left:  5px;
}

.top .top_section03 .l-inner .text_box {
    margin-left:  8px;
}

.top .top_section03 .l-inner .transition_botton a {
    width:  100%;
}

.top .top_section04 .post_wrap .inner a p.date {
    top: 72px;
}
.top .top_section04 .post_wrap .inner a h2.title {
    margin: 0px;
}
.top .top_section04 .post_wrap {
    padding: 0px 2%;
}

.top .top_section04 .post_wrap .inner a h2.title {
    height:  auto;
}

.block img {
    width:  120px;
}

.top .top_section03 .l-inner .transition_botton {
    margin-left:  0;
    margin-top: 30px;
}

footer .top_inner .l-inner .inner_in {
    width: 100%;
}
footer .top_inner .l-inner .inner_in .block.flex{
  display: none;
}
.block_in {
    width: 100%;
}
.block_in ul {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
footer .bottom_inner .l-inner {
  min-width: 320px;
}
.post_read_more{
  display: flex;
  transform: translateX(0%);
}
.top .contents h1.second {
    margin-bottom:  0;
}

.top .contents p.first {
    font-size:  70px;
}

.l-header a.logo img {
  width: 150px;
  /* position: fixed; */
  z-index: 9;
  margin-top: 5px;
}
.top .contents p.third {
    font-size: 13px;
}
.top .top_section03 {
    height: 700px;
    background-size: 670%;
}

.l-header .fixed .vertical_writing {
    margin-left: 8px;
}
.sp_none{
  display: none!important;
}
/* 下層 */
section#Firstcontents {
    width: 100%;
}

ul.service li {
    width:  100%;
}

.under .section00 .l-inner{
  margin-left: 0;
}

/* works */
.works ul.works_wrap li {
    width: 100%;
}
/* media */
.contact-area-footer{
  width: 100%;
}
.archive .archive-list .archive-item, .page-movie-post .archive-list .archive-item, .top .archive-list .archive-item {
    margin-bottom: 10px;
}
.page-allpost .archive-list .archive-item article .thumb, .archive .archive-list .archive-item article .thumb, .page-movie-post .archive-list .archive-item article .thumb, .top .archive-list .archive-item article .thumb {
    display: block;
    height: auto;
    overflow: hidden;
}
h2.title_big {
  position: initial;
}
.page-movie-post .rank-list li::before {
  z-index: 9;
  bottom: auto;
  top: -20px;
}
.archive .rank-list .rank-item img, .page-movie-post .rank-list .rank-item img, .top .rank-list .rank-item img {
    height: 100%;
}
.l-header-media .to-monocyte{
  display: none;
}
.l-media-nav .search-input{
  display: none;
}
.l-media-nav nav ul {
    display:  none;
}
.contact-area-footer .works {
    width: 50%;
}

.contact-area-footer .contact {
    width:  41%;
}
.content-2col{
  padding: 0;
}
.page-allpost .left-content .archive-list, .category .left-content .archive-list, .page-media-archive .left-content .archive-list {
    padding: 0 20px;
}

/* 強み */
.l-inner .strong ul li {
    width: 100%;
}

.strong ul {
    flex-direction: column;
}
.service_under .flow ul li {
    width: 90%;
}
.under .contents .heading .heading_text {
    line-height: 50px;
    font-size: 35px;
}
body .flow ul li {
    box-sizing: content-box;
}
.contents .image_film{
  margin-bottom: 00px;
}
.cliant img{
  width: 90%;
}
.cliant.bg_gray {
    padding: 20px 0;
}
.strong_point li .small {
    width: 39%;
}
.works .l-inner ul.works_wrap_re li .imgwrap_nxt img {
    height: 400px;
}
body header.l-header .menu{
  display: none!important;
}
footer .conpany_detail{
  width: 100%;
  text-align: center;
}
footer .top_inner .l-inner .inner_in{
  display: block;
}
footer svg {
    width: 14%;
}
}


@media screen and (max-width:420px) {
body{
  min-width: 375px;
}
.l-header .fixed #menu{
  width: 100%;
}
.top .contents .flex p.subheading {
    margin-bottom: 0;
    font-size: 20px;
}

.top .contents .flex p.subheading_sub {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
footer .top_inner .l-inner .inner_in .block.flex{
  width: 100%;
}
.top .top_section04 .post_wrap .inner {
    width: 100%;
}
.top .contents p.first {
    font-size: 43px;
}
.top .contents p.description {
    font-size: 16px;
    line-height: 29px;
}
.service_under .flow ul li {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}



}

@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
}
@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/

}

.hover {
    background-color: #F90;
    border: solid 1px white;
}

.transition_botton a {
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:(0,0,0,0);
    cursor: none;
}

.works_wrap iframe{
  width: 100%;
}




/* 追加 */
.strong h3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
}

.strong ul {
    display:  flex;
    justify-content: space-between;
}

.strong ul li {
    width: 30%;
}

.top .right_character_contents ul.works_wrap li img {
    width:  100%;
    height:  auto;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    display: block;
}

.top .right_character_contents ul.works_wrap li h3 {
    margin-top: 20px;
    font-weight: 500;
}

.strong_description {
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    margin-bottom: 60px;
    font-weight: 500;
    line-height: 50px;
    margin-top:  100px;
    text-align: center;
}

.top .left_character_contents .l-inner {
    padding-top: 60px;
}
.top .right_character_contents ul.works_wrap li {
    position: relative;
}
/* .top .reverse ul.works_wrap .title {
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position:  absolute;
    top: 0;
    left:  0;
    right:  0;
    bottom:  0;
    margin: auto;
    text-align:  center;
    color: #fff;
    display:  flex;
    align-items:  center;
    width:  100%;
    justify-content:  center;
} */
.top .reverse .right_contents {
    float: left;
}

.top .reverse ul.works_wrap li p {
    font-size: 14px;
    color: #1f1f1f;
    font-weight:  300;
}
.top .reverse {
    background-position: -20% 40px;
}

/* サービス一覧 */
.service .heading .heading_text {
    font-size: 50px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 60px;
    font-family: 'Prompt', sans-serif;
}
li.picture_none h3 {
    text-align: center;
    width: 100%;
    background-color: #333338;
    padding: 30px 0;
    color: white;
    margin-top: 50px;
}

/* サービス下層 */
.strong_point li {
    margin-bottom: 370px;
    position:  relative;
    padding-top:  40px;
}
.strong_point li:nth-child(even) {
    flex-direction: row-reverse;
}

ul.works_wrap {
    display:  flex;
    justify-content: space-between;
}

ul.works_wrap li {
    width:  49%;
}

.strong_point li div img {
    width:  100%;
    height: auto;
    z-index: 99999999;
}

ul.works_wrap {
    display:  flex;
    justify-content: space-between;
}

ul.works_wrap li {
    width:  49%;
}
.flow ul {
    letter-spacing: -.4em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f7f7f7;
    margin-bottom:  40px;
}
.flow ul li {
    width: 33%;
    box-sizing: border-box;
    padding: 30px;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-around;
    position:  relative;
    /* margin-bottom:  30px; */
}
.flow ul li .ttl_box {
    margin-top: 20px;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.flow ul li .num {
    font-size: 38px;
    color: #c3be9d;
    line-height: 55px;
    position:  absolute;
    top: -28px;
    border-bottom: solid 1px;
    font-family: 'Prompt', sans-serif;
    font-style:  italic;
}
.flow ul li .ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
.cf:after {
    clear: both;
}
.flow ul li .txt {
    font-size: 13px;
    line-height: 22px;
    margin-top: 15px;
}

.flow_inner {
    margin: 0 auto!important;
    width: 90%;
}

p.center-text {
    text-align: center;
    font-size: 80px;
    color: #9a9a9a;
}
.price {
    margin: 70px auto 0 auto;
    text-align: center;
}
.price h4 {
    margin-top: 25px;
    font-size: 24px;
}
.price .txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 32px;
}
.price ul {
    margin-top: 40px;
    letter-spacing: -.4em;
    border: solid 1px #1b1b1b;
    width: 49%;
    margin:  0 auto;
    position:  relative;
    margin-bottom: 40px;
}
.price ul li {
    display: inline-block;
    width: 50%;
    border: none;
    letter-spacing: normal;
    padding:  40px 0;
}
.price ul li .name {
    font-size: 18px;
    margin-bottom: 15px;
}
.price ul li .num {
    /* padding: 15px; */
    font-size: 15px;
}

section.bg_gray {
    background-color: #f2f2f2;
    padding: 155px 0;
    margin-top: 100px;
}

.service_list .transition_botton {
  width: 70%;
  margin: 0 auto;
}
.service_list .transition_botton a{
  width: 100%;
}

.service_under h2 {
    font-family: 'Prompt', sans-serif;
    font-size:  25px;
    margin-bottom:  20px;
}

.strong_point p {
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    line-height:  30px;
    /* width: 81%; */
    letter-spacing: 1px;
}
.image_film{
  width: 100%;
  height: auto;
  display: block;
}
.strong_point h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    letter-spacing:  2px;
    margin-top:  10px;
}
p.performan_describe.right,p.subtitle {
    float: right;
    width: 70%;
}
ul.performan_pict li .instagram .instagram-media {
    margin: 0 auto !important;
}



@media screen and ( max-width:999px) {
.strong_point li {
  flex-direction: column;
  margin-bottom: 0;
}
.strong_point li div {
    width: 100%;
}
.strong_point li div:last-child {
    position: inherit;
}
.strong_point li:nth-child(even) {
    flex-direction: column;
}
.service_under ul.works_wrap {
    flex-direction: column;
}
.service_under ul.works_wrap li {
    width: 100%;
    margin: 0 auto;
}
.flow ul li .ttl {
    display: inline-block;
    width: 100%;
}
.strong_point li .small {
    width: 100%;
}
}








h3.title {
    font-size: 17px;
    margin-top: 10px;
    line-height: 25px;
}

.modalmovie__img:before {
    content: "";
    display: block;
    background-color: #00000066;
    width: 100%;
    height: 100%;
    position: absolute;
}

.title_box {
    font-family: 'Prompt', sans-serif;
    /* font-size: 20px; */
    /* font-weight: 600; */
    letter-spacing: 0.5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #3494f7;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.title_box p, .title_box span, .title_box h3 {
  color: #eaeaea;
  font-weight:  300;
  font-size: 15px;
  letter-spacing:  1px;
}

.title_box span {
    width: 200px;
    border-top: solid 1px #eaeaea;
    margin: 9px 3px 0px 4px;
}

.top .right_character_contents ul.works_wrap li .title_box p,li .title_box p {
  font-size: 30px;
  font-family: 'Prompt', sans-serif;
  letter-spacing: 3px;
  color: #eaeaea;
  font-weight:  500;
}

.kuzu {
    font-size: 13px;
    padding: 10px 0px;
    border-top: solid 1px #f3f3f3;
    background-color: white;
    margin-top: 180px;
}

#breadcrumb {
    line-height: 20px;
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 2.631579rem;
    min-width: 781px;
}
}

#breadcrumb div {
    display: inline;
    font-size: 12px;
    color: #6F6F6F;
}

#breadcrumb div a,#breadcrumb div span {
    padding-bottom: 20px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #4e4e4e;
}

p.supplement {
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

ul.service li a {
    /* position: relative; */
    /* display:  block; */
    /* overflow:  hidden; */
}

.top .right_character_contents ul.works_wrap li .title_box p, ul.service li .title_box p {
    font-size: 21px;
    font-family: 'Prompt', sans-serif;
    letter-spacing: 6px;
    color: #eaeaea;
    font-weight: 500;
}

ul.service li p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 200;
}

section#strong_point {
    /* background-color: #F2F2F2; */
    padding: 120px 0;
}

section#strong_point p {
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
}

section#strong_point .heading .heading_text {
    margin-bottom: 43px;
    line-height: 50px;
    letter-spacing: 6px;
}

section#strong_point p.description {
    font-size: 18px;
    margin-bottom: 60px;;
    letter-spacing: 2px
}

section#strong_point p.subheading{
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 85px;
  width: 70%;
  margin: 0 auto;
  text-align: justify;
}

section#strong_point .strong .point h3 {
    font-weight: normal;
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    font-family: 'Prompt', sans-serif;
    margin-top: -12px;
    margin-bottom: 28px;
    letter-spacing: 6px;
}

section#strong_point .strong .point {
    background-color: #fff;
    padding-bottom: 43px;
    letter-spacing: 1px;
}

section#strong_point span{
    width: 100px;
    border-top: solid 1px #333;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}

.strong ul li img {
    margin: 0 auto;
    height: 93px;
    width: 100%;
    margin-bottom: 28px;
}

/* 下層追加部分 */

.strong_point ul li span {
    width: 100px;
    border-top: solid 1px #000000;
    margin: 25px 3px 40px 4px;
    display: block;
}

.strong_point p.point {
    font-family: 'Prompt', sans-serif;
    font-size: 17px;
    line-height: 0;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.price ul:before {
    content: "";
    display:  block;
    width: 1px;
    background-color:  black;
    overflow:  hidden;
    position:  absolute;
    height: 250px;
    top: -25px;
    left: 50%;
    right:  0;
    bottom: -100px;
    margin:  0;
    overflow:  hidden;
}

.price ul li .num span {
    font-size: 50px;
    font-weight: 600;
    margin-right: 3px;
    font-family: 'Prompt', sans-serif;
    font-style: italic;
}

.price p.detail {
    font-size:  24px;
    font-weight:  600;
    margin:60px 0;
}

.flow ul li:before {
    content: "〉";
    display:  block;
    font-size: 50px;
    position:  absolute;
    right: -40px;
    top: 50%;
    color: #c4be9c;
}

.flow ul li:last-child:before {
    display: none;
}

ul.service li.picture_none p {
    color:  #000;
    letter-spacing:  1px;
    margin-top:  15px;
}
section.contents.left_character_contents .l-inner_in{
    margin: 0 auto;
    width: 70%;
}


section.contents.left_character_contents.fade.section01.fade_in {
    background-image: url(https://monocyte.space/wp-content/themes/monocyte/images/home-about@2x.jpg);
    background-repeat: no-repeat;
    background-size: 58%;
    background-position: right;
    background-position-x: right;
    background-position-y: bottom;
}

/* works詳細 */
iframe.mordal__youtube {
    /* width:  100%; */
    /* height: auto; */
}

.full-width {
    width:  100%;
    height:  100%;
}

iframe.mordal__youtube {
    width:  100%;
    height: 100%;
}

.productions p {
    clear:  both;
    font-size:  22px;
    text-align:  center;
    padding: 100px 0 50px 0;
    font-weight: bold;
}

.productions img {
    width:  100%;
    height: auto;
}

.performan_overview ul li {
    float:  left;
    margin-right: 10px;
    letter-spacing:  1px;
    font-weight:  normal;
    font-size: 15px;
}
.performan_overview ul li:after {
    content: "/";
    margin-left: 10px;
}

.performan_overview ul li:last-child:after {
    content: none;
}


p.performan_describe,p.subtitle{
    clear:  both;
    font-size:  15px;
    letter-spacing:  2px;
    margin-bottom:  30px;
    line-height:  30px;
    text-align: justify;
}

p.subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

ul.hedding {
    margin-bottom: 50px;
}


/* lpコンテンツ */
#wedding h1, #wedding h2, #wedding h3, #wedding h4, #wedding p{
	font-family: 'Sawarabi Mincho';
  font-weight: normal;
}

.lp .topmv img {
    width: 100%;
}

.lp img.sencion_logo{
    width:30%;
}

.lp .text_inner{
  width: 70%;
}

.lp .section01 .l-inner {
    display:  flex;
    align-items: center;
    justify-content: space-around;
}
.lp .section01 h1 {
    font-family:  sans-serif;
    font-size: 22px;
    letter-spacing:  2px;
    margin-bottom:  10px;
}

.lp .section01 {
    text-align: left;
    margin-top: 100px;
}

.lp .section01 p {
    font-size: 15px;
    letter-spacing:  2px;
    line-height: 30px;
}

.lp .lp_strong_point ul li {
    display:  flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.lp .lp_strong_point ul li img {
    width: 55%;
    height: auto;
}

.lp .lp_strong_point ul li .text {
    width: 40%;
}

.lp .lp_strong_point ul li .text span {
    height: 1px;
    background-color: #7b7b7b;
    width: 200px;
    display: block;
    margin-bottom: 30px;
}

.lp .lp_strong_point ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.lp .lp_strong_point ul li .title {
    font-size: 23px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: normal;
}

.lp .lp_strong_point ul li p {
    font-size:  15px;
    letter-spacing: 1px;
    line-height: 29px;
}

.lp .section03 {
    margin-top: 5%;
}

.lp .lp_price ul.inner li.inner_in {
    width: 33%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.lp .lp_price ul.inner li.inner_in span {
    display: inline-block;
    width: 1px;
    height: 140px;
    background-color: black;
}

.lp .lp_price h4 {
    font-size:  20px;
    letter-spacing:  2px;
    line-height: 20px;
}

.lp .lp_price p.text {
    font-size: 16px;
}

.lp p.lp_price_in {
    font-size: 15px;
    letter-spacing: 2px;
    font-style: italic;
    margin: 5px 0 20px 0;
}

.lp .lp .lp_price p.text {
    margin-top:  10px;
    letter-spacing:  2px;
    font-size:  13px;
}

.lp .lp_price ul.inner li.inner_in:last-child {
    border: none;
}

.lp .lp_price ul.inner {
    display:  flex;
    justify-content: space-between;
    text-align:  center;
}


.lp .lp_price ul.supplement {
    text-align:  left;
    width:  65%;
    margin:  0 auto;
    margin-top:  10px;
}

.lp .lp_price ul.supplement li {
    font-size: 12px;
    letter-spacing: 1px;
}

p.question_title {
    font-size:  20px;
    border-bottom: solid 1px #c3c3c3;
    margin-bottom:  20px;
    padding-bottom:  5px;
}

.lp section.question {
    margin: 0 auto;
    padding-bottom: 5%;
}

.lp section.question li {
    margin-bottom:  30px;
}

.lp section.question li p.question {
    font-size:  20px;
    letter-spacing:  2px;
    margin-bottom:  10px;
}

.lp section.question li p.question:before {
    content: "Q.";
    color: #b7a635;
}

.lp section.question li p.answer {
    letter-spacing:  1px;
    line-height:  26px;
}

.lp .form .l-inner {
    display:  flex;
    justify-content:  space-between;
    width:  50%;
    align-items: center;
    margin-bottom: 50px;
}

.lp .form .l-inner .content {
    width:  30%;
}

.lp .form .l-inner .content .sencion_logo {
    width:  auto;
}

.lp .form .content h4 {
    font-family: 'Noto Sans Japanese, sans-serif'!important;
}

.lp .form .l-inner .form {
    width:  65%;
}

.lp .form .l-inner .form input {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
    border: solid 1px #e0e0e0;
}

.lp .form .l-inner .form textarea {
    width:  100%;
    border-color: #e0e0e0;
    margin-bottom:  10px;
}

.lp .form .l-inner .form button.btn {
    height: 50px;
    width: 101%;
    background-color: #c4be9c;
    color: white;
    font-size: 17px;
    letter-spacing: 12px;
    font-weight: bold;
    font-family: 'Sawarabi Mincho';
    border: none;
}

#sns .lp_price ul.inner li.inner_in {
    width: 50%;
}

@media screen and (max-width:999px) {
  .l-header .fixed .vertical_writing {
    display: none;
  }
  .lp .section01 .l-inner {
      display:  block;
  }

  .lp img.sencion_logo {
      display: none;
  }

  .lp .text_inner {
      width: 90%;
      padding-top: 0%;
      margin: 0 auto;
  }

  .lp .lp_strong_point ul li {
      display:  block;
  }

  .lp .lp_strong_point ul li img {
      width:  100%;
  }

  .lp .lp_strong_point ul li .text {
      width:  100%;
      margin-top: 10%;
  }

  .lp .lp_strong_point ul li .text span {
      display:  none;
  }

  .lp .lp_price ul.inner li.inner_in {
      width:  100%;
      display:  block;
  }

  .lp .lp_price ul.inner {
      display:  block;
  }

  .lp .lp_price ul.inner li.inner_in span {
      width: 70%;
      height:  1px;
      margin: 30px 0;
  }

  .lp section.question li {
      margin:  0 auto;
      padding-bottom:  80px;
  }

  .flow ul {
      display:  block;
  }

  .flow ul li {
      width:  90%;
      margin-bottom:50px;
  }

  .flow ul li:before {
      display:none;
  }

  .lp .form .l-inner {
      display:  block;
  }

  .lp .form .l-inner .content {
      width:  70%;
      margin-bottom: 30px;
  }

  .lp .form .l-inner .form {
      width:  100%;
  }

  .lp .form .l-inner .form input {
      height:  50px;
      border: solid 1px #e6e6e6;
  }
  #sns .lp_price ul.inner li.inner_in {
      width: 100%;
  }
  /* トップスマホ修正 */
  ul.works_wrap_re img {
      width: 100%;
      height: auto;
  }

  ul.works_wrap_re li .title .first {
      font-size: 25px!important;
  }

  section#strong_point .heading .heading_text {
      margin-bottom: 10px;
      font-size: 30px;
      letter-spacing: 3px;
      text-align: left;
  }

  section#lp ul li {
      width: 100%!important;
  }
}

/* トップ修正 */
ul.works_wrap_re li .title .first,.top .right_character_contents ul.works_wrap li h3 span {
    font-size: 30px;
    margin-top: 0;
    line-height: 1.538;
}

ul.works_wrap_re li .title {
    clear:  both;
}
ul.works_wrap_re li img {
    width: 100%;
    display: block;
}

section#lp {
    background-image:  none;
}

section#lp ul li {
    width:  33%;
}

section#lp ul li a:hover {
    opacity: 0.7;
}






/* website改修 */
body {
    background-image: url(images/back.jpg);
}
.top .section00 .l-inner .innner h1,.top .section00 .l-inner .innner p,.top .contents p.third {
    width: 33%;
    margin: 42px 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.0;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.7);
    display: inline;
    /* text-shadow: white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px; */
}

.top .contents h1.second {
}

.top .section00 .l-inner .innner {
    width: 50%;
    text-align: justify;
}

.top .contents p.forth {
    margin-top: 10px;
}

.top .section00 .l-inner {
    position: absolute;
    margin-left: 2.631579rem;
    z-index: 2;
    padding: 0;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.top .section00 {
    position: relative;
}

.top .contents p.first {
    margin-top: 80px;
    margin-bottom: 42px;
}
.top .contents p.first,.top .right_character_contents .works_wrap li h3 span {
    font-family: 'Prompt',sans-serif;
    font-size: 70px;
    margin-bottom: 29px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 4px;
    /* text-shadow: white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px; */
}
#main_visual {
    float: right;
    width: 100%;
}
#main_visual img {
  width: 768px;
  height: 1152px;
  float: right;
  padding-right: 2.631579rem;
  object-fit: cover;
  padding-top: 25px;
}

img.bar.layer-top.move-slow {
    position: absolute;
    top: 470px;
    right: 55%;
    width: 17.5%;
}
section#concept {
    text-align: center;
}

section#concept .number_wrap {
    display: inline-flex;
    margin-left: -290px;
}

section#concept  .transition_botton {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

section#concept .transition_botton a {
    width: 100%;
}

.top .contents {
    padding-top: 0px;
}

body .transition_botton a {
    background-color: #fff;
}

.top ul.works_wrap_re li img {
    width: 100%;
    object-fit: cover;
    object-position: 80% 0%;
}

.top ul.works_wrap_re li {
    width: 100%;
    clear: both;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.top ul.works_wrap_re li a {
    overflow: hidden;
    width: 58%;
    display: block;
    float: left;
}

.top ul.works_wrap_re li .container {
    width: 49%;
    background-color: white;
    height: 410px;
    position: absolute;
    top: 0;
    right: -49%;
    bottom: 0;
    left: 0px;
    margin: auto;
    z-index: 0;
}
.top ul.works_wrap_re li .container_in {
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 70%;
}

.top ul.works_wrap_re li .container_in .category {
    margin-bottom: 20px;
}

.top ul.works_wrap_re li .container_in .category li {
    display: inline;
    margin-right: 15px;
    letter-spacing: 2px;
}

.top ul.works_wrap_re li .container_in .category li:after {
  content: "/";margin-left: 10px;
}

.top ul.works_wrap_re li .container_in .category li:last-child::after {
    content: none;
}

.top ul.works_wrap_re li .container_in .transition_botton a {
    background-color: white;
    color: #2e98e5;
    width: 100%;
    padding: 0;
}

.top ul.works_wrap_re li .container_in .transition_botton {
    float: right;
    margin-top: 0;
    text-align: right;
    width: auto;
}

section#works .heading .heading_text {
    margin-bottom: 20px;
    letter-spacing: 6px;
}

section#works .left_contents {
    margin-bottom: 100px;
}

section#works {
    background-color: #f5f5f5;
    padding: 100px 0;
    margin-top: 100px;
}

.modalmovie__img:before {
    background-color: #f5f5f500;
}
.title_box {
    width: 70%;
    height: 70%;
    background-color: #ffffffde;
}
.top .right_character_contents ul.works_wrap li .title_box p, ul.service li .title_box p {
    color: #008af8;
}
.title_box span {
    border-top: solid 1px #008af8;
}
.title_box p, .title_box span, .title_box h3 {
    color: #008af8;
}

.top .left_character_contents .l-inner .concept_background_image .left {
    position: absolute;
    left: 0;
    top: 12%;
    width: 40%;
    object-fit: cover;
    object-position: 77% 0;
    z-index: -1;
}

.top .left_character_contents .l-inner .concept_background_image .right {
    position: absolute;
    right: 0;
    top: 12%;
    width: 40%;
    object-fit: cover;
    object-position: 41% 0;
    z-index: -1;
}

.center_bgwhite {
    background-color: #ffffff;
    z-index: 999;
    width: 700px;
    margin: 0 auto;
    padding: 130px 10px;
}

#lp .title_box {
    height: 70%;
}
#works .works_wrap_re .transition_botton a, #service .transition_botton a {
    border: none;
}

#works .transition_botton {
    float: right;
    margin-top: 40px;
}

.contact_parts {
    background-color: #fafafa;
}

svg.arrow {
    width: 13px;
}
 .l-inner .inner_in .block.flex svg {
    margin-top: 20px;
    margin-bottom: 12px;
}

ul.works_wrap_re li img.works_01 {
    object-position: 48% 0;
    clip-path: polygon(0 0,100% 0,85% 100%,0% 100%);
}
ul.works_wrap_re li img.works_02 {
    object-position: 28% 0;
}
.transition_botton span {
    font-size: 17px;
    letter-spacing: 3px;
}
.contact_parts .heading .transition_botton {
    width: 400px;
    background-color: #259eff;
    border: none;
}

.under.works ul.works_wrap_re li .title .first {
    margin-bottom: -10px;
    margin-top: 100px;
}

.works .subheading_bottom {
    margin-bottom: 20px;
}
section#strong_point {
    padding: 0;
    margin-top: 100px;
}
a#janp_btn {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background-color: #c5bd9c;
    padding: 20px 40px;
    color: white!important;
    font-size: 18px;
    display: block;
    margin-top: 100px;
}
#wedding #main_visual {
    background-image: url(images/lp/wedding_01.jpg);
}
section#main_visual {
    height: 800px;
    background-image: url(images/lp/wedding_01.jpg);
    background-size: cover;
    background-repeat:no-repeat;
  	background-position: 50% 50%;
  	background-attachment:fixed;
}
#wedding section.contents.fade.fade_in.performance {
    margin-bottom: 155px;
}
.performance h4 {
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 70px;
}
#wedding .performance ul {
  display: flex;
  justify-content: space-around;
}
#wedding .performance ul li{
  width: 49%;
}
.top ul.works_wrap_re li .container_in p.client {
    margin-top: 20px;
}
.supplement ul.category li {
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
    letter-spacing: 2px;
}
.supplement {
    margin-top: -10px;
}

.supplement p.client {
  margin: 5px 0 20px 0px;
}
.service_under .transition_botton {
    margin: 0 auto;
    width: 50%;
    margin-top: 40px;
}
.supplement ul.category li:after {
    content: "/";
    margin-left: 10px;
}

.supplement ul.category li:last-child::after {
    content: none;
}

.service_under .transition_botton a {
    width: 100%;
}

.contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.contact input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    height: 30px;
}

.contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 300px;
    border-color: #ddd;
    border-radius: 0;
}

.contact .contactform table {
  width: 100%;
  border-collapse: separate;
}

.contact .contactform td {
    width: 70%;
    margin-right: 10%;
    padding-top: 50px;
}

.contact .contactform th {
    padding-top: 60px;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
}

.contact .contactform .submit {
    margin-top: 75px;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    height: 100px;
    font-size: 20px;
    background-color: #ffffff;
    color: #3c3c3c;
    font-weight: bold;
    border: solid 1px #636363;
    letter-spacing: 12px;
    font-family: 'Poppins',sans-serif;
}
.contact p {
    margin-bottom: 20px;
}
#top_recruit {
    background-image: url(images/lp/recruit_01.jpg);
    background-size: cover;
    height: 405px;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

#top_recruit .heading p.heading_text {
  margin: 60px 0 10px 0;
}

#top_recruit .l-inner  {
    background-color: #ffffff8f;
    padding: 54px 2.631579rem;
}

#top_recruit .transition_botton a {
  display: block;margin: 0 auto;width: 350px;
}

#top_recruit .transition_botton {
    margin-top: 30px;
}
#recruit .image {
    width: 100%;
}

#recruit .inner .content h4 {
    font-size: 30px;
    display: block;
    float: left;
    margin-right: 60px;
    width: 24%;
}
#recruit .content_in {
    margin-bottom: 100px;
}
#recruit .details {
    overflow: hidden;
    background-color: #f9f9f9;
}
#recruit .list-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 50px 0 50px;
}
#recruit .list-data__title {
    width: 18%;
    margin-bottom: 30px;
}

#recruit .list-data__title {
    box-sizing: border-box;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.23rem;
    line-height: 1.4;
    margin-bottom: 4px;
}

#recruit .list-data__detail {
    width: 82%;
}

#recruit .list-data__detail {
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.12rem;
    line-height: 1.8;
    color: #42454a;
    margin-bottom: 30px;
}

#recruit .list-data__title {
    width: 18%;
    margin-bottom: 30px;
}

#recruit .list-data__title {
    box-sizing: border-box;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.23rem;
    line-height: 1.4;
    margin-bottom: 4px;
}

#recruit .list-data__detail {
    width: 82%;
}

#recruit .list-data__detail {
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.12rem;
    line-height: 1.8;
    color: #42454a;
    margin-bottom: 30px;
}
#recruit .list-circle > li {
    margin: 4px 0;
}
/* 2020/06/11追加 */
header.l-header .l-inner {
    padding-top: 20px;
}
header.l-header .l-inner {
    display: flex;
    max-width: none;
    position: fixed;
    z-index: 999999999;
    width: 100%;
}

header.l-header a.logo {
    width: 50%;
}

header.l-header .menu {
  display: flex!important;
  align-content: space-between;
  width: 50%;
}

header.l-header .menu ul {
    display: flex;
    margin-top: 3px;
    width: 100%;
    justify-content: flex-end;
}
header.l-header .menu ul li {
    margin-left: 4%;
    position: relative;
}
header.l-header .menu ul li.works:before {
    content: "51";
    position: absolute;
    right: -10px;
    top: -12px;
    font-size: 10px;
}
header.l-header .menu ul li.service:before {
    content: "10";
    position: absolute;
    right: -10px;
    top: -12px;
    font-size: 10px;
}

header.l-header .menu ul li a {
    font-family: 'Prompt',sans-serif;
}
section.contents.section00.fade.fade_in {
    max-width: 1500px;
    margin: 0 auto;
}

header.l-header {
    max-width: none;
    margin: 0 auto;
}

header.l-header .menu ul li:last-child a {
    margin-right: 0;
}
header svg {
    width: 180px;
}
header.l-header a.logo , header.l-header a.logo .st0 {
    fill: #3c3c3c
    ;
}
.top .right_character_contents ul.works_wrap li span {
    font-weight: bold;
    font-size: 12px;
}
.top .reverse ul.works_wrap li p.viewmore {
    font-size: 12px;
    margin-top: 70px;
    font-weight: bold;
    border-bottom: solid 1px #636363;
    display: inline-block;
}
li .transition_botton span {
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: solid 1px #636363;
    display: inline-block;
    color: black;
    padding-bottom: 5px;
}
#media .left_contents {
    width: 280px;
    float: left;
}

#media ul.works_wrap_re {
    /* width: calc(100% - 280px); */
    display: flex;
}

#media .l-inner {
    /* display: flex; */
}

#media .top ul.works_wrap_re li {
    width: 100%;
}

#media ul.works_wrap_re li a {
    width: 92%;
    margin: 0 auto;
}

#media .heading .heading_text {
    margin-bottom: 0;
}

#media p.description {
    width: 250px;
    line-height: 22px;
    letter-spacing: 2px;
    margin-top: 10px;
}

#media ul.works_wrap_re li .day {
    margin-top: 20px;
}

#media p.day {
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 1px;
}

#media p.overview {
    letter-spacing: 2px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#media .heading .number_wrap {
    padding-top: 0;
}
#media .transition_botton {
    margin-top: 15px;
}

body .transition_botton a {
    background-color: white;
    color: #232323;
    border: solid 1px #636363;
}
.transition_botton:after {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    color: black;
    border-bottom: solid 1px #636363;
    position: absolute;
    right: 0;
    top: 0;
    left: 83%;
    bottom: 0;
    margin: auto;
}
#works .works_wrap_re .transition_botton:after, #service .transition_botton:after{
    display: none;
}
#youtube video, #youtube .bgwrap {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
#youtube .video-wrap {
    position: relative;
}

#youtube .transition_botton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: 0;
    z-index: 999;
    width: 400px;
}
#youtube .transition_botton a {
    border: none;
}
#youtube .transition_botton:after{
    left: 90%;
}
#youtube.contents {
    margin-bottom: 0%;
}
.block_in ul {
    margin-bottom: 20px;
}



figure {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
}


figure img,figure .image_in{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.imgwrap{
  overflow: hidden;
}

figure:hover img,figure .image_in:hover {
  opacity: 1;
  /* -webkit-animation: flash 1.5s;
  animation: flash 1.5s; */
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
figcaption.hover-mask {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 30px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    justify-content: space-around;
}
figcaption.hover-mask:hover {
    opacity: 1;
    transition: all 0.6s ease;
}

 p,  fill,  li,{
  color: #a0a0a1;
}

.bottom_inner img {
    width: 40%;
}

/* site改修20200808 */
.service_in .title h3{
  font-size: 14px;
  display: inline;
}
.service_in .title p {
    font-size: 40px;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 50px;
}

.service_in p{
  margin-bottom: 20px;
}

.service_in .branding .image_in,.service_in .movie .image_in,.service_in .photo .image_in{
  background-image: url("images/service/service_01.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 514px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}

.service_in .movie .image_in{
  background-image: url("images/service/serviceimg_02.jpg");
}

.service_movie_in {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
}

.service_movie_in li {
    width: 48%;
    margin-bottom: 50px;
}

.service_movie_in li img {
    width: 100%;
    height: auto;
    display: block;
}

.service_movie_in .title p{
  font-size: 25px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 0;
}

.service_movie_in .title h4{
  font-weight: normal;
  line-height: 1;
}

.service_in .branding .image_in{
  margin-bottom: 0;
}

.service_in section{
  margin-bottom: 300px;
}

.img_temp {
    width: 100%;
    height: 700px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.branding_img_01{
  background-image: URL("images/service/service_01.jpg");
}
.branding_img_02{
  background-image: URL("images/service/service_02.jpg");
}
.branding_img_03{
  background-image: URL("images/service/service_03.jpg");
}
.imgphoto_img_01{
  background-image: URL("images/service/service_05.jpg");
}
.imgphoto_img_02{
  background-image: URL("images/service/service_09.jpg");
}
.imgphoto_img_03{
  background-image: URL("images/service/service_08.jpg");
}
.tkgphoto_img_01{
  background-image: URL("images/service/service_06.jpg");
}
.tkgphoto_img_02{
  background-image: URL("images/service/service_04.jpg");
}
.tkgphoto_img_03{
  background-image: URL("images/service/service_10.jpg");
}
.brandingmovie_img_01{
  background-image: URL("images/service/branding_01.jpg");
}
.brandingmovie_img_02{
  background-image: URL("images/service/branding_02.jpg");
}
.brandingmovie_img_03{
  background-image: URL("images/service/branding_03.jpg");
}
.recruitmovie_01{
  background-image: URL("images/service/recruit_01.jpg");
}
.recruitmovie_02{
  background-image: URL("images/service/recruit_02.jpg");
}
.recruitmovie_03{
  background-image: URL("images/service/recruit_03.jpg");
}
.outdoormovie_01{
  background-image: URL("images/service/outdoor_01.jpg");
}
.outdoormovie_02{
  background-image: URL("images/service/outdoor_02.jpg");
}
.outdoormovie_03{
  background-image: URL("images/service/outdoor_03.jpg");
}
.prmovie_01{
  background-image: URL("images/service/pr_01.jpg");
}
.prmovie_02{
  background-image: URL("images/service/pr_02.jpg");
}
.prmovie_03{
  background-image: URL("images/service/pr_03.jpg");
}
.motiongraphics_01{
    background-image: URL("images/service/motiongraphics_01.jpg");
  }
  .motiongraphics_02{
    background-image: URL("images/service/motiongraphics_02.jpg");
  }
  .motiongraphics_03{
    background-image: URL("images/service/motiongraphics_03.jpg");
  }
.sns_img_01{
  background-image: URL("images/service/sns_01.jpg");
}
.sns_img_02{
  background-image: URL("images/service/sns_02.jpg");
}
.sns_img_03{
  background-image: URL("images/service/sns_03.jpg");
}
.digital_img_01{
  background-image: URL("images/service/digital_01.jpg");
}
.digital_img_02{
  background-image: URL("images/service/digital_02.jpg");
}
.digital_img_03{
  background-image: URL("images/service/digital_03.jpg");
}
.recruitment_img_01{
  background-image: URL("images/service/recruitment_01.jpg");
}
.recruitment_img_02{
  background-image: URL("images/service/recruitment_02.jpg");
}
.recruitment_img_03{
  background-image: URL("images/service/recruitment_03.jpg");
}


.service .strong_point li .small {
    position: absolute;
    left: 30%;
    bottom: -30%;
    background-color: white;
    letter-spacing: 3px;
    line-height: 25px;
    /* box-shadow: 0 10px 70px rgba(0,0,0,.09); */
}
.strong_point li .small .l-inner {
    padding: 100px 240px 100px 70px;
    letter-spacing: 3px;
    line-height: 25px;
    height: auto;
    text-align: justify;
}

#owndmedia ul.works_wrap_re {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

#owndmedia ul.works_wrap_re li {
    width: 33%;
}

#owndmedia ul.works_wrap_re li img {
    width: 100%;
}

#owndmedia ul.works_wrap_re li a {
    width: 100%;
}

#owndmedia p.day {
    margin: 10px 0 0px 0;
}

#owndmedia p.overview {
    font-size: 16px;
    font-weight: bold;
}

#movie_ju,#photo_ju {
    padding-top: 100px;
    margin-top: -100px;
}

.contact_parts .heading .number {
    margin-bottom: 0;
    font-size: 30px;
}

.contact_partsin{
    box-shadow: 0 10px 70px rgba(0,0,0,.09);
    width: 70%;
    margin: 0 auto;
    color: white;
}

.lp section.contact_parts {
    margin-top: 10%;
}

/* ナビゲーションのアニメーション */
header.l-header .menu ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}
header.l-header .menu ul li a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
header.l-header .menu ul li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.yt{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.yt iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* オウンドメディア */
#ownd .discription div {
width: 100%;
height: 720px;
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

#ownd .text-content {
    position: relative;
    box-sizing: border-box;
    height: auto;
    max-width: 850px;
    margin: -100px auto 0;
    padding: 50px 100px;
    background-color: #FFF;
}

#ownd .discription {
  text-align: center;
  width: 100%;

}
#ownd h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

#ownd h2.title {
  font-size: 24px;
  line-height: 38px;
  margin: 34px 0 20px;
}

#ownd p {
  line-height: 1.9;
  margin-bottom: 20px;
  font-size: 1.025rem;
}

#ownd h3 {
    position: relative;
    margin: 70px auto 30px;
    position: relative;
    font-weight: 400;
    border-bottom: solid 1px;
}
#ownd h4 {
    font-size: 1.25rem;
    font-weight: 100;
    border-bottom: solid 1px #0c0c0c;
    padding-bottom: 0.5rem;
    letter-spacing: 2px;
}
/* ワークス改修 */
.nxt #Firstcontents {
    height: 100%!important;
    padding-top: 0;
    margin-bottom: 0;
}

.nxt #Firstcontents img {
    width: 100%;
    height: 100%!important;
}

ul.performan_pict {
    max-width: 1500px;
    padding: 0 2.631579rem;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    min-width: 781px;
    clear: both;
    display: flex;
    flex-grow: 2;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}


.performan_pict li {
    width: 49.5%;
    margin-bottom: 1%;
}
.nxt .performan_overview {
    clear: both;
    margin: 105px 0 155px 0;
}
.nxt .performan_overview ul.hedding {
    margin-bottom: 20px;
    overflow: hidden;
}

.performan_pict li img {
    width: 100%;
    height: auto;
    height: auto;
}
.works ul.works_wrap_re li .imgwrap_nxt img {
    height: 720px;
    object-fit: cover;
}
.performan ul.works_wrap li img {
    width: 100%;
    height: auto;
    display: block;
}
#youtube .bgwrap {
    background-image: url(images/studio_03.jpg);
}
.rental#youtube .bgwrap {
    background-image: url(images/equipment/rental_001.jpg);
    background-position: center;
}
/* youtube修正 */
#youtube_service .lp_price ul.inner li.inner_in span {
    display: block;
    height: 0;
    position: absolute;
    left: -30px;
    text-align: left;
}

#youtube_service .lp_price ul.supplement {
    width: 100%;
}

#youtube_service .lp_price ul.inner li.inner_in {
    font-size: 10px;
    align-items: start;
    text-align: left;
}

#youtube_service .lp_price ul.supplement li {
    font-size: 15px;
    position: relative;
}
.top .right_character_contents ul.works_wrap li h3 span{
  margin-bottom: 0px;
  line-height: 30px;
  letter-spacing: 2px;
  display: block;
}

html{
  overflow: auto;
}
body {
  overflow: hidden;
    min-width: 320px;
}




/* マウスアクション */
body {
  /* position: relative; */
  cursor: none;
}

.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cursor {
    width: 8px;
    height: 8px;
    background-color: #141414;
    z-index: 1001;
}

.follower {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: transform ease .1s;
    text-align: center;
    z-index: 999999;
    background-color: #0e0e0e14;
}
.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
}
.follower.is-active {
  transform: scale(3);
}

a{
  cursor: none;
}
.performan .contents p.first{
  margin-top: 10%;
}
.menu_side {
    position: fixed;
    right: 0;
    writing-mode: vertical-lr;
    top: 50%;
    transform: translate(-50%, -50%);
}

.menu_side li a {
    font-size: 13px;
    color: #3c3c3c;
}
/* レンタル */
#equipment_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#equipment_list ul li {
    width: 32%;
}

#equipment_list ul li img {
    width: 100%;
    height: auto;
}

#equipment_list ul li .price {
    margin: 20px 0 50px 0;
}

.rental section#strong_point {
    margin-bottom: 100px;
    margin-top: 200px;
}
.rental .equipment_rental{
  margin-top:20%;
}

.rental img.mv {
    width: 100%;
}
.full-width.drp video {
    width: 100%;
    height: 100%;
}




@media screen and ( max-width:999px) {
  .l-header .fixed #menu ul li a {
    margin-bottom: 0px;
  }
  .center_bgwhite {
    width: 100%;
    padding: 0;
}

.center_bgwhite img.concept {
    width: 100%;
    height: auto;
}

.top ul.works_wrap_re li .container {
    width: 100%;
    overflow: hidden;
    position: static;
    height: auto;
}

ul.works_wrap_re li img.works_01 {
    clip-path: none;
}

.top ul.works_wrap_re li a {
    width: 100%;
}

.top ul.works_wrap_re li {
  display: flex;
  flex-direction: column-reverse;
}

.top ul.works_wrap_re li .container_in {
    position: relative;
}

section#strong_point {
    clear: both;
}

#main_visual {
    float: none;
}

div#main_visual img {
    top: -3%;
    left: 0%;
    width: 100%;
    height: auto;
    padding: 0;
    position: absolute;
    min-height: 1130px;
}

.top .contents p.first {
    width: 100%;
    overflow: hidden;
    font-size: 38px;
}
.concept_background_image {
    display: none;
}

/* 修正 */
.contact_parts .heading .transition_botton {
    width: 90%;
    background-color: #259eff;
    border: none;
}

section.contact_parts.fade.fade_in .transition_botton a {
    width: 90%;
    color: white;
}
.top .section00 .l-inner .innner {
    width: 100%;
    margin-bottom: 10px;
}
section#concept .number_wrap {
    display: inline-flex;
    /* margin-left: -290px; */
    position: absolute;
    left: 0;
    top: 150px;
}
section#concept .transition_botton {
    width: 100%;
}
section#works .transition_botton {
    width: 100%;
}
.top ul.works_wrap_re li .container_in {
    position: static;
    transform: none;
    -webkit-transform: none;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}
ul.works_wrap_re li .title .first {
    margin: 30px 0 10px 0;
    line-height: 30px;
    letter-spacing: 1px;
}
.top ul.works_wrap_re li .container_in .category {
    margin-bottom: 20px;
    margin-top: 20px;
}
section#works .transition_botton {
    margin-top: 30px;
}
.transition_botton span {
    margin-bottom: 10px;
    color: #3c3c3c;
}

section#works li .transition_botton a {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.top .section00 {
    height: 780px;
    margin-top: 0;
}
.top .section00 .l-inner {
    padding: 0 1.631579rem;
    margin:0;
    margin-bottom: 100px;
    position: relative;
    transform: none;
    margin-top: 30px;
}
.l-header .fixed{
  top: 30px;
  right: 20px;
  transform: none;
  min-width: 60px;
  min-height: 17px;
}
.l-header .fixed .open {
  min-width: 60px;
  min-height: 17px;
}
.l-header .fixed span:first-child {
    top: 0;
}
.l-header .fixed span:nth-child(2) {
    top: 7px;
}
.l-header .fixed span:nth-child(3) {
    top: 14px;
}
.l-header .fixed span {
    display: block;
    width: 60px;
    height: 1px;
    left: 0;
    background-color: #3c3c3c;
    position: absolute;
}
.top .contents p.first {
    font-size: 50px;
    word-wrap: break-word;
    margin-top: 0;
    line-height: 60px;
    margin: 130px 0 141px 0;
    letter-spacing: 3px;
}

.top .contents p.first span svg {
    width: 300px;
    height: auto;
}

.top .contents p.first span .st0 {
    fill: #3c3c3c;
}

section#strong_point p.description {
  text-align: left;
  margin: 0 auto 60px;
}
.contact_parts .heading .description {
 text-align: left;
 width: 90%;
 margin: 0 auto 35px;
}

.under .contents p.concept_description {
    width: 100%;
}

section.contents.left_character_contents.fade.section01.fade_in {
    background-image: none;
}

.service_list ul.service li {
    width: 100%;
}

#breadcrumb {
    min-width: 320px;
    padding: 15px;
}
/* wedding */
.performance h4 {
    font-size: 20px;
    text-align: left;
    line-height: 30px;
}
#wedding .performance ul {
  display: block;
}
#wedding .performance ul li{
  width: 100%;
  margin-bottom: 40px;
}
/* 2019/05/01追加 */
.under .contents .heading .heading_text{
  margin-bottom: 80px;
}
.under .contents .heading .heading_text span.subheading {
    font-size: 13px;
    display: block;
    padding: 0;
    line-height: 10px;
}
.contact_parts {
    padding: 0%;
    padding: 40px 0;
}
body .contact_parts .heading .heading_text {
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
}
.top .instagram{
  margin-top: 75px;
}
.works .subheading_bottom {
    line-height: 50px;
}
#recruit .inner .content h4 {
    float: none;
    margin-bottom: 20px;
    width: auto;
}
{
  height: auto;
}
#recruit .list-data__title {
    width: 100%;
}
.under .contents p.first {
    font-family: 'Prompt',sans-serif;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
}

.performan .section00 {
    padding-top: 0;
    margin-bottom: 0;
    min-height: auto;margin-top: 73px;
}



ul.hedding {
    margin: 70px 0 25px;
    overflow: hidden;
}

p.performan_describe,p.subtitle {
    letter-spacing: 1px;
    line-height: 25px;
    text-align: justify;
}


.under .contents .subheading_bottom,.service_in .title h3 {
    margin-bottom: 30px;
}
ul.performan_pict{
    min-width: auto;
    padding: 0 1.631579rem;
}

.performan_pict li {
    width: 100%;
}


ul.performan_pict img{
    width: 100%;
    height: 100%;
    min-width: auto
}

.performan_overview {
    width: 100%;
    margin: 55px 0 105px 0;
}
.service_under .transition_botton{
  width: 100%;
}
#media .left_contents {
    width: 100%;
}

#media p.description {
    width: 100%;
}
#media .l-inner .left_contents {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}

#media .l-inner p.description {
    width: 100%;
}

#media ul.works_wrap_re {
  flex-wrap: wrap;
}

#media ul.works_wrap_re li a {
    width: 100%;
}
#service.service_movie_in li{
  width: 100%;
}
.l-main .service .strong_point li .small {
    position: static;
    width: 100%;
}

.service .strong_point li .small .l-inner {
    padding: 70px 20px;
}
.l-inner .service_movie_in li{
  width: 100%;
}
.service .contact_partsin,.lp .contact_partsin{
  margin-top: 100px;
  width: 90%;
  padding: 50px 0;
}
.service .price ul{
  width: 100%;
}
.top ul.works_wrap_re li {
  display: flex;
  flex-direction: column-reverse;
}
.cf #ownd .discription div {
  background-size: cover;
  height: 400px;
}
.cf #ownd .text-content {
    padding: 50px 30px;
}
section#strong_point p.subheading{
  width: 100%;
}
section#youtube .transition_botton {
    width: 80%;
}
 .l-inner .inner_in .block.flex .block_in ul {
    display: none;
}

footer.l-footer {
    height: 77px;
}
.top .section00 .l-inner .innner,.top .section00 .l-inner .innner h1, .top .section00 .l-inner .innner p, .top .contents p.third {
    text-align: justify;
    font-weight: normal;
}
.top section.contents.section00.fade.fade_in {
    height: auto;
    display: block;
}
section.contents.section00.fade.fade_in {
    height: auto;
}
ul.works_wrap_re p {
    line-height: 30px;
}
p{
    font-family: 'Prompt',sans-serif;
}
.l-inner.img_temp {
    height: 300px;
}
.service_in .branding .image_in {
    background-size: cover;
    height: 200px!important;
}
.service_in .title h3 {
    display: block;
}
.service_in .title.big {
    border-left: solid 5px #3c3c3c;
    padding-left: 15px;
    overflow: hidden;
    margin-bottom: 50px;
}
 .service_in .title.big p {
    font-size: 35px;
    margin-bottom: 0;
    margin-top: -4px;
    line-height: 40px;
}

.service_in .title.big h3 {
    line-height: 15px;
    padding-top: 0px;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
}

.service_in .title p {
  font-size: 25px;
  margin-bottom: 0;
  line-height: 30px;
  padding-bottom: 5px;
}

.service_in section {
    margin-bottom: 100px;
}

.service_in section:last-child {
    margin-bottom: 0;
}
.top .right_character_contents ul.works_wrap li h3 {
    font-size: 20px;
}

section#works .heading .heading_text {
    letter-spacing: 3px;
}
.cursor,.follower{
  display: none;
}
.rental img {
    width: 100%;
}

#equipment_list ul li {
    width: 100%;
}

.rental section#strong_point {
    margin-top: 100px;
    margin-bottom: 0;
}

.lp .lp_price ul.supplement {
    width: 100%;
}
}

@media screen and (max-width:780px) {

footer .conpany_detail svg {
    width: 100px;
}
footer .top_inner{
  padding: 25px 0;
}
footer .top_inner p{
  display: none;
}
p.performan_describe.right,p.subtitle {
    float: none;
    width: 100%;
}

}
