@charset "utf-8";
/*
Theme Name: エイトスタイル
Theme URI: 
Author: eitostyle
Author URI: https://eito.style/
Description: エイトスタイル制作のオリジナルテンプレートです
Version: 1.0
*/
/*-----------------------------
google font
-----------------------------------*/
.f_robo {
  font-family: "Roboto Condensed", sans-serif;
}
.f-mont {
  font-family: "Montserrat", sans-serif;
}
/*-----------------------------
reset
-----------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body * {
  line-height: 1.6;
  box-sizing: border-box;
  text-align: justify;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  opacity: 0.8;
  transition: all 0.2s ease-out 0s;
}
/*---------------------------------
共通 common
-----------------------------------*/
html {
  font-size: 16px;
  color: #333;
  font-family: "Yu Gothic", YuGothic, "游ゴシック体", "游ゴシック",
    "Yu Gothic UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: 500;
}
dt {
}
main {
  /* background-color: #F6F1EA; */
  width: 100%;
  padding: 0;
}
br.sp {
  display: none;
}
.sp {
  display: none !important;
}
.inner {
  max-width: 1200px;
  margin: 0 auto 0;
}
p + p {
  margin: 1em 0 0;
}
.w100 {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 94%;
    margin: 0 auto;
  }
  html {
    font-size: 14px;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*---------------------------------
グーグルフォント
---------------------------------*/
.f-mont {
  font-family: "Montserrat", sans-serif;
}
/*---------------------------------
全体共通
---------------------------------*/
body {
  background-color: #eee;
}
.arrow-l::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -10px;
  border-left: 6px solid #333;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
/*---------------------------------
header
---------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
  border-bottom: solid 1px #ccc;
}
.h1_txt {
  display: block;
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: bold;
  color: #888;
}
.h1_logo {
  display: block;
  max-width: 300px;
}
.header_r-wrap {
}
.sns-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
}
.sns-wrap li {
  width: 30px;
  margin: 0 15px 0 0;
}
.sns-wrap li a {
}
.nav-wrap {
  display: flex;
  align-items: baseline;
  margin: 24px 0 0;
  font-weight: 600;
}
.nav-wrap li {
  margin: 0 20px;
}
.sns-wrap li:last-child,
.nav-wrap li:last-child {
  margin-right: 0;
}
.nav-wrap li a {
}
.toggle-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  header {
    padding: inherit;
  }
  .h1_txt {
    font-size: 12px;
    margin: 10px 10px 5px;
  }
  .h1_logo {
    width: 200px;
    margin: 0 10px 10px;
  }
  .header_r-wrap {
    border-left: solid 1px #ccc;
  }
  .sns-wrap {
    display: none;
  }
  .sns-wrap li {
  }
  .sns-wrap li a {
  }
  .nav-wrap {
    display: block;
  }
  .nav-wrap li {
  }
  .sns-wrap li:last-child,
  .nav-wrap li:last-child {
  }
  .nav-wrap li a {
  }
  /* ハンバーガーメニュー*/
  #menu {
    background: #4b4b4b;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.7s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1100;
  }
  #menu.open {
    opacity: 1;
    visibility: visible;
  }
  #menu.open li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  #menu.open li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  #menu.open li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  #menu.open li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  #menu.open li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  #menu.open li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  #menu.open li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  #menu.open li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  #menu.open li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  #menu.open li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  #menu.open li {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  #menu ul:hover a {
    opacity: 0.5;
  }
  #menu ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out;
  }
  #menu ul a:hover {
    opacity: 1;
  }
  #menu .main-nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  #menu .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #menu .main-nav a {
    color: #ffffff;
    display: block;
    font-size: 1.6rem;
    /* font-weight: bold; */
    padding: 1rem 1rem;
    /* text-decoration: none; */
    /* text-transform: uppercase; */
    text-align: center;
    letter-spacing: 0.2ex;
  }
  #menu .main-nav a:first {
    padding-top: 0;
  }
  .toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 70px;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 80px;
    z-index: 1110;
  }
  .toggle-menu span {
    background-color: #888;
    content: "";
    display: block;
    height: 1px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    width: 30px;
  }
  .toggle-menu span:before,
  .toggle-menu span:after {
    background-color: #888;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    width: 30px;
  }
  .toggle-menu span:before {
    top: 10px;
  }
  .toggle-menu span:after {
    top: -10px;
  }
  .toggle-menu.active span {
    background-color: transparent;
    transition: background-color 0.3s ease-out, color 0.5s ease-in-out;
  }
  .toggle-menu.active span:before,
  .toggle-menu.active span:after {
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    background-color: #fff;
  }
  .toggle-menu.active span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .toggle-menu.active span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }
}
/*---------------------------------
トップ　メイン
---------------------------------*/
#top-hed {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;
}
.top-hed_copywrap {
  display: flex;
  min-width: 39.9%;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.top-hed_copywrap h2 {
  font-size: 2.3vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.top-hed_copywrap h2 small {
  font-size: 1.3rem;
  display: block;
  text-align: center;
  font-weight: normal;
  margin: 0 0 5px;
}
#top-hed-anime {
  max-width: 1400px;
  width: 60.1%;
  border-left: solid 1px #ccc;
  min-height: 200px;
  position: relative;
}
#top-hed-anime::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #cececf;
}
#top-hed-anime svg {
  vertical-align: bottom;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-hed {
    flex-wrap: wrap;
  }
  .top-hed_copywrap {
    width: 100%;
    order: 2;
    padding: 5% 0;
  }
  .top-hed_copywrap h2 {
    font-size: 24px;
  }
  .top-hed_copywrap h2 small {
  }
  #top-hed-anime {
    width: 100%;
    overflow: hidden;
    border: none;
    height: 120px;
    min-height: initial;
  }
  #top-hed-anime::after {
  }
  #top-hed-anime svg {
    width: 200% !important;
    margin-left: -50%;
  }
}
/*---------------------------------
トップ　コンセプト
---------------------------------*/
#top-concept {
  display: flex;
  /* flex-wrap: wrap; */
  border-bottom: solid 1px #ccc;
  min-height: 460px;
}
.top-concept_txt {
  width: 40%;
  font-size: 1.2rem;
  padding: 50px;
  line-height: 2.4;
  border-right: solid 1px #ccc;
  display: flex;
  align-items: center;
}
.top-concept_scroll {
  width: 60%;
  /* padding: 50px; */
  position: relative;
  overflow: hidden;
}
.top-concept_list {
  position: absolute;
  display: flex;
  top: 40px;
  margin-right: 100px;
  left: 50px;
}
.top-concept_list li {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* position: absolute; */
  width: 640px;
  margin: 0 70px 0 0;
}
.concept_ttl {
}
.concept_list_txt {
  width: 50%;
  padding: 0 0 0 5%;
}
.concept_list_txt dt {
  font-size: 1.1rem;
  color: #16668c;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1em;
}
.concept_list_txt dt small {
  display: block;
  text-align: center;
  font-size: 1rem;
}
.concept_list_txt dd {
}
.concept_link {
  text-align: right;
  margin: 1em 0 0;
}
.concept_link a {
  position: relative;
  border-bottom: solid 1px #333;
  padding: 0 0 5px 0;
}
.top-concept_img {
  width: 45%;
  max-height: 300px;
  background-color: #8dd0e8;
  overflow: hidden;
  border-radius: 5px;
}
.top-concept_img img {
  width: 100%;
}
.top-concept_ttl {
  font-size: 1.6rem;
  color: #16688c;
  margin: 0 0 1em;
}
.top-concept_wraap {
  display: flex;
}
@media screen and (max-width: 768px) {
  #top-concept {
    display: block;
    min-height: initial;
  }
  .top-concept_txt {
    width: 100%;
    padding: 5%;
    font-size: 18px;
    border-right: none;
    border-bottom: solid 1px #ccc;
    line-height: 1.6;
  }
  .top-concept_scroll {
    width: 100%;
    padding: 10% 10% 0;
  }
  .top-concept_list {
    position: initial;
    display: block;
    margin: 0;
  }
  .top-concept_list li {
    width: 100%;
    margin: 0 0 20%;
  }
  .concept_ttl {
  }
  .concept_list_txt {
    width: 100%;
    padding: 0;
  }
  .concept_list_txt dt {
    margin: 5% 0;
  }
  .concept_list_txt dt small {
  }
  .concept_list_txt dd {
    font-size: 16px;
  }
  .concept_link {
  }
  .concept_link a {
  }
  .top-concept_img {
    width: 60%;
    margin: 0 auto 5%;
    max-height: 350px;
  }
  .top-concept_img img {
  }
  .top-concept_ttl {
    font-size: 26px;
  }
  .top-concept_wraap {
    display: block;
  }
}
/*---------------------------------
トップ　サービス
---------------------------------*/
#service {
  border-bottom: solid 1px #ccc;
}
.service_wrap {
  display: flex;
  align-items: center;
  min-height: 500px;
}
.sec-ttl {
  width: 20%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.sec-ttl small {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #16668c;
}
.service_list {
  width: calc(80% / 3);
  text-align: center;
  border-left: solid 1px #ccc;
  min-height: 500px;
  position: relative;
}
.service_list img {
  width: 100%;
}
.service_txt {
  text-align: center;
  margin: 1em 0 0;
}
.service_btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: solid 1px #ccc;
}
.service_btn a {
  display: block;
  padding: 20px 0;
  text-align: center;
}
.service_list_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.service_list_inner a {
  pointer-events: none;
}
.service_list.pepar .service_list_inner {
  width: 58%;
}
.service_list.movie .service_list_inner {
  width: 60%;
}
.service_btn a:hover {
  background-color: #888;
  color: #fff;
  transition: all 0.5s ease-out 0s;
}
@media screen and (max-width: 768px) {
  #service {
    border: none;
  }
  .service_wrap {
    display: block;
  }
  .sec-ttl {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding: 5% 0;
  }
  .sec-ttl small {
  }
  .service_list {
    width: 100%;
    min-height: initial;
    border-left: none;
    border-bottom: solid 1px #ccc;
  }
  .service_list img {
    width: 35%;
  }
  .service_list.pepar img {
    width: 32%;
    margin: 0 0 0 5%;
  }
  .service_list.movie img {
    width: 32%;
    margin: 0 0 0 5%;
  }
  .service_txt {
    width: 50%;
    margin: 0;
    text-align: left;
  }
  .service_btn {
    display: none;
  }
  .service_btn a {
  }
  .service_list_inner {
    position: initial;
    transform: initial;
    width: initial;
  }
  .service_list_inner a {
    pointer-events: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5% 5%;
    height: 150px;
    justify-content: space-between;
  }
  .service_list_inner::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 40%;
    width: 10px;
    height: 10px;
    border-top: 4px solid #888;
    border-right: 4px solid #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .service_list.pepar .service_list_inner {
    width: initial;
  }
  .service_list.movie .service_list_inner {
    width: initial;
  }
  .service_btn a:hover {
  }
}
/*---------------------------------
トップ　制作実績
---------------------------------*/
#top-work {
}
.top-work_wrap {
  display: flex;
  align-items: center;
  min-height: 500px;
}
.top-work_wrap dt {
}
.work_list_wrap {
  width: 70%;
  text-align: center;
  border-left: solid 1px #ccc;
  min-height: 500px;
  position: relative;
}
.work_list_wrap ul {
  display: flex;
  flex-wrap: wrap;
  height: 500px;
  background-color: #fff;
}
.work_list_wrap ul li {
  width: 50%;
  height: 500px;
  position: relative;
  border-right: solid 1px #ccc;
  background-color: #fff;
  border-left: solid 1px #ccc;
}
.work_list_wrap ul li .work_img {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(100% - 65px);
}
.work_list_wrap ul li .work_img img {
  width: 100%;
  max-width: 440px;
  height: auto;
  /* max-width: 500px; */
  margin: 0 auto;
}
.work_list_wrap ul li .work_ttl {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top: solid 1px #ccc;
  padding: 20px 10px;
  background-color: #eee;
  /* height: 65px; */
}
.work-link {
  width: 10%;
  text-align: center;
  border-left: solid 1px #ccc;
}
.work-link a {
  display: flex;
  font-size: 60px;
  color: #888;
  height: 500px;
  align-items: center;
  justify-content: center;
}
.work_list_wrap ul li a:hover,
.work-link a:hover,
.blog-link a:hover {
  background-color: #888;
  color: #fff;
  transition: all 0.5s ease-out 0s;
  border-left: solid 1px #ccc;
}
.work-link i {
}
@media screen and (max-width: 768px) {
  #top-work {
  }
  .top-work_wrap {
    flex-wrap: wrap;
    min-height: initial;
  }
  .top-work_wrap dt {
    width: 100%;
  }
  .work_list_wrap {
    width: 90%;
    min-height: initial;
    border: none;
    border-right: solid 1px #ccc;
  }
  .work_list_wrap ul {
    height: initial;
  }
  .work_list_wrap ul li {
    height: 250px;
  }
  .work_list_wrap ul li .work_img {
    height: initial;
    height: calc(100% - 65px);
  }
  .work_list_wrap ul li .work_img img {
  }
  .work_list_wrap ul li .work_ttl {
    text-align: justify;
  }
  .work-link {
  }
  .work-link a {
    height: initial;
    font-size: 25px;
  }
  .work_list_wrap ul li a:hover,
  .work-link a:hover,
  .blog-link a:hover {
  }
  .work-link i {
  }
}
.blog-day {
  display: inline-block;
  margin: 0 1em 0 0;
}
/*---------------------------------
トップ　ブログ
---------------------------------*/
#top-blog {
  border-top: solid 1px #ccc;
}
.top-blog_wrap {
  display: flex;
  align-items: center;
}
.blog-list {
  width: 70%;
  border-left: solid 1px #ccc;
}
.blog-list a {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 0 0 2em;
}
.blog-link {
  border-left: solid 1px #ccc;
  text-align: center;
  width: 10%;
}
.blog-link a {
  display: flex;
  font-size: 60px;
  color: #888;
  height: 100px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top-blog {
  }
  .top-blog_wrap {
    flex-wrap: wrap;
  }
  .blog-list {
    width: 90%;
    border: none;
  }
  .blog-list a {
    display: block;
    height: initial;
    padding: 5%;
  }
  .blog-link {
  }
  .blog-link a {
    font-size: 25px;
  }
  .blog-day {
    display: block;
  }
}
/*---------------------------------
　お問い合わせ
---------------------------------*/
#ft-contact {
  border-top: solid 1px #ccc;
}
.contact-ttl {
  width: 20%;
}
.contact-ttl {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.contact-ttl small {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #16668c;
}
.ft-contact_wrap {
  display: flex;
  align-items: center;
}
.ft-contact-box {
  width: 80%;
  border-left: solid 1px #ccc;
  /* display: flex; */
  /* padding: 50px; */
}
.contact_ttl {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 10px;
}
.contact_formbox input {
  width: 80%;
  height: 50px;
  background-color: #fff;
  margin: 0 0 1em;
  border: none;
  padding: 10px;
}
.contact_formbox {
}
.contact_left,
.contact_right {
  width: 50%;
}
.contact_formbox.big textarea {
  height: 240px;
  border: none;
  width: 90%;
  padding: 10px;
}
.form_btn {
  width: 90%;
}
.form_btn input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 50%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  border: none;
}
span.wpcf7-spinner {
  display: none;
}
.form_btn p {
  text-align: right;
}
.required {
  font-size: 0.6em;
  padding: 0 3px;
  background-color: #7b2626;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 10px;
}
.respons div {
  width: 90%;
  border-color: #7b2626 !important;
  color: #7b2626 !important;
}
form.sent .respons div {
  border-color: #0693e3 !important;
  color: #0693e3 !important;
}
.form-wrap {
  display: flex;
  padding: 50px;
}
.line-wrap {
  border-top: solid 1px #ccc;
  padding: 50px;
}
.line-wrap a {
  display: block;
  background-color: #1d890a;
  max-width: 300px;
  width: 80%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.line-txt {
}
input::placeholder {
  color: #ccc;
}
@media screen and (max-width: 768px) {
  .contact-ttl {
    width: 100%;
    padding: 5% 0;
    border-bottom: solid 1px #ccc;
  }
  #ft-contact {
  }
  .ft-contact_wrap {
    display: block;
  }
  .ft-contact-box {
    display: block;
    width: 100%;
    border: none;
  }
  .contact_ttl {
  }
  .contact_formbox input {
    width: 100%;
  }
  .contact_formbox {
  }
  .contact_left,
  .contact_right {
    width: 100%;
  }
  .contact_formbox.big textarea {
    width: 100%;
  }
  .form_btn {
    width: 100%;
    margin: 0;
  }
  .form_btn input {
    width: 100%;
  }
  .form-wrap {
    display: block;
  }
  .line-wrap {
  }
  .line-wrap a {
    width: 100%;
  }
  .line-txt {
    text-align: center;
    margin: 0 0 1em;
  }
}
/*---------------------------------
アピール
---------------------------------*/
#ft-appeal {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 2em;
}
#ft-appeal p {
  text-align: center;
}
#ft-bnr {
  padding: 2em;
  border-bottom: solid 1px #ccc;
}
.teigaku {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ft-bnr {
  }
  .teigaku {
  }
}
/*---------------------------------
フッター
---------------------------------*/
.ft {
  padding: 30px 30px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ft .sns-wrap {
  justify-content: left;
}
.copyright {
  font-size: 12px;
  color: #888;
  margin: 1em 0 0;
}
@media screen and (max-width: 768px) {
  .ft {
    display: block;
  }
  .ft .sns-wrap {
    display: flex;
    justify-content: center;
  }
  .ft-logo {
    text-align: center;
  }
  .ft-logo img {
    width: 60%;
    margin: 5% 0;
  }
  .copyright {
    text-align: center;
  }
}
/*****************************************************
** PAGE 共通
---------------------------------*/
.inner.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.breadcrumb {
  margin: 10px 0 0;
}
.breadcrumb span {
  color: #888;
  font-size: 0.8rem;
}
.category-ttl {
  text-align: center;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .inner.flex {
  }
}
/*---------------------------------
ABOUT
---------------------------------*/
.about .inner {
  max-width: 1000px;
}
.page-ttl {
  border-bottom: solid 1px #ccc;
  padding: 0 0 20px;
  font-size: 1.4rem;
  text-align: center;
}
.about-pr {
  padding: 80px 0;
}
.about-pr_txt {
  width: 50%;
}
.about-pr_txt dt {
  font-size: 1.4rem;
  margin: 0 0 30px;
}
.about-pr_txt dd {
  line-height: 2;
}
.about-pr_txt_name {
  text-align: right;
  margin: 30px 0 0;
}
.bout-pr_img {
  width: 50%;
  text-align: center;
  padding: 0 5%;
}
#cp-info {
  border-top: solid 1px #ccc;
  padding: 80px 0;
}
#cp-info dl {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#cp-info dl dt {
  border-bottom: solid 1px #888;
  padding: 2em 0;
  width: 40%;
  text-align: center;
}
#cp-info dl dd {
  width: 60%;
  border-bottom: solid 1px #888;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .about .inner {
  }
  .page-ttl {
  }
  .about-pr {
    padding: 10% 0;
  }
  .about-pr_txt {
    width: 80%;
    order: 2;
    margin: 0 auto;
  }
  .about-pr_txt dt {
    margin: 0 0 5%;
  }
  .about-pr_txt dd {
  }
  .about-pr_txt_name {
  }
  .bout-pr_img {
    width: 60%;
    order: 1;
    margin: 0 auto 5%;
  }
  #cp-info {
    padding: 10% 10%;
  }
  #cp-info dl {
  }
  #cp-info dl dt {
    padding: 1em;
    width: 30%;
  }
  #cp-info dl dd {
    padding: 1em 0;
    display: flex;
    align-items: center;
    width: 70%;
  }
}
/*---------------------------------
**service
---------------------------------*/
.sv {
  margin: 50px 0;
  padding: 0 0 50px;
  border-bottom: solid 1px #ccc;
}
#sv-movie.sv {
  border: none;
  margin: 0;
}
#sv-web {
}
.sv-ttl {
  text-align: center;
  font-size: 2rem;
}
.sv-hed-img {
  text-align: center;
  margin: 60px 0 30px;
}
.sv-txt {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
.sv-txt dt {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 1em;
}
.sv-txt dd {
}
.sv-btn {
}
.sv-btn a {
  display: block;
  width: 300px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 30px auto 0;
}
.sv-pricelink {
  text-align: center;
  margin: 1em 0;
}
.sv-pricelink a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  video {
    width: 90%;
  }
  .sv {
  }
  #sv-movie.sv {
  }
  #sv-web {
  }
  .sv-ttl {
  }
  .sv-hed-img {
    margin: 10% 0;
  }
  .sv-txt {
  }
  .sv-txt dt {
  }
  .sv-txt dd {
  }
  .sv-btn {
  }
  .sv-btn a {
  }
  .sv-pricelink {
  }
  .sv-pricelink a {
  }
}
/*---------------------------------
**PRICE
---------------------------------*/
.price {
  padding: 0 0 5em;
}
.pr-main_ttl {
  background-color: #555;
  text-align: center;
  color: #fff;
  margin: 0 0 1em;
  padding: 0.5em;
}
.page-ttl {
}
.pr-sbtxt {
  text-align: center;
  padding: 30px;
}
.pr-ttl.mt {
  margin-top: 3em;
}
#pr-web {
}
.pr-ttl {
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 1em;
  text-align: center;
  margin: 0 0 1em;
}
.pr-ttl small {
}
.pr-name {
  font-size: 1.6rem;
  text-align: center;
  padding: 1em 0 0;
}
.pr-tax {
  text-align: right;
  width: 90%;
  margin: 0 auto;
}
.pr-tbl {
  width: 90%;
  margin: 0 auto;
}
.pr-tbl tr {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.pr-tbl tr th {
  padding: 1em;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
.pr-tbl small {
  font-size: 0.8em;
  display: block;
  text-align: center;
}
.pr-tbl tr td {
  vertical-align: middle;
}
.pr-tbl tr td span {
  display: block;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 0 1em;
}
.pr-adtxt {
  text-align: center;
  margin: 1em;
  font-size: 0.8em;
}
.pr-price {
  width: 15%;
  text-align: center;
}
#pr-dtp,
#pr-movie {
  margin: 5em 0 0;
}
@media screen and (max-width: 768px) {
  .pr-tbl small {
    line-height: 1.2;
  }
  .pr-tbl tr td span {
    font-size: 12px;
  }
  .pr-price {
    font-size: 12px;
    width: 30%;
  }
}
/*---------------------------------
**制作実績一覧　※ブログ機能使用
---------------------------------*/
.work .inner {
  margin: 50px auto;
  justify-content: space-around;
}
.work-wrapper {
  position: relative;
  width: 32%;
  margin: 0 0 50px;
}
.single-category {
  position: absolute;
}
.single-category ul {
  display: flex;
}
.single-category ul li {
  background-color: #333;
  margin: 5px;
}
.single-category ul li a {
  color: #fff;
  display: block;
  padding: 2px 10px;
  font-size: 12px;
}
.work-ttl {
}
.work-thumb img {
  width: 100%;
  height: auto;
}
.work-name {
  text-align: center;
  margin: 1em 0 0;
}
.work-name a {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .work .inner {
  }
  .work-wrapper {
    width: 100%;
  }
  .single-category {
  }
  .single-category ul {
  }
  .single-category ul li {
  }
  .single-category ul li a {
  }
  .work-ttl {
  }
  .work-thumb img {
  }
  .work-name {
  }
  .work-name a {
  }
}
/*---------------------------------
**制作実績
---------------------------------*/
.category-works .category-ttl {
  display: none;
}
.wk-content-wrap {
}
.wk-content-header {
  padding: 0 15vw;
}
.wk-title-block h2 {
  font-size: 2rem;
}
.wk-title-block {
  padding: 10px;
}
.wk-title-block time {
}
.wk-date {
}
.wk-category li a {
  background-color: #333;
  color: #fff;
  padding: 0 10px;
}
.wk-thumb {
  background-color: #fff;
  padding: 20px;
}
.wk-content {
  width: 1000px;
  margin: 50px auto;
  position: relative;
}
.wk-content p {
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}
.nextpage-nav {
}
.wk-content .pc-bk {
  background: url(img/pc.jpg) no-repeat top center;
  position: absolute;
  background-size: 100%;
  width: 680px;
  height: 700px;
  margin: 0 auto;
  top: 0;
  text-align: center;
  color: #eee0;
}
.wk-content figure.pcsite {
  width: 570px;
  height: 370px;
  overflow-y: scroll;
  z-index: 1;
  position: relative;
  margin: 50px auto;
}
.wk-content figure.spsite {
  width: 180px;
  height: 390px;
  overflow-y: scroll;
  z-index: 1;
  position: relative;
  margin: 200px auto 0;
  padding: 0px;
  background-color: #000;
  border-radius: 10px;
}
.wk-content figure img {
  width: 100%;
}
.wk-content .sp-bk {
  background: url(img/sp.jpg) no-repeat center bottom;
  background-size: 80%;
  width: 100%;
  height: 660px;
  margin: 0 auto;
  top: 0;
  text-align: center;
  color: #eee0;
}
.wk-content .wk-display-wrap {
  height: 780px;
}
.wk-tb {
  width: 80%;
  margin: 50px auto;
}
.wk-tb tr td:first-child {
  text-align: center;
}
.wk-dpleft {
}
.wk-category ul {
  display: flex;
}
.wk-category ul li {
  margin: 0 10px 0 0;
}
.wk-content ul {
  width: 80%;
  margin: 0 auto;
}
.wk-content ul li {
  margin: 1em 0 1em 2em;
  list-style: disc;
}
.wk-content figure {
  max-width: 800px;
  margin: 0 auto;
}
.wk-content table {
  margin: 1em 0 0;
}
@media screen and (max-width: 768px) {
  .wk-content-wrap {
  }
  .wk-content-header {
    padding: 10px;
  }
  .wk-title-block h2 {
    font-size: 20px;
  }
  .wk-title-block {
  }
  .wk-title-block time {
    /* float: left; */
    /* padding: 0 1em 0 0; */
  }
  .wk-date {
  }
  .wk-category li a {
  }
  .wk-thumb {
    display: none;
  }
  .wk-content {
    width: 100%;
  }
  .wk-content p {
  }
  .nextpage-nav {
  }
  .wk-content .pc-bk {
    width: 100%;
    /* max-width: 320px; */
    height: 360px;
    background-size: 300px;
  }
  .wk-content figure.pcsite {
    width: 250px;
    height: 160px;
    margin: 20px auto;
  }
  .wk-content figure.spsite {
    margin: 140px auto;
    height: 380px;
  }
  .wk-content figure img {
  }
  .wk-content .sp-bk {
    background-size: 55%;
    background-position-y: 110px;
    height: 600px;
  }
  .wk-content .wk-display-wrap {
    height: 850px;
  }
  .wk-tb {
  }
  .wk-tb tr td:first-child {
  }
  .wk-dpleft {
  }
}
/*---------------------------------
**一覧ページネーション
---------------------------------*/
.pagination {
  margin: 30px 0;
}
.pagination {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.pagination > .prev-article,
.pagination > .next-article {
  width: 100%;
  margin: 0 3px;
}
.pagination > .prev-article,
.pagination > .next-article {
  display: block;
  flex: 1 1 50%;
  height: auto;
  margin: 0;
  background-color: transparent;
}
.pagination > .next-article {
  text-align: center;
}
.pagination > .next-article {
  text-align: right;
  margin-left: 0.5rem;
}
.pagination > .prev-article {
  text-align: center;
}
.pagination > .prev-article {
  text-align: left;
  margin-right: 0.5rem;
}
.page-numbers {
  display: inline-block;
  font-size: 0.8rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  margin: 0 3px;
  background-color: #fff;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
a.page-numbers:hover {
  background-color: #333;
  color: #fff;
}
.page-numbers.current {
  background-color: #d0d0d0;
  color: #fff;
}
/*---------------------------------
**reCAPTCHAバッジけす
---------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}
.recap {
  text-align: right;
  margin: -20px 2vw 0 0;
  font-size: 12px;
  color: #888;
}
.recap a {
  color: #888;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .recap {
    text-align: initial;
    margin: -1em 1em 1em;
    font-size: 0.6rem;
  }
}
/*---------------------------------
インスタフィード改造
---------------------------------*/
#insta_feed {
  border-top: solid 1px #ccc;
}
#insta_feed .service_list {
  width: calc(80% / 1);
  padding: 0 10px;
}
#sb_instagram.sbi_col_4 #sbi_images,
#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  #insta_feed .service_list {
    width: calc(100% / 1);
    padding: 0 10px;
  }
  #sb_instagram.sbi_col_4 #sbi_images,
  #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*---------------------------------
**
---------------------------------*/
@media screen and (max-width: 768px) {
}
