@charset "UTF-8";
/* Last Piece CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #1e1b47;
  overflow: hidden;
  font-size: 14px;
  font-size: clamp(14px, 0.8vw, 20px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #1e1b47;
}
.font-1, .headline-font-type {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  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: 35px;
  background: none;
}
.breadcrumb.inner {
  width: fit-content !important;
  max-width: 1150px;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 !important;
}
.signage {
  height: 280px;
  background: none;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
}
.signage-title {
  font-size: 3rem !important;
  font-weight: 500;
  font-family: "Caveat", cursive;
  letter-spacing: .2rem;
  color: #1e1b47 !important;
  margin-top: -30px;
}
.signage-title-sub {
  font-size: 0.95rem !important;
  font-weight: 700;
  letter-spacing: .1rem;
  margin-top: 20px;
  line-height: 1;
  color: #c70000 !important;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage-title {
    font-size: 2rem !important;
    letter-spacing: .1rem;
    margin-top: 0;
  }
  .signage-title-sub {
    font-size: 0.8rem !important;
    margin-top: 12px;
  }
}
/* 共通部分 END */
/* ナビ */
.home .header::before {
  content: 'SCROLL';
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 50px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Caveat", cursive;
  letter-spacing: .2rem;
  line-height: 1;
  z-index: 2;
}
.home .header::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #fff;
  bottom: 0;
  left: 50%;
  z-index: 1;
}
.header-bar {
  z-index: 50;
  height: 80px;
  background: #fff !important;
}
.logo-image {
  top: 0;
  left: 0;
  width: 109px;
  height: auto;
  position: absolute;
  padding: 10px 22px 20px 20px;
  background: #fff;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a, .global-nav .sub-menu a, .global-nav a:hover, .global-nav .current-menu-item > a {
  color: #1e1b47;
}
.global-nav {
  padding-right: 8px;
}
.global-nav > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  font-family: "Caveat", cursive;
  letter-spacing: .1rem;
  line-height: 80px;
  padding: 0 18px;
  position: relative;
  text-align: center;
  transition: all 0.8s;
  z-index: 0;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
  content: "";
  background: #c70000;
  width: 0;
  height: 2px;
  top: 40px;
  left: 18px;
  position: absolute;
  transition: all 0.5s;
  z-index: -1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
  width: calc(100% - 32px);
}
.global-nav .sub-menu a {
  font-size: 15px;
  font-weight: 700;
  font-family: "Caveat", cursive;
  letter-spacing: .1rem;
  background: #fff !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
.global-nav .sub-menu a:hover {
  color: #c70000 !important;
  background: #fff !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 4px;
    left: -5px;
    width: 40px;
    height: auto;
    padding: 0;
    background: none;
  }
  .header-bar {
    height: 55px;
    background: #fff !important;
    border-color: #fff;
    box-shadow: none;
  }
  .global-nav {
    padding-left: 0;
    padding-right: 0;
    background: none;
  }
  .global-nav-button {
    height: 55px;
    border-left: 0;
    background: #fff;
  }
  .global-nav-button:before {
    color: #1e1b47;
  }
  .global-nav-button:hover:before {
    color: #c70000;
  }
  .global-nav a {
    background: #fff;
    color: #1e1b47 !important;
  }
  .global-nav > ul > li > a {
    font-size: 15px;
    text-align: left;
    padding: 0 25px;
    line-height: 52px;
  }
  .global-nav .sub-menu a {
    font-size: 13px;
    line-height: 53px;
    background: #fff !important;
    color: #1e1b47 !important;
    padding: 0 25px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #111196 !important;
  }
  .global-nav > ul > li > a:before {
    content: none !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #1e1b47;
  }
}
@media only screen and (max-width: 970px) {
  .home .header::before, .home .header::after {
    content: none;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper {
  margin-top: 80px;
}
.top-slider-wrapper {
  width: calc(100% - 20px);
  margin: 0 auto;
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}
.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;
}
.front-slider-box {
  width: 90%;
  margin: 0 auto;
}
.front-copy-img {
  width: 80%;
  max-width: 450px;
  margin-left: auto;
  display: block;
}
h2.front-main-title {
  font-size: 2.5rem;
  font-family: "Caveat", cursive;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2rem;
  text-align: center;
}
.front_original01::after, .front_topics::before {
  content: '';
  position: absolute;
  display: block;
  background: #1e1b47;
  width: 40%;
  max-width: 800px;
  height: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.front_original01::after {
  bottom: 0;
}
.front_topics::before {
  top: 0;
}
.front_original01 {
  padding: 7em 0;
  margin-bottom: 7em;
  position: relative;
}
.front-original01-inner {
  width: 86%;
  max-width: 900px;
  margin: 0 auto;
}
.front-original01__title {
  width: 35%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 65%;
  padding-left: 3vw;
  box-sizing: border-box;
}
.front-original01__title h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  background: none;
  padding-bottom: 5em;
}
.content02-inner {
  width: 90%;
  max-width: 1250px;
  padding: 0;
}
.content02 h2 {
  margin-bottom: 70px;
}
.content02-item {
  width: calc(33.3333% - 33.5px);
  margin-left: 50px;
  padding-bottom: 0;
  color: #1e1b47;
  position: relative;
  z-index: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all .8s;
  z-index: 0;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: hsl(243.75deg 62.61% 3.5% / 44%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 0.8;
}
.content02-img-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  z-index: 1;
}
p.content02-img_title {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Caveat", cursive;
  letter-spacing: .1rem;
  line-height: 1;
  color: #fff;
}
h3.content02-title, .content02-text {
  color: #1e1b47;
}
h3.content02-title {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin-top: 25px;
  margin-bottom: 15px;
}
.content02-text {
  font-size: 0.85rem;
  line-height: 2;
}
a.content02-but {
  font-size: 1rem;
  font-family: 'Caveat', cursive;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .1rem;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 260px;
  height: 45px;
  line-height: 45px;
  padding-left: 2px;
  position: relative;
  margin: 20px 0 0;
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
  /* z-index: 0; */
}
a.content02-but::before {
  width: 50px;
  height: 1px;
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  background: #111196;
  transition: all 0.5s ease 0s;
}
a.content02-but::after {
  content: 'MORE';
  position: absolute;
  right: 7px;
  font-size: 0.7rem;
  transition: 1.5s;
}
a.content02-but:hover {
  color: #1e1b47;
  background: none;
}
a.content02-but:hover::before {
  left: calc(100% - 50px);
  background: #c70000;
  opacity: 1;
}
a.content02-but:hover::after {
  color: #c70000;
}
.front_original02 {
  width: calc(100% - 50px);
  padding: 10em 0 22em;
  position: relative;
  color: #fff;
  background: #000;
  z-index: 0;
}
.front_original02::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front-original02_img.jpg?20250910");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0.4;
  z-index: -1;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original02__text h2 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
.front-original02__text p {
  margin-bottom: 25px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.front_original03 {
  padding: 7em 0;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  margin-bottom: 50px;
  align-items: center;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 35%;
  box-sizing: border-box;
}
.third-box:nth-of-type(even) .front-third-text {
  margin-left: 65%;
}
.front-third-img {
  width: 65%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-img {
  padding-left: 4vw;
}
.third-box:nth-of-type(even) .front-third-img {
  margin-left: -100%;
  padding-right: 4vw;
}
h3.third_title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
h3.third_title::after {
  content: "I want to deliver it.";
  font-size: 1.3rem;
  font-family: "Caveat", cursive;
  font-weight: 500;
  letter-spacing: .1rem;
  line-height: 1.2;
  margin-top: 15px;
  display: block;
  color: #c70000;
}
.third-box:nth-of-type(2) h3.third_title::after {
  content: "What we can do";
}
.third-box:nth-of-type(3) h3.third_title::after {
  content: "I want to respond to your feelings right away.";
}
.front_topics {
  padding: 7em 0;
  position: relative;
}
.front-topics-inner {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
h2.front-topics-title {
  margin-bottom: 50px;
}
h2.front_topics_title span {
  font-size: 0.9rem;
  font-weight: 400;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1rem;
  display: block;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer_insta_sec {
  padding: 5em 0;
  background: #f0e9e5;
}
.footer_insta_inner {
  width: 86%;
  max-width: 900px;
  margin: auto;
  align-items: center;
}
.footer_insta_text {
  width: 60%;
  padding-right: 5vw;
  box-sizing: border-box;
}
.footer_insta_link {
  width: 40%;
  box-sizing: border-box;
}
.footer_insta_text h2 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08rem;
  margin-bottom: 1.2rem;
}
.footer_insta_text p {
  line-height: 1.8;
  margin-bottom: 0.8rem;
}
.footer_insta_text p:last-child {
  margin-bottom: 0;
}
a.insta_but {
  width: 100%;
  max-width: 330px;
  padding: 18px 10px;
  display: block;
  font-size: 0.75rem;
  letter-spacing: .1rem;
  text-align: center;
  margin: 0 auto;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.8s;
  z-index: 0;
}
a.insta_but::before {
  content: "\ea92";
  font-size: 18px;
  font-weight: 400;
  font-family: design_plus;
  display: block;
  margin-bottom: 0.6rem;
}
a.insta_but::after {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(-25deg, #ffd75f, #ff0357);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
  z-index: -1;
  opacity: 0;
  transition: all 0.8s;
}
a.insta_but:hover {
  color: #fff;
  border-color: #c9c9c9;
  border-radius: 100px;
}
a.insta_but:hover::after {
  opacity: 1;
  border-radius: 100px;
}
.footer {
  margin: 0;
}
.footer_contact_sec {
  padding: 6em 0 4em;
}
.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: 20vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Caveat", cursive;
  letter-spacing: .05rem;
  margin-bottom: 14px;
}
p.footer-time {
  font-size: 1rem;
  line-height: 1.5;
}
ul.sns__links {
  width: 100%;
  max-width: 180px;
  margin-top: 20px;
}
li.sns__links-item {
  width: calc(50% - 5px);
  margin-right: 10px;
  box-sizing: border-box;
}
ul.sns__links li:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
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';
  background: #111196;
}
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: #111196;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 13px;
  font-family: "Caveat", cursive;
}
ul.footer-content-list-outer {
  width: 50%;
  padding-right: 1.5vw;
  box-sizing: border-box;
}
ul.footer-content-list-outer:last-of-type {
  padding-right: 0;
  margin-bottom: 0;
}
ul.footer-content-list-outer li {
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  position: relative;
  transition: all 1s ease 0s;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #111196;
  bottom: -5px;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
}
a.footer_but:hover::before {
  width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.copyright {
  font-size: 10px;
  text-align: left;
  color: #1e1b47;
}
.pagetop {
  right: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: none;
  color: #1e1b47;
  writing-mode: vertical-rl;
  position: relative;
  width: auto;
  height: 105px;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 700;
  font-family: "Caveat", cursive;
  letter-spacing: .2rem;
}
.pagetop a::before {
  content: '';
  position: absolute;
  display: block;
  background: #1e1b47;
  height: 50px;
  left: auto;
  right: 10px;
  width: 1px;
  top: auto;
  bottom: 120px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.pagetop a::after {
  content: '';
  position: absolute;
  display: block;
  background: #1e1b47;
  height: 20px;
  right: 10px;
  width: 1px;
  bottom: 0;
  z-index: -1;
}
.pagetop a:hover {
  background: none;
}
.pagetop a:hover::before {
  height: 100px;
}
@media only screen and (max-width: 1255px) {
  .footer_menu_bg {
    padding-left: 13vw;
  }
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 55px);
  }
  .header-bar-fixed ~ .top-slider-wrapper {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
  .front-original01__text {
    padding-left: 0;
    padding-top: 20px;
  }
  .front-original01__title h2 br {
    display: contents;
  }
  .content02 {
    padding-bottom: 5em;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2.5rem !important;
  }
  .content02-item:nth-of-type(2), .content02-item:nth-of-type(3) {
    margin-top: 0;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .front_original02 {
    padding: 5em 0;
  }
  .third-box {
    margin-bottom: 30px;
  }
  .front-third-text, .front-third-img {
    width: 100%;
  }
  .front-third-img {
    margin-top: 20px;
  }
  .third-box:nth-of-type(even) .front-third-text, .third-box:nth-of-type(even) .front-third-img {
    margin-left: 0;
  }
  .third-box:nth-of-type(odd) .front-third-img {
    padding-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-img {
    padding-right: 0;
  }
  .footer_menu_bg {
    padding-left: 5vw;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: #111196 !important;
    border-top: 1px solid #111196 !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\ea92";
  }
}
@media only screen and (max-width: 768px) {
  h2.front-main-title {
    font-size: 2rem;
  }
  .front_original01 {
    padding: 3em 0;
    margin-bottom: 2.5em;
  }
  .front-original01__title h2 {
    line-height: 1.5;
    text-align: left;
  }
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .content02 {
    padding-bottom: 3em;
  }
  .content02 h2, h2.front-topics-title {
    margin-bottom: 30px;
  }
  .front_original02, .front_original03, .front_topics {
    padding: 3em 0;
  }
  .front_original02 {
    width: 100%;
  }
  .front_original03 {
    padding-bottom: 4em;
  }
  .front-original02__text h2 {
    margin-bottom: 20px;
  }
  .front-original02__text p {
    margin-bottom: 15px;
  }
  .footer_contact_sec {
    padding: 3em 0 1.5em;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 350px;
    margin-top: 2.5rem;
    padding-left: 0;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .front-copy-img {
    margin-left: 0;
  }
  .front_original02::before {
    background-position-x: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.post-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #c70000;
  width: 20px;
  height: 1px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0;
  margin-bottom: 12px;
  line-height: 1.5;
  box-sizing: border-box;
  color: #1f1f8C;
}
.post-content h4 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  position: relative;
}
.post-content h4::before {
  content: '';
  position: absolute;
  background: #c70000;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0;
}
.post-content .s_table {
  width: 100%;
}
.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: 24px 2px 20px;
  background: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.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 2px 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 {
    line-height: 1.5;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin: 90px 0 40px;
}
.post-header {
  text-align: left;
}
h1.archive-title, h1.post-title {
  color: #1e1b47;
  font-weight: 700;
  line-height: 1.8;
}
.article03 {
  border: 1px solid #1e1b47;
  background: #fff;
  box-sizing: border-box;
}
.article03, .article03-thumbnail {
  transition: all 0.5s ease 0s;
}
.article03:hover {
  border-radius: 20px;
}
.article03 a:hover .article03-thumbnail {
  border-radius: 19px 19px 0 0;
}
.article03-content {
  padding: 12px 15px;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e1b47;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.post-title {
  color: #1e1b47;
}
.article01-thumbnail {
  border: 1px solid #dadee8;
  border-radius: 10px;
  box-sizing: border-box;
}
.article01-title a {
  font-size: 0.9rem;
  font-weight: 400;
  color: #1e1b47;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
}
.post-meta-box {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
}
.post-meta-box-item::before {
  color: #111196;
}
.side_widget .headline-bar {
  padding: 12px 2px;
  text-align: left;
  color: #111196;
  border-bottom: 1px solid;
  font-size: 20px;
  font-weight: 700;
  font-family: "Caveat", cursive;
  background: none;
}
.widget_recent_entries li {
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.widget_recent_entries li a {
  font-size: 13px;
  line-height: 1.5;
}
.widget_recent_entries .post-date {
  font-size: 11px;
  line-height: 1.5;
  color: #1e1b47;
  margin-top: 7px;
}
.widget_recent_entries .post-date::before {
  font-size: 10px;
  color: #c70000;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    font-size: 0.85rem;
    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;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #1e1b47;
  }
  .article04-title {
    font-size: 15px;
  }
  .headline-bar {
    line-height: 5px;
  }
}
@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.8;
  margin-bottom: 5px;
  padding-left: 20px;
  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: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #c70000;
  width: 7px;
  height: 7px;
  top: 7px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
a.content_but {
  width: 100%;
  max-width: 330px;
  padding: 18px 20px 16px;
  margin-top: 20px;
  border: 1px solid;
  letter-spacing: .05rem;
  line-height: 1.5;
  text-align: left;
  font-weight: 700;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but:hover {
  color: #fff;
  background: #111196;
  border-color: #111196;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  right: 20px;
  transition: 0.8s;
}
a.online_but::after {
  content: '\e93a';
  font-size: 17px;
  line-height: 1.3;
}
a.content_insta_but {
  color: #c70000;
  font-weight: 700;
}
/* コンテンツ 共通 END */
/* 商品紹介 */
.product_box {
  margin-top: 100px;
}
.product_box h2 {
  text-align: left;
}
.product_box h2::after {
  width: 50px;
  margin-left: 0;
}
.product_box h3 {
  margin-top: 30px;
}
.product_box p {
  margin-bottom: 10px;
}
.product_box p:last-of-type {
  margin-bottom: 0;
}
.product_img {
  width: 55%;
  padding-right: 5vw;
  box-sizing: border-box;
}
.product_text {
  width: 45%;
  box-sizing: border-box;
}
.product_text h2 {
  font-size: 1.25rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
}
.product_text h2::after {
  content: none;
}
.product_text h3 {
  margin-top: 15px;
  font-size: 0.95rem;
  margin-bottom: 3px;
}
p.price {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
span.tax {
  font-size: 0.9rem;
  margin-left: 10px;
  letter-spacing: 0;
}
ul.size-list {
  margin-bottom: 30px;
}
ul.product-con_list {
  margin-bottom: 15px;
}
p.product_caution {
  margin-bottom: 5px;
}
@media only screen and (max-width: 970px) {
  .product_box {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .product_box {
    margin-top: 50px;
  }
  .product_img, .product_text {
    width: 100%;
  }
  .product_img {
    margin-bottom: 25px;
    padding-right: 0;
  }
}
/* 商品紹介 END */
/* よくある質問*/
.faq_sec .content_inner {
  max-width: 1000px;
}
.faq {
  margin-bottom: 80px;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 15px;
}
.faq h2::before {
  counter-increment: number 1;
  content: "QUESTION."counter(number) "";
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Caveat", cursive;
  letter-spacing: .15rem;
  line-height: 1;
  margin-bottom: 8px;
  color: #111196;
}
.faq h2::after {
  content: none;
}
.faq p {
  position: relative;
  margin-left: 50px;
  padding-left: 25px;
  margin-bottom: 1rem;
}
.faq p:last-child {
  margin-bottom: 0;
}
p.answer::before {
  content: "A,";
  position: absolute;
  font-size: 1.4rem;
  font-family: "Caveat", cursive;
  font-weight: 500;
  line-height: 1.2;
  color: #c70000;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq p {
    margin-left: 0;
  }
}
/* よくある質問 END */
/* 代表挨拶 */
.greeting_sec p {
  margin-bottom: 20px;
}
.greeting_inner {
  margin-bottom: 60px;
}
.greeting_img {
  width: 40%;
  box-sizing: border-box;
}
.greeting_text {
  width: 60%;
  padding-left: 3vw;
  box-sizing: border-box;
}
.greeting_text h2 {
  text-align: left;
  line-height: 1.5;
  color: #1f1f8C;
}
.greeting_text h2::after {
  content: none;
}
.greeting_box h3::before {
  content: "# Thoughts";
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-family: "Caveat", cursive;
  letter-spacing: .1rem;
  line-height: 1;
  display: block;
  background: none;
  color: #c70000;
}
.greeting_inner:nth-of-type(3).greeting_box h3::before {
  content: "# Life";
}
.greeting_sec p:last-of-type, .greeting_inner:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_text {
    padding-left: 0;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_inner {
    margin-bottom: 30px;
  }
}
/* 代表挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 900px;
}
.info_text_box {
  margin-bottom: 50px;
}
.info_text_box p {
  margin-bottom: 15px;
}
.info_text_box p:last-of-type {
  margin-bottom: 0;
}
table.info_tbl th {
  width: 25%;
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 850px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.con_inner {
  margin-bottom: 70px;
}
.con_inner p {
  margin-bottom: 15px;
}
.con_inner:last-of-type, .con_inner p:last-of-type {
  margin-bottom: 0;
}
a.con_insta_but {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: auto;
  padding: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Caveat", cursive;
  letter-spacing: .1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
a.con_insta_but::before {
  content: '';
  position: absolute;
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
a.con_insta_but::after {
  content: "\ea92";
  font-family: 'design_plus';
  position: absolute;
  right: 22px;
  font-size: 19px;
  font-weight: 400;
  transition: all 0.5s;
}
a.con_insta_but:hover {
  color: #fff;
  background: #111196;
}
p.con_insta_text {
  width: fit-content;
  margin: auto;
  font-size: 1rem;
  line-height: 1.8;
}
.mail_info_box {
  margin-bottom: 20px;
}
.mail_info_box p {
  margin-bottom: 15px;
}
.mail_info_box p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con_inner {
    margin-bottom: 30px;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px;
  border-radius: 2px;
  color: #fff;
  background: #f35d63;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #efefef;
  border: 0;
  padding: 25px 18px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 15px;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 25px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 40px;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1rem;
  height: 75px;
  color: #1e1b47;
  border: 1px solid !important;
  border-radius: 3px;
  background: none;
  transition: all 0.8s ease 0s;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #1f1f8C;
  border-color: #1f1f8C !important;
}
.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 */