@charset "UTF-8";
/* 丸山シファット CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #1c1c1c;
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(14px, 0.8vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
}
a, .post-content a {
  color: #1c1c1c;
}
.font-1, .headline-font-type {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
h2, .post-content h2, h3, .post-content h3 {
  font-weight: 400;
}
p, .post-content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 0.9rem;
  font-weight: 400;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.75rem;
  font-weight: 400;
  width: 86% !important;
  max-width: 1150px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}
.breadcrumb li a, .breadcrumb li:after, .breadcrumb li a span, li.last {
  color: #fff;
}
.breadcrumb li a:hover, .breadcrumb li a span:hover {
  color: #a6a6a6;
}
.signage {
  height: 300px;
  background: none !important;
  position: relative;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background: #1c1c1c;
  width: calc(100% - 40px);
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
.signage-title, .signage-title-sub {
  width: 83%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  text-shadow: none;
}
.signage-title {
  font-size: 3rem !important;
  font-weight: 400;
  letter-spacing: .2rem;
  margin-bottom: 15px;
}
.signage-title-sub {
  font-size: 0.85rem !important;
  font-weight: 400;
  letter-spacing: .08rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage::after {
    width: calc(100% - 20px);
  }
  .signage-title {
    font-size: 1.8rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.header::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  height: 50%;
  left: 0;
  top: -50%;
  z-index: 0;
}
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 70px;
}
.header-bar {
  z-index: 50;
  height: 70px;
  background: #fff !important;
  box-shadow: none;
}
.logo-image {
  top: 22px;
  left: 20px;
  width: 150px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 14px;
  line-height: 70px;
  padding: 0 24px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #1c1c1c;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 8px;
  top: 32px;
  position: absolute;
  background: #cfcece;
}
.global-nav > ul > li:first-of-type a::before {
  content: none;
}
.global-nav > ul > li.global-menu-sub > a::after {
  content: "\e90e";
  position: relative;
  text-align: center;
  display: block;
  bottom: 17px;
  line-height: 0;
  font-size: 10px;
  font-family: "design_plus";
  color: #9b9b9b;
}
.global-nav .sub-menu {
  top: 110%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.global-nav .sub-menu a {
  font-size: 13px;
  letter-spacing: .05rem;
  color: #1c1c1c;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #a6a6a6 !important;
  background: #fff !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 19px;
    left: 0;
    width: 110px;
  }
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .header-bar {
    height: 55px;
    background: #fff !important;
    border-bottom: 1px solid #fff;
  }
  .global-nav {
    padding: 0;
    border-bottom-left-radius: 0;
  }
  .global-nav-button {
    border-left: 0;
    background: none;
  }
  .global-nav-button:hover:before {
    color: #a6a6a6;
  }
  .global-nav > ul > li > a {
    line-height: 50px;
    text-align: left;
    padding: 0 25px;
  }
  .global-nav a {
    background: #fff;
    color: #1c1c1c !important;
  }
  .global-nav .sub-menu li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .global-nav .sub-menu a {
    line-height: 52px;
    padding: 0 25px;
    background: #fff !important;
    color: #1c1c1c !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #a6a6a6 !important;
  }
  .global-nav > ul > li > a::before, .global-nav .menu-item-has-children > a:before {
    content: none !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #1c1c1c;
  }
}
@media only screen and (max-width: 768px) {
  .home .header::before {
    font-size: 10px;
    bottom: 30px;
  }
  .home .header::after {
    height: 20px;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.top-slider-nav {
  display: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
}
.front-copy-img {
  width: 80%;
  max-width: 360px;
  margin-left: auto;
}
.scroll-box {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
.scroll-box::after {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 1px;
  height: 40px;
  bottom: -40px;
  left: 50%;
  z-index: -1;
}
.scroll-box span {
  position: absolute;
  font-size: 0.85rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: .1rem;
  color: #fff;
  width: 100%;
  left: 0;
  bottom: 10px;
}
.top-slider-wrapper {
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1c1c1c;
  opacity: 0.35;
  z-index: 1;
}
.front_original01 {
  padding: 10em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 700px;
  margin: 0 auto;
}
.front-original01__title {
  width: 30%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.front-original01__text {
  width: 70%;
  padding-left: 7vw;
  box-sizing: border-box;
}
.front_original02 {
  width: calc(100% - 40px);
  margin-left: auto;
  padding: 7em 0 14em;
  background: #000;
  color: #fff;
  position: relative;
}
.front_original02::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front-original02_img.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.45;
  z-index: -1;
}
.front-original02-inner {
  width: 86%;
  max-width: 700px;
  margin: 0 auto;
  align-items: end;
}
.front-original02__title {
  width: 25%;
  height: 100%;
  box-sizing: border-box;
}
.front-original02__text {
  width: 75%;
  padding-bottom: 5rem;
  padding-left: 10vw;
  box-sizing: border-box;
}
.front-original01__title h2, .front-original02__title h2 {
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: .15rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  margin: 0 auto;
}
.front-original01__title h2 span {
  letter-spacing: 0.3rem;
}
.front-original01__text p, .front-original02__text p {
  margin-bottom: 25px;
}
.front-original01__text p:last-of-type, .front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front-content02 {
  margin-bottom: 3em;
}
.front-content02-img-inner {
  width: 45%;
  box-sizing: border-box;
}
.front-content02-text-inner {
  width: 55%;
  padding: 0.5em 5vw;
  box-sizing: border-box;
}
.front-content02-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #1c1c1c;
  top: 0;
  left: 0;
}
.content02-img {
  position: absolute;
  background-image: url("/wp-content/themes/story_tcd041/img/top_content02-1_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
}
h2.front-content02-title {
  font-size: 3rem;
  letter-spacing: .1rem;
  margin-bottom: 50px;
}
.content02-text__box {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.content02-text__box:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content02-text__box::before {
  content: 'Movie';
  display: block;
  margin-bottom: 15px;
  font-size: 1.2rem;
  letter-spacing: .1rem;
}
.content02-text__box:nth-of-type(2)::before {
  content: 'Flow';
}
.content02-text__box:nth-of-type(3)::before {
  content: 'Q&A';
}
.content02-text__box h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.front-content02-text {
  line-height: 2;
}
a.content02-but {
  font-size: 0.95rem;
  font-weight: 400;
  overflow: hidden;
  text-align: center;
  width: 100%;
  max-width: 180px;
  position: relative;
  margin-top: 15px;
  color: #fff;
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 3px;
  padding: 15px 20px;
  box-sizing: border-box;
  display: block;
  transition: 0.8s;
  z-index: 0;
}
a.content02-but:hover {
  color: #1c1c1c;
  background: #fff;
}
a.content02-but:hover::after {
  color: #1c1c1c;
}
.front_original03 {
  padding: 6em 0;
}
.front-original03-inner {
  width: 90%;
  margin: 0 auto;
}
h2.front-original03-title {
  font-size: 3rem;
  letter-spacing: .05rem;
  text-align: center;
  margin-bottom: 60px;
}
.third-box {
  width: calc(33.3333% - 23.4444px);
  margin-right: 35px;
}
.third-box:nth-of-type(3) {
  margin-right: 0;
  margin-bottom: 0;
}
.third-box h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 19px;
}
.third-box p {
  font-size: 0.85rem;
  line-height: 1.8;
}
.front_topics {
  padding: 5em 0;
  position: relative;
  z-index: 0;
}
.front_topics::before {
  content: '';
  position: absolute;
  display: block;
  background: #1c1c1c;
  width: 70%;
  max-width: 600px;
  height: 1px;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.front-topics-inner {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 2.5rem;
  letter-spacing: .15rem;
  margin-bottom: 50px;
  text-align: center;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  width: calc(100% - 40px);
  margin-top: 0;
  color: #fff;
  background: #000;
  position: relative;
  z-index: 0;
}
.footer::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/footer_img.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: -1;
}
.footer_content_sec {
  padding: 6em 0 3em;
}
.footer_content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 14vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
dl.address_body {
  width: 100%;
  max-width: 450px;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  margin-bottom: 8px;
}
dl.address_body:last-of-type {
  margin-bottom: 25px;
}
dt.address_title {
  width: 15%;
}
dd.address_text {
  width: 85%;
  padding-left: 1vw;
  box-sizing: border-box;
}
address.footer_tel {
  font-size: 1.6rem;
  font-style: normal;
  letter-spacing: .15rem;
  margin-bottom: 8px;
}
address.footer_tel a {
  color: #fff;
}
span.footer_tel_sub {
  font-size: 1rem;
}
p.footer_caution {
  font-size: 0.75rem;
}
ul.sns__links {
  width: 100%;
  max-width: 70px;
  margin-top: 20px;
}
li.sns__links-item:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "\f0e0";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_mail_but::before {
  color: #1c1c1c;
  background: #fff;
}
a.footer_sns:hover {
  background: none;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  color: #fff;
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .1rem;
  transition: all 0.5s;
}
a.footer_sns:hover span {
  color: #a6a6a6;
}
ul.footer-menu-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-menu-list-outer:last-child {
  padding-left: 2vw;
}
ul.footer-menu-list-outer li {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
}
ul.footer-menu-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  color: #fff;
  padding-left: 15px;
  position: relative;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #fff;
  top: 10px;
  left: 0;
  transition: all 0.5s;
}
a.footer_but:hover {
  color: #a6a6a6;
}
a.footer_but:hover::before {
  padding-left: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
  margin: auto;
}
.copyright {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
}
.pagetop {
  right: 6px;
  bottom: 6px;
  transition: all 0.4s ease 0s;
}
.pagetop a {
  color: #fff;
  background: #3b3b3b;
  width: 30px;
  height: 70px;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 13px;
  width: 13px;
  height: 45px;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  background: #a6a6a6;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(50vh - 50px);
  }
}
@media only screen and (max-width: 970px) {
  .front_original01, .front_original02 {
    padding: 5em 0;
  }
  .front-original01__title, .front-original02__title {
    width: 100%;
  }
  .front-original01__text, .front-original02__text {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
  }
  .front-original02__text {
    padding-bottom: 0;
  }
  .front-content02-img-inner {
    width: 100%;
    height: 50vh;
    min-height: 350px;
  }
  .front-content02-text-inner {
    width: 100%;
    padding: 4em 6vw 0;
  }
  .content02-text__box {
    margin-bottom: 30px;
  }
  .third-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .dp-footer-bar {
    left: 0;
    background: #1c1c1c !important;
    border-top: 1px solid #fff !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  .front-copy-img {
    margin-left: 0;
  }
  .scroll-box {
    display: none;
  }
  .scroll-box::after {
    content: none;
  }
  .front_original01, .front_original02, .front_original03, .front_topic {
    padding: 3em 0;
  }
  .front_original02 {
    width: calc(100% - 10px);
  }
  .front-original01__title h2, .front-original02__title h2 {
    font-size: 1.4rem;
    line-height: 2;
  }
  .front-original01__text p, .front-original02__text p {
    margin-bottom: 15px;
  }
  .front-content02 {
    margin-bottom: 2em;
  }
  .front-content02-text-inner {
    padding: 2.5em 6vw 0;
  }
  h2.front-content02-title, h2.front-original03-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .content02-text__box h3, .third-box h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  h2.front_topics_title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .footer {
    width: calc(100% - 10px);
  }
  .footer_content_sec {
    padding: 3em 0 1.5em;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    padding-left: 0;
    margin-top: 30px;
    max-width: 350px;
  }
  .pagetop {
    right: 4px;
    bottom: 70px !important;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  ul.footer-menu-list-outer {
    width: 50%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-top: 0;
  text-align: center;
  box-sizing: border-box;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #1c1c1c;
  width: 1px;
  height: 30px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 0 0 35px;
  color: #1c1c1c;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #1c1c1c;
  top: 55%;
  left: 0;
}
.post-content h4 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #767676;
  padding: 0;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.9rem;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px;
  background: none;
  border: 0;
  border-bottom: 1px #cacaca solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 14px 4px 10px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .post-content h2::after {
    height: 20px;
    margin-top: 10px;
  }
  .post-content h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-left: 30px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-title {
  color: #1c1c1c;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  background: #fff;
  border: 1px solid #222;
  box-sizing: border-box;
  overflow: hidden;
}
.article03, .article03-thumbnail {
  transition: all 0.8s ease 0s
}
.article03:hover {
  border-radius: 10px;
}
.article03-content {
  padding: 12px 15px;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1c1c1c;
}
.article03-meta {
  transition: all 0.5s ease 0s;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.post-header {
  text-align: left;
}
.post-title {
  color: #1c1c1c;
}
.nav-links01 {
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #a6a6a6;
}
.article01-thumbnail {
  border: 1px solid #a6a6a6;
  box-sizing: border-box;
}
.article01-title a {
  font-size: 0.85rem;
  font-weight: 400;
  color: #1c1c1c;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 15px;
  font-weight: 400;
}
.post-meta-box {
  background: #1c1c1c;
}
.post-meta-box-item::before {
  color: #a6a6a6;
}
.post-meta-box-item a {
  color: #fff;
}
.headline-bar {
  color: #fff;
  background: #1c1c1c;
  text-align: left;
  line-height: 1;
  padding: 17px 20px;
}
.widget_recent_entries li {
  font-size: 13px;
  border-color: #a6a6a6;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.widget_recent_entries .post-date {
  font-size: 11px;
  color: #1c1c1c;
  line-height: 1.5;
}
.widget_recent_entries .post-date:before {
  font-size: 10px;
  color: #a6a6a6;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #a6a6a6;
  }
  .article03-title {
    height: 50px;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #a6a6a6;
  }
  .side_widget:first-child .headline-bar {
    padding: 17px 13px;
    line-height: 0.4;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #f35d63;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #1c1c1c;
  width: 7px;
  height: 7px;
  top: 11px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
a.content_but {
  width: 100%;
  max-width: 330px;
  margin-top: 1rem;
  padding: 15px 22px;
  border-radius: 3px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background: #1c1c1c;
  border: 1px solid;
  box-sizing: border-box;
  display: block;
  position: relative;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  line-height: 1.8;
  right: 20px;
}
a.content_but:hover {
  background: #fff;
  color: #1c1c1c;
}
a.hotpepper_but {
  background: #9f1446;
}
a.hotpepper_but:hover {
  color: #fff;
  background: #1c1c1c;
}
a.hotpepper_but::before {
  content: "\e91b";
}
/* コンテンツ 共通 END */
/* 動画編集 */
.movie_sec .content_inner {
  max-width: 900px;
}
.movie_box {
  margin-bottom: 60px;
}
.movie_box h2 {
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
}
.movie_box h2::after {
  content: none;
}
.movie_box p {
  margin-bottom: 12px;
}
.movie_box p:last-child {
  margin-bottom: 0;
}
p.caution.tax_caution {
  margin-bottom: 30px;
}
table.price_tbl th, table.price_tbl td {
  font-size: 1rem;
}
table.price_tbl th {
  width: 70%;
}
table.price_tbl td {
  text-align: end;
  letter-spacing: .05rem;
}
span.consultation {
  font-size: 0.86rem;
  letter-spacing: 0;
  margin-left: 7px;
}
span.option {
  font-size: 0.9rem;
  padding: 2px 6px;
  border: 1px solid;
  margin-right: 10px;
  letter-spacing: 0;
  box-sizing: border-box;
  display: inline;
}
@media only screen and (max-width: 768px) {
  .movie_box {
    margin-bottom: 30px;
  }
  .movie_box h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .movie_box p {
    margin-bottom: 8px;
  }
  p.caution.tax_caution {
    margin-bottom: 10px;
  }
}
/* 動画編集 END */
/* 動画編集の流れ */
.flow_sec .content_inner {
  max-width: 950px;
}
.flow {
  padding-left: 80px;
  padding-top: 25px;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 50px;
  height: 90px;
  line-height: 84px;
  font-size: 3rem;
  font-weight: 400;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background: #fff;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 0;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  width: 1px;
  height: 100%;
  background: #1c1c1c;
  z-index: -1;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  text-align: left;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 20px;
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 10px;
}
.flow p:last-of-type {
  margin-bottom: 0;
}
span.flow_caution {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .flow::before {
    width: 35px;
    height: 70px;
    line-height: 63px;
    font-size: 2.5rem;
  }
  .flow::after {
    left: 17px;
  }
}
/* 動画編集の流れ END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 950px;
}
.faq_sec h2 {
  text-align: left;
}
.faq_sec h2::after {
  width: 40px;
  height: 1px;
  margin-top: 10px;
  margin-left: 0;
}
.faq {
  margin-bottom: 40px;
  box-sizing: border-box;
}
.faq:first-of-type {
  margin-top: 80px;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h3 {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 3px 0;
  position: relative;
  box-sizing: border-box;
}
.faq p {
  position: relative;
  margin-bottom: 0.8rem;
}
.faq p:last-child {
  margin-bottom: 0;
}
p.answer {
  padding: 3px 0;
}
.faq h3, .faq p {
  padding-left: 45px;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  background: #1c1c1c;
  width: 30px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
.faq h3::after {
  content: none;
}
p.answer::before {
  content: 'A';
  color: #1c1c1c;
  border: 1px solid;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq:first-of-type {
    margin-top: 40px;
  }
}
/* よくある質問 END */
/* ご挨拶 */
.greeting_sec h2 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.greeting_sec p {
  margin-bottom: 25px;
}
.greeting_sec p:last-child {
  margin-bottom: 0;
}
h3.name {
  font-size: 1.45rem;
  padding-left: 0;
  margin-bottom: 40px;
}
h3.name span {
  font-size: 1rem;
  margin-right: 10px;
}
.greeting_sec h2::after, h3.name::before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .greeting_sec h2 {
    font-size: 1.5rem;
  }
  .greeting_sec p {
    margin-bottom: 15px;
  }
  h3.name {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
/* ご挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 850px;
}
table.info_tbl th {
  width: 26%;
}
span.info_caution {
  font-size: 0.85rem;
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 850px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
address.con_tel {
  font-size: 2.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
span.con_tel_sub {
  font-size: 1rem;
  letter-spacing: .15rem;
}
p.con_caution {
  width: fit-content;
  margin: 0 auto 15px;
  font-size: 0.85rem;
}
p.con_caution:first-of-type {
  margin-bottom: 5px;
}
p.con_time {
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: center;
}
p.con_time span {
  margin-right: 10px;
}
.mail_info_box p {
  margin-bottom: 0;
}
.mail_info_box {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  address.con_tel {
    font-size: 1.8rem;
  }
  .mail_info_box {
    text-align: left;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 10px;
  padding: 5px 4px 6px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background: #f35d63;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #eeeeee;
  border: 0;
  padding: 18px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 1rem;
  margin-bottom: 25px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 0;
  margin-top: 8px;
  line-height: 1.5;
  font-weight: 500;
}
.wpcf7 select {
  width: 100%;
  max-width: 100%;
  padding: 10px 12px 8px;
  background: #f7f7f7;
  border: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .08rem;
  height: 74px;
  color: #fff;
  background: #1c1c1c;
  border: 1px solid !important;
  border-radius: 5px;
  transition: all .5s;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #1c1c1c;
  background: none;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 20px;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */