@charset "UTF-8";
/* 宇城 直美 CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #1b1513;
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(15px, 0.8vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #1b1513;
}
.font-1, .headline-font-type {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 0.95rem;
  font-weight: 400;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 45px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.8rem;
  font-weight: 400;
  width: 86% !important;
  max-width: 1200px !important;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
}
.signage {
  height: 280px;
  background: none !important;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  text-shadow: none;
}
.signage-title {
  font-size: 2.5rem !important;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  color: #1b1513 !important;
}
.signage-title-sub {
  font-size: 1.1rem !important;
  font-family: "Lato", sans-serif;
  letter-spacing: .15rem;
  color: #1b1513 !important;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title {
    font-size: 1.8rem !important;
    margin-bottom: 15px;
  }
  .signage-title-sub {
    font-size: 1rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  box-shadow: none;
}
.logo-image {
  top: 38px;
  left: 25px;
  width: 230px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-left: 8px;
  background: #1b1513;
  box-sizing: border-box;
}
.global-nav > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05rem;
  padding: 0 24px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #fff;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 8px;
  top: 47px;
  position: absolute;
  background: #afafaf;
}
.global-nav > ul > li:first-of-type a::before, .global-nav > ul > li:last-of-type a::before {
  content: none;
}
.global-nav > ul > li.global-menu-contact > a {
  line-height: 100px;
  padding: 0 30px;
  background: #454545;
  color: #fff;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "CONTACT";
  position: relative;
  text-align: center;
  display: block;
  bottom: 29px;
  line-height: 0;
  font-size: 10px;
  font-family: "Lato", serif;
  letter-spacing: .1rem;
  /* color: #afafaf; */
}
.global-nav > ul > li.global-menu-contact > a:hover {
  color: #fff;
  background: #6a6a6c;
}
.global-nav > ul > li.global-menu-contact > a:hover::after {
  color: #fff;
}
.global-nav > ul > li.global-menu-sub > a::after {
  content: "\e90e";
  position: relative;
  text-align: center;
  display: block;
  bottom: 27px;
  line-height: 0;
  font-size: 10px;
  font-family: "design_plus";
  color: #fff;
}
.global-nav .sub-menu a {
  font-size: 13px;
  letter-spacing: .07rem;
  color: #fff;
  background: #1b1513 !important;
}
.global-nav .sub-menu a:hover {
  color: #afafaf !important;
  background: #1b1513 !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 20px;
    left: 0;
    width: 150px;
  }
  .header-bar {
    height: 55px;
    background: #fff !important;
    border-color: #fff;
  }
  .global-nav {
    padding-left: 0;
    border-radius: 0;
    background: none;
  }
  .global-nav-button {
    border-left: 0;
    background: #1b1513;
  }
  .global-nav-button:before {
    color: #fff;
  }
  .global-nav-button:hover:before {
    color: #afafaf;
  }
  .global-nav > ul > li > a {
    font-size: 13px;
    line-height: 50px;
    height: 50px;
    text-align: left;
    padding: 0 20px;
    color: #fff !important;
    background: #1b1513;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    bottom: 17px;
  }
  .global-nav > ul > li.global-menu-contact > a {
    padding: 0 20px;
    margin-left: 0;
    line-height: 50px;
    background: #1b1513;
  }
  .global-nav > ul > li > a::before, .global-nav > ul > li.global-menu-sub > a::after, .global-nav > ul > li.global-menu-contact > a::after {
    content: none !important;
  }
  .global-nav a {
    background: #fff;
    color: #1b1513 !important;
  }
  .global-nav .sub-menu a {
    font-size: 13px;
    padding: 0 20px;
    color: #fff !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: #afafaf !important;
    background: #1b1513 !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #fff;
  }
}
@media only screen and (max-width: 1200px) {
  .home .header::before, .home .header::after {
    content: none;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.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;
  position: relative;
  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;
  display: block;
}
.front-copy-img {
  width: 50%;
  max-width: 280px;
}
.top-slider-wrapper {
  background: #fff;
  z-index: 0;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.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: 35px;
  bottom: -40px;
  left: 50%;
  z-index: -1;
}
.scroll-box span {
  position: absolute;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  line-height: 0;
  text-align: center;
  letter-spacing: .15rem;
  color: #fff;
  left: 0;
  bottom: 15px;
}
h2.front-sec-title {
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Lato", serif;
  letter-spacing: .15em;
  margin-bottom: 30px;
}
h2.front-sec-title::after {
  content: '';
  display: block;
  background: #1b1513;
  width: 30px;
  height: 2px;
  margin-top: 25px;
}
.front_original01 {
  padding: 6em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__title {
  width: 32%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 68%;
  padding-left: 8vw;
  box-sizing: border-box;
}
.front-original01__title h3 {
  font-size: 1.65rem;
  letter-spacing: .1rem;
  line-height: 1.8;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
.front_original02 {
  padding-top: 7em;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original02__img {
  width: 75%;
  margin-right: -20%;
  box-sizing: border-box;
  z-index: -1;
}
.front-original02__img img {
  border: 1px solid #1b1513;
  box-sizing: border-box;
}
.front-original02__text {
  width: 45%;
  margin-right: -100%;
  padding: 30px 35px;
  color: #fff;
  background: #1b1513;
  box-sizing: border-box;
  z-index: 0;
}
.front-original02__text h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front-content02 {
  padding: 7em 0;
  background: #000;
  color: #fff;
}
.front-content02-inner, .front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front_original03 {
  padding: 7em 0;
}
.front-content02 h2, .front_original03 h2 {
  margin-bottom: 60px;
}
.front-content02 h2.front-sec-title::after {
  background: #fff;
}
.front-content02-img-inner, .front-original03-img-inner {
  width: 45%;
  margin-left: 55%;
  box-sizing: border-box;
}
.front-content02-img-inner {
  margin-left: 55%;
}
.front-original03-img-inner {
  margin-left: -100%;
}
.front-content02-text-inner, .front-original03-text-inner {
  width: 55%;
  margin-left: -100%;
  box-sizing: border-box;
}
.front-content02-text-inner {
  margin-left: -100%;
  padding-right: 6vw;
}
.front-original03-text-inner {
  margin-left: 45%;
  padding-left: 6vw;
}
.front-content02-img-frame, .front-original03-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #bfbfbf;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.content02-img, .original03-img {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content02-img {
  background-image: url("/wp-content/themes/story_tcd041/img/top_content02_img.jpg");
}
.original03-img {
  background-image: url("/wp-content/themes/story_tcd041/img/front_original03_img.jpg");
}
.content02-text__box, .third-box {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.content02-text__box:last-of-type, .third-box:last-of-type {
  margin-bottom: 0;
}
.content02-text__box h3, h3.third_title {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
a.content02-but {
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  text-align: left;
  width: 100%;
  max-width: 340px;
  margin-top: 20px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  color: #1b1513;
  background: #fff;
  padding: 20px 25px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 0;
}
a.content02-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  right: 20px;
  z-index: -1;
  transition: 0.5s;
}
a.content02-but:hover {
  color: #1b1513;
  background: #fff;
  border-radius: 100px;
}
.front_topics {
  padding: 6em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-topics-title-inner {
  width: 25%;
  float: left;
  padding-right: 1vw;
  box-sizing: border-box;
  display: block;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  color: #fff;
  background: #1b1513;
}
.footer_contact_sec {
  padding: 5em 0 10em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 9vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: .1rem;
  margin-bottom: 15px;
}
dl.address_body {
  font-size: 0.75rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
dt.address_title {
  font-size: 0.6rem;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dd.address_text {
  margin-top: 5px;
  box-sizing: border-box;
}
ul.sns__links {
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
}
li.sns__links-item {
  width: calc(33.3333% - 6.7px);
  margin-right: 10px;
  box-sizing: border-box;
}
ul.sns__links li:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
  color: #fff;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_mail_but::before {
  content: '\f0e0';
  color: #1b1513;
  background: #fff;
}
a.footer_line_but::before {
  content: '\e909';
  background: #00b900;
}
a.footer_insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns:hover {
  background: none;
}
a.footer_mail_but:hover {
  color: #afafaf;
}
a.footer_line_but:hover {
  color: #00b900;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 5px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-family: "Lato", sans-serif;
  letter-spacing: .08rem;
}
ul.footer-content-list-outer {
  width: 50%;
  padding-left: 7vw;
  box-sizing: border-box;
}
ul.footer-content-list-outer:first-of-type {
  padding-left: 0;
}
ul.footer-content-list-outer li {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 12px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #fff;
  top: 9px;
  left: 0;
  transition: 0.5s;
}
ul.footer-content-list-outer li:hover::before {
  padding-left: 5px;
}
ul.footer-content-list-outer li a {
  color: #fff;
}
ul.footer-content-list-outer li a:hover {
  color: #afafaf;
}
.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: 10px;
  font-weight: 400;
  text-align: left;
}
.pagetop {
  right: 15px;
  bottom: 15px;
  transition: all 0.5s;
}
.pagetop:hover {
  bottom: 25px;
}
.pagetop a {
  width: 45px;
  height: 45px;
  color: #1b1513;
  background: #afafaf;
  border-radius: 2px;
  position: relative;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  width: 14px;
  height: 14px;
}
.pagetop a:hover {
  color: #1b1513;
  background: #636363;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
  .front-topics-title-inner {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
  .front-original01__text {
    margin-top: 20px;
    padding-left: 0;
  }
  .front-content02 {
    padding-bottom: 5em;
  }
  .front-content02-img-inner, .front-original03-img-inner {
    width: 100%;
    height: 80vh;
    min-height: 500px;
    margin-left: 0;
  }
  .content02-img {
    background-position-y: 100%;
  }
  .original03-img {
    background-position-y: 30%;
  }
  .front-content02-text-inner, .front-original03-text-inner {
    width: 100%;
    margin-left: 0;
  }
  .front-content02-text-inner {
    padding-right: 0;
    margin-top: 40px;
  }
  .front-original03-text-inner {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .content02-text__box, .third-box {
    margin-bottom: 30px;
  }
  .front_original02 {
    padding-top: 5em;
  }
  .front-original02__img, .front-original02__text {
    width: 100%;
    margin-right: 0;
  }
  .footer_menu_bg {
    padding-left: 2vw;
  }
  .dp-footer-bar {
    left: 0;
    background: #1b1513 !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: 10px;
    letter-spacing: 0;
  }
  .icon-file-text:before {
    content: "\e909";
  }
}
@media only screen and (max-width: 800px) {
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    margin-top: 40px;
    max-width: 300px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  .scroll-box span {
    font-size: 10px;
    bottom: 10px;
  }
  h2.front-sec-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  h2.front-sec-title::after {
    margin-top: 20px;
  }
  .front-content02 h2, .front_original03 h2 {
    margin-bottom: 30px;
  }
  h2.front_topics_title {
    margin-bottom: 25px;
  }
  .front_original01, .front-content02, .front_original03, .front_topics {
    padding: 3em 0;
  }
  .front_original02 {
    padding-top: 3em;
  }
  .front-original01__title h3 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .front-original02__text {
    padding: 20px 25px;
  }
  .front-original02__text h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .front-original01__text p, .front-original02__text p {
    margin-bottom: 10px;
  }
  .front-content02-text-inner {
    margin-top: 25px;
  }
  .front-original03-text-inner {
    margin-bottom: 20px;
  }
  .footer_contact_sec {
    padding: 3em 0 1em;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    right: 10px;
    bottom: 75px !important;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
}
@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.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-top: 0;
  text-align: center;
  box-sizing: border-box;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #1b1513;
  width: 30px;
  height: 1px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0 0 0 30px;
  color: #1b1513;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #1b1513;
  top: 50%;
  left: 0;
}
.post-content h4 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #afafaf;
  padding: 0;
}
.s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: .08rem;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 18px;
  background: none;
  border: 0;
  border-bottom: 1px #afafaf solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-color: #1b1513;
  border-right: none;
}
.post-content td {
  padding-left: 15px;
  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: 15px 2px 13px;
    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: 20px;
  }
  .post-content h2::after {
    width: 20px;
  }
  .post-content h3 {
    font-size: 1.2rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-title {
  font-weight: 700;
  color: #1b1513;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  border: 1px solid #1b1513;
  background: #fff;
  box-sizing: border-box;
}
.article03, .article03-thumbnail {
  transition: all 0.8s ease 0s
}
.article03:hover {
  border-radius: 15px;
}
.article03:hover .article03-thumbnail {
  border-radius: 14px 14px 0 0;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.6;
  color: #1b1513;
}
.article03-meta {
  font-weight: 400;
  transition: all 0.5s ease 0s;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.post-title {
  color: #1b1513;
}
.post-title, .post-meta {
  text-align: left;
}
.nav-links01 {
  font-size: 12px;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #afafaf;
}
.article01-title a {
  font-size: 0.85rem;
  font-weight: 400;
  color: #1b1513;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
  font-weight: 400;
}
.post-meta-box {
  border: 1px solid;
  box-sizing: border-box;
  background: none;
}
.post-meta-box-item::before {
  color: #1b1513;
}
.headline-bar {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  letter-spacing: .12rem;
  padding-left: 20px;
  text-align: left;
  background: #1b1513;
}
.widget_recent_entries li {
  border-color: #afafaf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries li a {
  font-size: 12px;
}
.widget_recent_entries .post-date {
  color: #1b1513;
  font-size: 11px;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
}
.widget_recent_entries .post-date:before {
  color: #606069;
}
@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;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  .post-header {
    margin: 40px auto 10px;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #1b1513;
  }
  .article03-title {
    height: 50px;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #afafaf;
  }
}
@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;
  color: #f35d63;
  left: 0;
  top: 0;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #fcd037;
  width: 6px;
  height: 6px;
  top: 9px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 1px;
  color: #f35d63;
  font-size: 14px;
}
a.content_but {
  width: 100%;
  max-width: 330px;
  color: #fff;
  background: #1b1513;
  padding: 22px 20px;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: .02rem;
  line-height: 1;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  line-height: 1.5;
  right: 20px;
  transition: 0.5s;
}
a.content_but:hover {
  background: #1b1513;
  border-radius: 100px;
  color: #fff;
}
/* コンテンツ 共通 END */
/* 料金・プラン */
.price_sec p {
  margin-bottom: 20px;
}
.price_sec p:last-of-type {
  margin-bottom: 0;
}
.price_box {
  align-items: center;
  margin-bottom: 10px;
}
.price_box h2 {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
}
.price_box h2::after {
  margin-left: 0;
}
.price_text {
  width: 50%;
  margin-left: -100%;
  box-sizing: border-box;
}
.price_img {
  width: 50%;
  margin-left: 50%;
  padding-left: 4vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
  .price_text, .price_img {
    width: 100%;
    margin-left: 0;
  }
  .price_img {
    padding-left: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .price_sec p {
    margin-bottom: 10px;
  }
  .price_box {
    margin-bottom: 20px;
  }
  .price_box h2 {
    margin-bottom: 15px;
  }
}
/* 料金・プラン END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 950px;
}
.faq {
  margin-bottom: 50px;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq h2::after {
  content: none;
}
.faq p {
  position: relative;
  margin-bottom: 15px;
}
.faq p:last-child {
  margin-bottom: 0;
}
p.answer {
  padding: 2px 0;
}
.faq h2, .faq p {
  padding-left: 55px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #fff;
  background: #1b1513;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  left: 0;
  top: 0;
}
p.answer::before {
  content: 'A';
  color: #1b1513;
  background: #e1e1e1;
  top: 0;
}
a.faq_con_but {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq h2, .faq p {
    padding-left: 50px;
  }
}
/* よくある質問 END */
/* オンラインでも痩せられる理由 */
.online_sec {
  background: #1b1513;
  color: #fff;
  position: relative;
  z-index: 0;
}
.online_sec::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/wp-content/themes/story_tcd041/img/online_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: -1;
}
.online_sec .content_inner {
  max-width: 850px;
}
.online_text {
  text-align: center;
  padding: 65px 50px 70px;
  border: 1px solid;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.online_text h2::after {
  width: 1px;
  height: 50px;
  background: #fff;
}
.online_text p {
  margin-bottom: 25px;
}
.online_text p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 950px) {
  .online_text {
    text-align: left;
  }
  br.online-pc-only {
    display: contents;
  }
}
@media only screen and (max-width: 768px) {
  .online_text {
    padding: 25px 25px 20px;
  }
  .online_text h2::after {
    height: 25px;
  }
  .online_text p {
    margin-bottom: 15px;
  }
}
/* オンラインでも痩せられる理由 END */
/* ご依頼の流れ */
.flow_sec .content_inner {
  max-width: 800px;
}
p.flow-first-text {
  line-height: 1.8;
  text-align: center;
}
.flow {
  padding-bottom: 50px;
  position: relative;
}
.flow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 100%;
  background-color: #1b1513;
  z-index: -1;
}
.flow:first-of-type {
  margin-top: 60px;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow:last-of-type::after {
  content: none;
}
.flow_text {
  padding: 30px 0;
  background: #fff;
  box-sizing: border-box;
}
.flow:first-of-type .flow_text {
  padding-top: 0;
}
.flow:last-of-type .flow_text {
  padding-bottom: 0;
}
.flow_text::before {
  counter-increment: number 1;
  content: "STEP."counter(number) "";
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  letter-spacing: .15rem;
  margin-bottom: 1rem;
  text-align: center;
}
.flow_text h3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: center;
  padding: 0;
}
.flow_text h3::before {
  content: none;
}
.flow_text p {
  line-height: 2.2;
  text-align: center;
}
.flow_text p:last-child {
  margin-bottom: 0;
}
a.flow_con_but {
  margin: 15px auto 0;
}
@media only screen and (max-width: 768px) {
  .flow:first-of-type {
    margin-top: 30px;
  }
  .flow {
    padding-bottom: 25px;
  }
  .flow_text {
    padding: 25px 0 15px;
  }
}
@media only screen and (max-width: 700px) {
  p.flow-first-text, .flow_text p {
    width: fit-content;
    margin: auto;
    text-align: left;
  }
  .flow_text p {
    line-height: 2;
  }
  br.flow-pc-only {
    display: contents;
  }
}
/* ご依頼の流れ END */
/* ご挨拶 */
.greeting_sec {
  background: #1b1513;
  color: #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.greeting_sec h2 {
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: left;
}
.greeting_sec h2::after {
  content: none;
}
.greeting_sec p {
  margin-bottom: 20px;
}
.greeting_sec p:last-child, .greeting_img p {
  margin-bottom: 0;
}
h2.greeting-first-title {
  font-size: 2rem;
  letter-spacing: .1rem;
  margin-bottom: 50px;
}
.greeting-flex-inner {
  margin-bottom: 50px;
}
.greeting_img {
  width: 35%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.greeting_text {
  width: 65%;
  box-sizing: border-box;
}
a.greeting_insta_but {
  width: 100%;
  max-width: 110px;
  margin: 15px auto 0;
  display: block;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
a.greeting_insta_but::before {
  content: "\ea92";
  font-family: design_plus;
  margin: auto;
  font-size: 19px;
  z-index: 1;
}
a.greeting_insta_but span {
  font-size: 10px;
  font-family: "Lato", sans-serif;
  letter-spacing: .05rem;
  display: block;
}
a.greeting_insta_but:hover {
  color: #ff0357;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_img {
    padding-right: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec h2 {
    margin-bottom: 15px;
  }
  .greeting_sec p {
    margin-bottom: 10px;
  }
  h2.greeting-first-title {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .greeting-flex-inner {
    margin-bottom: 25px;
  }
}
/* ご挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 800px;
}
table.info_tbl th, table.info_tbl td {
  font-size: 0.9rem;
  letter-spacing: .05rem;
}
table.info_tbl th {
  width: 30%;
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 850px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.con__inner {
  margin-bottom: 30px;
}
.contact_sec p, .con__inner:last-of-type {
  margin-bottom: 0;
}
.con_line_box {
  padding: 25px 20px;
  color: #fff;
  background: #00b900;
  box-sizing: border-box;
}
.con_line_box h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.con_line_box h2::after {
  content: none;
}
.con_line_box p {
  margin-bottom: 0;
}
a.con_line_but {
  width: 100%;
  max-width: 330px;
  padding: 15px 25px;
  font-size: 1rem;
  font-weight: 500;
  color: #00b900;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 auto;
}
a.con_line_but::before {
  content: "\e909";
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  right: 21px;
}
p.con_line_text {
  width: fit-content;
  margin: 15px auto 0;
  font-weight: 500;
  line-height: 1.5;
}
a.con_line_but:hover {
  color: #fff;
  background: #1b1513;
}
.mail_info_box {
  margin-bottom: 20px;
}
.mail_info_box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 20px;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.5rem;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 5px 4px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background: #f35d63;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: none;
  border: 1px solid #afafaf;
  padding: 15px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 2.2;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 20px;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .08rem;
  height: 80px;
  color: #fff;
  background: #1b1513;
  border-radius: 2px;
  transition: all .5s;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #1b1513;
  border-radius: 100px;
}
.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: 1.5rem;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/* インスタ埋め込み */
.front_insta {
  padding: 6em 0;
  color: #fff;
  background: #1b1513;
}
.front-insta-inner {
  width: 86%;
  max-width: 1050px;
  margin: auto;
}
.front_insta h2 {
  text-align: center;
}
.front_insta h2::after {
  margin: 30px auto 0;
  background: #fff;
}
a.front_insta_but {
  letter-spacing: .1rem;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "Lato", serif;
  text-align: center;
  padding: 13px;
  width: 100%;
  max-width: 140px;
  margin: auto;
  margin-bottom: 20px;
  box-sizing: border-box;
  color: #1b1513;
  background: #fff;
  transition: 0.8s;
}
a.front_insta_but:hover {
  color: #1b1513;
  border-radius: 100px;
}
@media only screen and (max-width: 768px) {
  .front_insta {
    padding: 3em 0;
  }
  .front_insta h2::after {
    width: 20px;
    margin-top: 15px;
  }
}
/* インスタ埋め込み END */