@charset "UTF-8";
/* CSS Document */
/* 共通部分 */
body {
    background: #fff;
    color: #282828;
    overflow: hidden;
    font-size: 15px;
    counter-reset: number 0 counter-reset1 counter-reset2;
}
a, .post-content a {
    color: #282828;
}
.font-type2, .headline-font-type {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
p, .post-content p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.post-content ul {
    list-style: disc;
}
.breadcrumb-wrapper {
    background: #000;
}
.breadcrumb-wrapper::before {
    content: '';
    position: absolute;
    background: #2B56BF;
    width: 100%;
    height: 220%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.breadcrumb.inner {
    font-size: 0.8em;
    height: 50px;
    line-height: 50px;
}
.breadcrumb li a, .breadcrumb li {
    color: #fff;
}
.breadcrumb a:hover {
    color: #282828;
}
.signage {
    position: relative;
    z-index: 0;
}
/* .signage::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: calc(100% - 50px);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
} */
.signage-title.headline-font-type, .signage-title-sub {
    width: 86%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    text-shadow: none;
}
.signage-title.headline-font-type {
    margin-top: -50px;
    letter-spacing: 7px;
    margin-bottom: 15px;
    font-size: 4.3em !important;
    font-weight: 700;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.signage-title-sub {
    font-size: 0.9em !important;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 500;
}
@media only screen and (max-width: 1200px) {
    .signage::after {
        width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 767px) {
    .signage {
        height: 200px;
    }
    .signage-title.headline-font-type {
        font-size: 2.2em !important;
        letter-spacing: 3px;
        margin-bottom: 8px;
    }
    .signage-title-sub {
        font-size: 0.8em !important;
    }
}
@media only screen and (max-width: 500px) {
    .signage::after {
        width: 100%;
    }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
    background: linear-gradient(to bottom, rgb(255 255 255 / 90%) 5%, rgba(0, 0, 0, 0) 100%) !important;
    z-index: 50;
    box-shadow: none;
}
.logo-image {
    top: 15px;
    width: 100px;
    height: auto;
    left: 15px;
    position: absolute;
}
img.h_logo {
    width: 100%;
}
.global-nav {
    padding-right: 30px;
}
.header-bar-inner {
    width: 100%;
    max-width: unset;
    z-index: 100;
}
.global-nav > ul > li > a {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 800;
    line-height: 85px;
    padding: 0px 15px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
    color: #282828;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.global-nav > ul > li > a::before {
    content: "";
    width: 0;
    height: 2px;
    left: 17px;
    bottom: 15px;
    position: absolute;
    background: #2B56BF;
    transition: all 0.5s;
    z-index: 1;
}
.global-nav > ul > li > a:hover::before {
    width: calc(100% - 32px);
}
.global-nav > ul > li > a::after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 25px;
    line-height: 1;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 600;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #282828;
}
.global-nav > ul > li > a span{
    position: relative;
    text-align: center;
    display: block;
    bottom: 25px;
    line-height: 1;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 600;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #282828;
}
.global-nav > ul > li.global-menu-home > a::after {
    content: "ホーム";
}
.global-nav > ul > li.global-menu-menu > a::after {
    content: "メニュー";
}
.global-nav > ul > li.global-menu-gallery > a::after {
    content: "ギャラリー";
}
.global-nav > ul > li.global-menu-news > a::after {
    content: "ニュース";
}
.global-nav > ul > li.global-menu-faq > a::after {
    content: "よくある質問";
}
.global-nav > ul > li.global-menu-price > a::after {
    content: "料金プラン";
}
.global-nav > ul > li.global-menu-flow > a::after {
    content: "制作の流れ";
}
.global-nav > ul > li.global-menu-company > a::after {
    content: "会社概要";
}
.global-nav > ul > li.global-menu-topics > a::after {
    content: "お知らせ";
}
.global-nav > ul > li.global-menu-blog > a::after {
    content: "ブログ";
}
.global-nav > ul > li.global-menu-contact > a::after {
    /*content: "お問い合わせ";*/
    content: "無料相談";
}
.global-nav .sub-menu {
    left: auto;
    right: 0px !important;
}
.global-nav .sub-menu a:hover::before {
    content: none;
}
@media only screen and (max-width: 1200px) {
    .logo-image {
        top: 7px;
        width: 140px;
        left: -10px;
    }
    .header-bar {
        background: #fff !important;
        border-bottom: 1px solid #fff;
    }
    .global-nav-button {
        border-left: 0px;
        background: none;
    }
    .global-nav-button:before {
        color: #2B56BF;
    }
    .global-nav > ul > li > a {
        color: #282828 !important;
        background: #fff;
        font-size: 13px;
        letter-spacing: 2px;
        text-shadow: none;
        text-align: center;
        padding: 0 0 10px;
        line-height: 50px;
    }
    .global-nav > ul > li > a span{
        text-align: center;
        line-height: 0;
        bottom: 10px;
    }
    .global-nav > ul > li > a::after {
        text-align: center;
        line-height: 0;
        bottom: 10px;
    }
    
    .global-nav > ul > li.global-menu-reserve > a {
        margin-left: 0;
        background: #fff;
        padding-left: 25px;
    }
    .global-nav a:hover, .global-nav .sub-menu a:hover {
        background: #fff !important;
        color: #2B56BF !important;
    }
    .global-nav a:hover::before {
        content: none;
    }
}
@media only screen and (max-width: 820px) {
    img.s_logo {
        width: auto;
    }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
    display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-youtube-overlay {
    background: hsl(0deg 0% 0% / 30%);
}
.top-slider-content {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    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: 86%;
    margin: 0 auto;
}
.front-copy-img {
    width: 45%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
}
.front-copy-img img {
    width: 100%;
}
.top-slider-wrapper::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #fff;
    bottom: 0;
    left: 50%;
    z-index: 10;
}
.top-slider-wrapper::after {
    content: 'SCROLL';
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 65px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
    z-index: 2;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.original_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.front_original__inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.front_original__flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
#content01 .front_original01 .front_original__flex-inner{
    justify-content: center;
}
.front_original01 {
    padding-bottom: 7em;
    z-index: 0;
}
.front_original02 {
    z-index: 0;
}
.front_original03 {
    padding: 8em 0;
    z-index: 1;
}
.front_original01, .front_original02, .front_original03 {
    position: relative;
}
.front_original01::before, .front_original02::before {
    background: url(img/before.svg) no-repeat;
    content: '';
    position: absolute;
    right: 0;
    top: -130px;
    height: 311px;
    width: 330px;
    z-index: -2;
}
.front_original01::after, .front_original03::after {
    background: url(img/after.svg) no-repeat;
    content: '';
    position: absolute;
    left: 0;
    bottom: -65px;
    height: 296px;
    width: 258px;
    z-index: -2;
}
.front_original01_text, .front_original01_img {
    width: 50%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}

.front_original01_text {
    padding: 5em;
    z-index: 2;
}
.front_original01_img {
    background-image: url(/wp-content/uploads/2022/10/front-original01_img.jpg);
    /*background-image: url(/wp-content/themes/story_tcd041/img/front-original01_img.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    justify-content: start;
}

.front_original01_text h2 {
    font-size: 3em;
    letter-spacing: 4px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 12px;
    width: 100%;
    color: #2B56BF;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.front_original01_text h3 {
    font-size: 2em;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    width: 100%;
}
.front_original01_text p {
    margin-bottom: 15px;
    width: 100%;
}
.front_original01_text p:last-of-type {
    margin-bottom: 0;
}
.front_original01_img img {
    width: 100%;
}
.content02 {
    background: none;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.content02::before {
    content: '';
    position: absolute;
    display: block;
    background: #f4f1f1;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.content02-inner {
    width: 90%;
    padding-top: 0;
    padding-bottom: 70px;
}
.content02-item {
    padding: 0;
    margin-left: 5%;
}
.content02-img {
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    z-index: 0;
    box-shadow: 5px 5px 30px hsl(0deg 0% 11% / 20%);
}
.content02-img:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.content02-img img {
    width: 100%;
}
.content02-img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: hsl(0deg 0% 15% / 25%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.content02-img:hover .mask {
    opacity: 1;
}
.content02-text__box {
    box-sizing: border-box;
}
.content02-title, .content02-text {
    color: #282828;
}
.content02-title {
    font-size: 1.3em;
    text-align: left;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
}
.content02-text {
    line-height: 2;
}
.content02-button {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 100px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    max-width: 330px;
    height: 60px;
    line-height: 58px;
    position: relative;
    margin: 30px auto 0;
    color: #fff;
    background: #2B56BF;
    padding: 0 20px;
    box-sizing: border-box;
    transition: 0.8s;
    z-index: 1;
}
.content02-button::after {
    content: 'MORE';
    position: absolute;
    letter-spacing: 2px;
    right: 20px;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.content02-button::before {
    width: 0px;
    height: 100%;
    position: absolute;
    content: '';
    background: #282828;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.8s;
}
.content02-button:hover {
    color: #fff;
    background: none;
}
.content02-button:hover::before {
    width: 100%;
}
.front_original02_text, .front_original02_img {
    width: 50%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front_original02_text {
    padding: 5em;
    margin-left: 50%;
    z-index: 2;
}
.front_original02_img {
    margin-left: -100%;
    /*background-image: url(/wp-content/uploads/2022/10/front-original02_img.jpg);*/
    background-image: url(img/front-original02_img1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.front_original02_text h2 {
    font-size: 3em;
    letter-spacing: 4px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #2B56BF;
}
.front_original02_text h3 {
    font-size: 2.2em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    width: 100%;
}
.front_original02_text p {
    margin-bottom: 15px;
    line-height: 2.2;
    width: 100%;
}
.front_original02_text p:last-child {
    margin-bottom: 0;
}
.front-third-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.third-box {
    margin-bottom: 70px;
    box-sizing: border-box;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-text {
    width: 40%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-third-text h2 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Urbanist", sans-serif;
    color: #2B56BF;
    width: 100%;
}
.front-third-text h2 img {
    margin: 0 0 10px;
    height: 50px;
    width: auto;
}
.third-box:nth-of-type(odd) .front-third-text {
    padding-right: 3em;
}
.third-box:nth-of-type(odd) .front-third-text{
    position: relative;
}
.third-box:nth-of-type(odd) .front-third-text:before{
    background: #fff;
    width: 100%;
    height: 100%;
    left: -30px;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: -1;
}
.third-box:nth-of-type(even) .front-third-text {
    padding-left: 3em;
    margin-left: 60%;
}
h3.third_title, p.third_text {
    width: 100%;
}
h3.third_title {
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 20px;
}
p.third_text {
    line-height: 2;
}
.front-third-img {
    width: 60%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.third-box:nth-of-type(even) .front-third-img {
    margin-left: -100%;
}
.front-third-img img {
    width: 100%;
    display: block;
}
.front_topics {
    padding: 6em 0;
    background: #f4f1f1;
}
h2.front_topics_first, h3.front_topics_sab {
    text-align: center;
}
h2.front_topics_first {
    font-size: 4em;
    letter-spacing: 4px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #2B56BF;
}
h3.front_topics_sab {
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 40px;
}
h2.headline-primary {
    display: none;
}
.footer-gallery-title, .align1 {
    display: none;
}
.footer {
    margin-top: 0;
}
.footer_contact_sec {
    /*background: #c0c0c0;*/
    color: #fff;
    padding: 3em 0;
    position: relative;
}
.footer_contact_sec:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.footer_contact_sec .footer-bg-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
}
.footer_contact_inner {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    display: block;
}
h2.footer_contact-title {
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Barlow Semi Condensed", sans-serif;
}
h3.footer_contact-sab-title {
    width: fit-content;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: auto;
}
.footer-con-inner {
    margin-top: 40px;
    margin-right: -3px;
    margin-left: -3px;
}
.footer-con-box {
    width: calc(33.3333% - 6px);
    padding: 25px;
    background: #2B56BF;
    border-radius: 10px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin: 3px;
}
h4.footer-mail_title {
    font-size: 1.3em;
    letter-spacing: 0;
    margin-bottom: 15px;
    text-align: center;
    padding: 8px 10px;
    color: #2B56BF;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    display: none;
}
p.footer-con-caution {
    font-size: 0.8em;
    position: relative;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
}
p.footer-con-caution:last-of-type {
    margin-bottom: 0;
}
p.footer-con-caution::before {
    content: '※';
    position: absolute;
    left: 0;
}
address.footer_tel {
    font-size: 2.5em;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: "Barlow Semi Condensed", sans-serif;
}
address.footer_tel a {
    color: #fff;
}
span.footer_tel_sab {
    font-size: 0.5em;
    margin-right: 4px;
    letter-spacing: 1px;
}
a.footer_con_but {
    font-size: 1.3em;
    letter-spacing: 1px;
    width: 100%;
    margin: 0 auto 8px;
    padding: 18px 20px;
    border-radius: 100px;
    font-weight: 600;
    color: #fff;
    border: 1px solid;
    background: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    transition: 0.8s;
    font-family: "Barlow Semi Condensed", sans-serif;
}
a.footer_con_but:last-of-type {
    margin-bottom: 0;
}
a.footer_con_but::after {
    content: '';
    position: absolute;
    font-family: "design_plus";
    right: 20px;
    font-weight: 400;
}
a.footer_con_but:hover {
    color: #2B56BF;
    background: #fff;
    border: 1px solid #ffff;
}
a.footer-mail-but::after {
    content: '\f0e0';
}
a.footer-insta-but::after {
    content: '\ea92';
}
a.footer-face-but::after {
    content: '\e902';
}
.footer_original_content {
    padding: 3em 0;
    background: #f4f1f1;
}
.footer_about_inner {
    width: 90%;
    margin: 0px auto;
    max-width: 1150px;
}
.footer_contact_bg {
    width: 60%;
    padding-right: 3em;
    box-sizing: border-box;
}
.footer_content_bg {
    width: 40%;
    box-sizing: border-box;
    float: right;
}
h2.footer-logo-name {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
}
ul.footer-content-list-outer {
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
    padding-right: 0;
    margin-bottom: 0;
}
ul.footer-content-list-outer li.footer_menu_title {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 10px;
    border-bottom: 1px dotted;
}
ul.footer-content-list-outer li.footer_menu_title::before {
    content: none;
}
ul.footer-content-list-outer li {
    width: 50%;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 22px;
    margin-bottom: 6px;
    position: relative;
}
ul.footer-content-list-outer li a span{
    display: none;
}
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: #282828;
    top: 9px;
    left: 0;
    transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
    padding-left: 8px;
}
ul.footer-content-list-outer li a:hover {
    color: #2B56BF;
}
dl.address_body {
    width: auto;
    font-size: 0.85em;
    line-height: 1.6;
    display: flex;
    margin-bottom: 8px;
}
dl.address_body:last-child {
    margin-bottom: 0;
}
dt.address_title {
    width: 12%;
    padding-right: 20px;
    box-sizing: border-box;
}
.footer-content {
    display: none;
}
.pagetop {
    bottom: 20px;
    right: 15px;
    transition: all 0.8s ease 0s;
}
.pagetop:hover {
    bottom: 40px;
}
.pagetop a {
    background: none;
    color: #282828;
    writing-mode: vertical-rl;
    position: relative;
    width: auto;
    height: auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2px;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.pagetop a:before {
    content: '';
    position: absolute;
    display: block;
    background: #282828;
    height: 40px;
    right: 0px;
    width: 2px;
    top: -140px;
    z-index: -1;
    border-radius: 100px;
}
.pagetop a:hover {
    color: #2B56BF;
    background: none;
}
.pagetop a:hover:before {
    background: #2B56BF;
}
.social-nav-item a:before {
    color: #282828;
}
.copyright {
    font-size: 11px;
    color: #282828;
}
.footer-bar01, .footer-bar01-inner, .copyright {
    background: #fff;
}
@media only screen and (max-width: 1200px) {
    .header-youtube {
        height: calc(100vh - 50px);
    }
    .front-copy-img {
        width: 55%;
    }

    .front_original01 {
        padding-bottom: 5em;
    }
    .front_original01_text {
        padding: 3em;
    }
    .front_original01_text h2 {
        font-size: 2.5em;
    }
    .front_original01_text h3 {
        font-size: 1.5em;
        margin-bottom: 25px;
    }
    .content02-inner {
        width: 100%;
        padding-bottom: 50px;
    }
    .front_original02_text {
        padding: 3em;
    }
    .front_original02_text h2 {
        font-size: 2.5em;
    }
    .front_original02_text h3 {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    .front_original03 {
        padding: 5em 0;
    }
    .third-box {
        margin-bottom: 40px;
    }
    .front-third-text {
        width: 100%;
        padding-bottom: 1.5em;
    }
    .front-third-text::before {
        font-size: 2.5em;
        margin-bottom: 15px;
    }
    .third-box:nth-of-type(odd) .front-third-text {
        padding-right: 0;
    }
    .third-box:nth-of-type(even) .front-third-text {
        padding-left: 0;
        margin-left: 0;
    }
    .front-third-img {
        width: 100%;
    }
    .third-box:nth-of-type(even) .front-third-img {
        margin-left: 0;
    }
    h3.third_title {
        margin-bottom: 15px;
    }
    .front_topics {
        padding: 5em 0;
    }
    h2.front_topics_first {
        font-size: 3em;
    }
    .footer-con-box {
        padding: 20px;
    }
    address.footer_tel {
        font-size: 2.2em;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 970px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(100svw*9/16);
    }
    .front_original01_text, .front_original01_img {
        width: 100%;
    }
    .front_original01_text {
        padding: 2em;
    }
    .front_original01_text h3 br {
        display: contents;
    }
    .front_original01_img {
        height: 400px;
    }
    .front_original01_img::after {
        right: 0;
    }
    .content02-img::before {
        font-size: 2.5rem;
    }
    .content02-title {
        font-size: 1.1em;
    }
    a.content02-button {
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        font-size: 0.9em;
        text-align: center;
        margin-top: 15px;
    }
    .content02-button::after {
        content: none;
    }
    .front_original02_text, .front_original02_img {
        width: 100%;
        margin-left: 0;
    }
    .front_original02_text {
        padding: 2em;
    }
    .front_original02_text p {
        line-height: 2;
        margin-bottom: 15px;
    }
    .front_original02_img {
        height: 400px;
    }
    .front_original02_img::after {
        left: 0;
    }
    .footer-con-inner {
        margin-top: 25px;
    }
    .footer-con-box {
        width: calc(50% - 6px);
    }
    .footer-con-box:nth-of-type(1) {
        width: calc(100% - 6px);
    }
    .footer_contact_bg, .footer_content_bg {
        width: 100%;
    }
    .footer_contact_bg {
        margin-bottom: 2em;
        padding-right: 0;
    }
    ul.footer-content-list-outer {
        width: 30%;
    }
    .dp-footer-bar a {
        color: #fff !important;
    }
    .dp-footer-bar {
        background: #2B56BF !important;
        border-top: 1px solid #fff !important;
    }
    .dp-footer-bar-item + .dp-footer-bar-item {
        border-left: 1px solid #fff !important;
    }
    [class^="icon-"], [class*=" icon-"] {
        font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-weight: 800;
        letter-spacing: 1px;
    }
    .dp-footer-bar-icon:before {
        font-weight: 500;
    }
    .icon-file-text:before {
        content: "\e909";
    }
}
@media only screen and (max-width: 767px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(100vh - 55px);
    }
    .top-slider-wrapper::before {
        height: 30px;
    }
    .top-slider-wrapper::after {
        font-size: 10px;
        bottom: 40px;
    }
    .front_original01 {
        padding-bottom: 2em;
    }
    .content02-inner {
        padding-bottom: 110px;
    }
    .content02-item {
        margin-left: 0;
    }
    .content02-item:nth-of-type(2) {
        top: 40px;
    }
    .content02-item:nth-of-type(3) {
        top: 80px;
    }
    .content02-title {
        font-size: 1.3em;
    }
    .front_original03 {
        padding: 3em 0;
    }
    .third-box {
        margin-bottom: 30px;
    }
    .front_topics {
        padding: 2em 0 2.5em;
    }
    h2.front_topics_first {
        font-size: 2.5em;
        margin-bottom: 8px;
    }
    h3.front_topics_sab {
        font-size: 0.8em;
        margin-bottom: 30px;
    }
    .footer_contact_sec {
        padding: 2em 0;
    }
    h2.footer_contact-title {
        font-size: 2.5em;
        letter-spacing: 3px;
    }
    .footer-con-inner {
        margin-top: 20px;
    }
    .footer_original_content {
        padding: 1.5em 0;
    }
    .social-nav {
        width: 90%;
        padding-top: 14px;
        margin: auto;
    }
    .pagetop {
        bottom: 80px !important;
        right: 5px;
    }
}
@media only screen and (max-width: 630px) {
    .front_original01_img, .front_original02_img {
        height: 280px;
    }

    .footer-con-box {
        width: calc(100% - 6px);
        padding: 15px;
    }
    dt.address_title {
        width: 20%;
    }
    ul.footer-content-list-outer {
        width: 50%;
    }
}
@media only screen and (max-width: 500px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(60vh - 60px);
    }
    .front-copy-img {
        width: 100%;
    }
}
@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.8em;
    line-height: 1.8;
    margin-bottom: 40px;
    padding-top: 0px;
    font-weight: 600;
    text-align: center;
    border-bottom: solid 1px #2B56BF;
}
.post-content h2::after {
    content: "";
    display: block;
    background: #282828;
    width: 100px;
    height: 1px;
    margin: 10px auto -1px;
    z-index: 1;
}
.post-content h3 {
    font-size: 1.4em;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #2B56BF;
}
.post-content h4 {
    font-size: 1.2em;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
    padding: 0;
}
.post-content table {
    margin: 0;
}
.post-content th, .post-content td {
    letter-spacing: 0.05em;
    font-weight: 500;
    vertical-align: middle;
    line-height: 1.5;
    padding: 20px 20px 20px;
    background: none;
    border: 1px #282828 dotted;
}
.post-content th {
    width: 20%;
    text-align: left;
    border-right: 0;
}
.post-content td {
    border-left: 0;
}
@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 {
        display: block;
        box-sizing: border-box;
        border: 1px #282828 dotted;
        margin-top: -1px;
        width: 100% !important;
    }
    .post-content th {
        padding: 10px 12px 0 12px;
        border-bottom: none;
    }
    .post-content td {
        padding: 8px 12px 10px;
        border-top: none;
    }
}
@media only screen and (max-width: 767px) {
    .content_inner {
        padding: 50px 0;
    }
    .post-content h2 {
        font-size: 1.6em;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog.logged-in .main {
    padding-bottom: 100px;
}
h2.archive-title {
    font-size: 1.7em !important;
    letter-spacing: 1px;
    color: #282828;
}
.archive-header {
    margin: 90px 0px 40px;
}
.article03 {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
.article03-thumbnail {
    border-radius: 4px 4px 0 0;
}
.article03-content {
    padding: 12px 15px;
}
.article03-title {
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1.5;
    color: #282828;
}
time.post-date, time.article03-date {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    ;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
    text-decoration: none;
}
.post-category {
    font-weight: 300;
}
.post-title, .post-meta {
    color: #282828;
}
.nav-links01 {
    border-top: 1px dotted #a6a6a6;
    border-bottom: 1px dotted #a6a6a6;
}
.nav-links01-previous + .nav-links01-next {
    border-left: 1px dotted #a6a6a6;
}
.nav-links01-previous a:hover, .nav-links01-next a:hover {
    color: #2B56BF;
}
.article01-title a {
    font-size: 0.9em;
    font-weight: 500;
    color: #282828;
}
.article01-title a:hover {
    color: #2B56BF;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
    font-size: 15px;
    font-weight: 500;
}
.post-meta-box {
    background: #f4f5f6;
}
.post-meta-box-item::before {
    color: #282828;
}
span.post-category a:hover, li.post-meta-box-item a:hover {
    color: #2B56BF;
}
.primary {
    width: 100%;
}
.headline-bar {
    color: #282828;
    font-weight: 500;
    background: #fff;
}
@media only screen and (max-width: 1200px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 80px;
    }
    .article03-title {
        font-size: 0.8em;
    }
}
@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: 767px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 30px;
    }
    .archive-header {
        margin: 50px 0px 30px;
    }
    h2.archive-title {
        font-size: 25px !important;
    }
    h1.post-title {
        font-size: 1.2em !important;
    }
    .nav-links01-previous a::before, .nav-links01-next a::after {
        color: #282828;
    }
    .article04-title {
        font-size: 15px;
    }
    .nav-links01 {
        border: 1px dotted #a6a6a6;
    }
}
@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;
}
/* コンテンツ 共通 END */
/* 料金プラン */
.plan_box {
    margin-top: 80px;
}
.plan_text {
    width: 45%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.plan_content {
    width: 55%;
    padding-left: 3em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.plan_text h3, .plan_text p {
    width: 100%;
}
.plan_text h3 {
    margin-bottom: 20px;
}
.plan_text p {
    margin-bottom: 0;
}
table.price_table th, table.price_table td {
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 18px 18px 15px;
    background: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
}
table.price_table th {
    width: 60%;
}
table.price_table td {
    text-align: end;
}
span.tax {
    font-size: 0.8em;
    margin-left: 5px;
}
ul.price-type-list {
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
ul.price-type-list li {
    font-size: 1em;
    font-weight: 500;
    width: 50%;
    padding: 10px 15px;
    border-radius: 3px;
    border: 3px solid #fff;
    line-height: 1.5;
    background: #f4f1f1;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
@media only screen and (max-width: 970px) {
    .plan_text {
        width: 100%;
        margin-bottom: 1em;
    }
    .plan_content {
        width: 100%;
        padding-left: 0;
    }
    table.price_table th {
        padding: 10px 12px 0 12px;
    }
    table.price_table td {
        padding: 10px 12px;
    }
}
@media only screen and (max-width: 767px) {
    .plan_box {
        margin-top: 40px;
    }
    .plan_text h3 {
        margin-bottom: 10px;
    }
    ul.price-type-list li {
        font-size: 1em;
    }
}
@media only screen and (max-width: 600px) {
    ul.price-type-list li {
        width: 100%;
    }
}
/* 料金プラン END */
/* ご依頼の流れ */
.flow_sec .content_inner {
    max-width: 850px;
}
.flow {
    margin-bottom: 50px;
    position: relative;
}
.flow:last-of-type {
    margin-bottom: 0px;
}
.flow:last-of-type::after {
    content: none;
    height: 0px;
}
.flow::before {
    content: "";
    position: relative;
    background-color: #fff;
    border: 10px solid #282828;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    top: 0px;
    display: block;
}
.flow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    transform: translate(-50%);
    width: 2px;
    height: 140%;
    background-color: #282828;
    z-index: -1;
}
.flow_text {
    margin-top: -25px;
    padding-left: 50px;
}
.flow_text::before {
    counter-increment: number 1;
    content: "STEP.0"counter(number) "";
    display: block;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1px;
    line-height: 1;
    z-index: -1;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #2B56BF;
}
.flow_text h2 {
    font-size: 1.5em;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10px;
    border: 0;
}
.flow_text h2::after {
    content: none;
}
.flow_text p {
    margin-bottom: 0;
}
a.flow-con-but {
    width: 100%;
    max-width: 330px;
    padding: 12px 20px;
    margin-top: 15px;
    border-radius: 100px;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    color: #fff;
    background: #2B56BF;
    position: relative;
    transition: all 0.8s;
}
a.flow-con-but::after {
    content: '\ea3c';
    font-family: design_plus;
    position: absolute;
    right: 20px;
    font-weight: 400;
}
a.flow-con-but:hover {
    color: #fff;
    background: #282828;
}
@media only screen and (max-width: 767px) {
    .flow {
        margin-bottom: 30px;
    }
    .flow::after {
        height: 125%;
    }
    .flow_text {
        padding-left: 40px;
    }
}
/* ご依頼の流れ END */
/* 会社概要 */
.company_parallax {
    background-image: url(img/333985_m.jpg);
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.company_sec.company_overview .content_inner {
    max-width: 850px;
}
.about__img {
    width: 40%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: -1;
}
.about__img img {
    width: 100%;
    display: block;
}
.about__img p {
    margin-bottom: 0;
}
p.name {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 15px;
    line-height: 1.5;
    color: #282828;
    width: 100%;
}
p.name span {
    margin-left: 20px;
    font-size: 0.6em;
    font-weight: 500;
}
.about__text {
    width: 60%;
    padding-left: 3em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.about__text p {
    margin-bottom: 15px;
    width: 100%;
}
.about__text p:last-child {
    margin-bottom: 0;
}
h2.about-first_title {
    color: #2B56BF;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
    border: 0;
    width: 100%;
}
h2.about-first_title::after {
    content: none;
}
table.company_table th, table.company_table td {
    background: #f4f1f1;
    border: 4px solid #fff;
    margin-bottom: -4px;
}
table.company_table th {
    width: 28%;
}
span.company_caution {
    position: relative;
    padding-left: 15px;
    font-size: 0.8em;
    letter-spacing: 0;
    color: #282828;
}
span.company_caution::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}
.map_sec {
    height: 500px;
}
.map_sec iframe {
    filter: grayscale(100%);
}
.map_sec iframe:hover {
    filter: grayscale(0%);
}
@media only screen and (max-width: 1200px) {
    .about__text p {
        margin-bottom: 10px;
    }
    h2.about-first_title br {
        display: contents;
    }
    .map_sec {
        height: 300px;
    }
}
@media only screen and (max-width: 970px) {
    p.name span {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
    table.company_table th {
        border-bottom: 0;
    }
    table.company_table td {
        border-top: 0;
        padding-top: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .about__img {
        width: 100%;
    }
    .about__text {
        width: 100%;
        margin-top: 2em;
        padding-left: 0;
    }
}
/* 会社概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 850px;
}
.contact_sec .content_inner {
    padding-bottom: 0;
}
.con__inner {
    margin-bottom: 50px;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
address.con_tel {
    font-size: 4em;
    letter-spacing: 1px;
    font-style: normal;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1;
    font-family: "Barlow Semi Condensed", sans-serif;
}
span.con_tel_sab {
    font-size: 0.5em;
    letter-spacing: 1px;
    margin-right: 3px;
}
p.con_caution {
    width: fit-content;
    margin: auto;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
    font-size: 0.8em;
}
p.con_caution:last-of-type {
    margin-bottom: 0;
}
p.con_caution::before {
    content: '※';
    position: absolute;
    left: 0;
}
a.con_yoyakuru_but {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: auto;
}
a.con_yoyakuru_but img:hover {
    opacity: 0.8;
}
.mail_info_box {
    margin-bottom: 20px;
}
.mail_info_box p {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .con__inner {
        margin-bottom: 20px;
    }
    address.con_tel {
        font-size: 2.5em;
        margin-bottom: 12px;
    }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
    font-size: 0.8em;
    letter-spacing: 0;
    margin-left: 8px;
    padding: 1px 3px 2px;
    border-radius: 2px;
    color: #fff;
    background: #2B56BF;
}
table.mail_table th, table.mail_table td {
    border: none;
    padding: 10px 15px 10px;
}
table.mail_table th {
    padding: 0;
}
table.mail_table td {
    padding-right: 0;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #ececec;
    border: none;
    padding: 23px;
    border-radius: 0;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 14px;
    font-weight: 500;
    line-height: 0;
    margin-bottom: 0;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-top: 30px;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 40px;
    width: 100%;
    margin-left: auto;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 500;
    height: 75px;
    color: #fff;
    background: #2B56BF;
    border-radius: 100px;
    transition: all .8s;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #fff;
    background: #282828;
    transform: translateY(8px);
}
.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: 970px) {
    table.mail_table td {
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 18px;
    }
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .wpcf7 input.wpcf7-submit {
        font-size: 1em;
        height: 68px;
    }
}
/* お問い合わせフォーム END */
/* トップ 動画比率 */
.youtube-screen {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtube-screen iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#header-youtube.header-video{
    height: auto;
}
/*@media only screen and (max-width: 767px){
    .youtube-screen{
        position: absolute;
        left: 50%;
        width: auto;
        transform: translateX(-50%);
        height: 100%;
        padding: 0;
        aspect-ratio: 16 / 9;
    }
}*/
/* トップ 動画比率 END */
/* スマホ動画 */
video {
    display: block;
}
#bg-video {
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
#main-image {
    background-color: rgba(0, 0, 0, 0);
}
video {
    min-height: 20vh;
    min-width: 20vw;
    width: 100%;
    height: auto;
    background: url("/wp-content/uploads/2022/04/main-sp-scaled.jpg") center center no-repeat fixed;
}
/* スマホ動画 END */

/* TOP お問い合わせ */
.top-contact-box {
    width: 90%;
    max-width: 700px;
    margin: 5em auto 1em;
    background-color: #ffe;
    box-shadow: 0 1px 5px 0 #dcdcdc;
    text-align: center;
    box-sizing: border-box;
    padding: 2.5em 1.5em;
    box-sizing: border-box;
}
.top-contact-box h2 {
    font-size: 1.8em;
    color: #2B56BF;
    margin-bottom: 0.5em;
    margin-bottom: 20px;
}
.top-contact-box p {
    margin-bottom: 10px;
}
address.tel-address {
    text-align: center;
    font-size: 2.5em;
    font-style: normal!important;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 800;
}
address.tel-address span {
    font-size: 0.8em;
    color: #2B56BF;
    line-height: 1.8;
}
.contact-button {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin: 1em auto 0;
    padding: 1em 0;
    background-color: #2B56BF;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.contact-button:hover {
    background-color: #fff;
    color: #2B56BF;
    transition: 0.8s;
}
@media only screen and (max-width: 480px) {
    .top-contact-box {
        margin: 4em auto 3em;
    }
}

/* 会社概要　オフィス住所追加 */
.address_office {
    line-height: 2.4em;
}

/* フッター */
footer dl.address_body {
    margin-bottom: 0;
}
footer dt.address_title {
    width: 30%;
}
footer dd.address_text {
    width: 70%;
}
:root {
    --background-grid-color: rgba(255,255,255,0.5);
    --background-grid-color-about: rgba(244, 241, 241,0.5);
}
.header-video:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    background-image:
        repeating-linear-gradient(
        to right,
        var(--background-grid-color) 0,
        var(--background-grid-color) 1px,
        transparent 1px,
        transparent 14.28%
        ),
        repeating-linear-gradient(
        to bottom,
        var(--background-grid-color) 0,
        var(--background-grid-color) 1px,
        transparent 1px,
        transparent 25%
        )
        ;
    opacity: 0.8;
    z-index: 9;
}
@media only screen and (max-width: 767px){
    .header-video:after{
        background-image: repeating-linear-gradient(to right, var(--background-grid-color) 0, var(--background-grid-color) 1px, transparent 1px, transparent calc(25% - 0.3px)), 
            repeating-linear-gradient(to bottom, var(--background-grid-color) 0, var(--background-grid-color) 1px, transparent 1px, transparent 25%);
    }
}
.header-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front_original01 .front_original__flex-inner {
    position: relative;
}
.front_original01 .front_original__flex-inner:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border-bottom: 1px solid rgba(244, 241, 241,0.5);
    background-image:
        repeating-linear-gradient(
        to right,
        var(--background-grid-color-about) 0,
        var(--background-grid-color-about) 1px,
        transparent 1px,
        transparent 5.88%
        ),
        repeating-linear-gradient(
        to bottom,
        var(--background-grid-color-about) 0,
        var(--background-grid-color-about) 1px,
        transparent 1px,
        transparent 14.28%
        )
        ;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .front_original01::before, .front_original02::before {
        background-size: cover;
        top: -65px;
        height: 141px;
        width: 150px;
    }
    .front_original01::after, .front_original03::after {
        background-size: cover;
        bottom: -32px;
        height: 149px;
        width: 130px;
    }
}


.portrait_box{
    margin-top: 80px;
}
.gallery-title{
    font-size: 28px;
    line-height: 1.6;
    margin: 30px;
    text-align: center;
}

.faq-sec {
    margin: 3em auto 0;
}

.post-content .faq-sec h2, .faq-sec p {
    padding-left: 45px;
    position: relative;
}

.post-content .faq-sec h2 {
    font-size: 1.2em;
    margin-bottom: 0.75em;
    padding-bottom: 0;
    padding-top: 0;
    border: none;
    text-align: left;
}

.faq-sec h2::after {
    display: none;
}

.faq-sec p {
    margin-bottom: 3em;
    padding-bottom: 2em;
    border-bottom: 2px solid #ffffff;
}

.faq-sec p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.faq-sec h2::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #303D64;
    position: absolute;
    left: 0;
    top: 0;
    content: 'Q';
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.faq-sec p::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #303D64;
    position: absolute;
    left: 0;
    top: 0;
    content: 'A';
    text-align: center;
    font-size: 16px;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .faq-sec h2, .faq-sec p {
        padding-left: 45px;
    }

    .faq-sec h2::before, .faq-sec p::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}
.page-id-991 .main,
.blog .main{
    padding-bottom: 60px;
}

/* =======================================================================
   ★ Qworks（クワックス）トップページ 完全リメイク 2026
   コンセプト：白 × 薄い黄色 / シンプルで温かい / アニメーション多用 / アヒルのマスコット
   ※このブロックは original.css の最後（＝全CSSの最後）に読み込まれ、
     旧「island Design Studio」仕様（紺青×緑の斜めライン等）を上書きします。
   ======================================================================= */

/* --- けいふぉんと（アクセント）。/fonts/keifont.(woff2|ttf) を置くと自動反映 --- */
@font-face {
    font-family: "Keifont";
    src: url("fonts/keifont.woff2") format("woff2"),
         url("fonts/keifont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* --- デザイントークン --- */
:root {
    --q-white:       #ffffff;
    --q-cream:       #fffaf0;   /* 薄い黄色（ベース） */
    --q-cream-2:     #fef4dc;   /* もう少し濃い薄黄 */
    --q-yellow:      #ffd873;   /* メインの黄色 */
    --q-yellow-soft: #ffe9b0;   /* やわらかい黄色 */
    --q-yellow-deep: #f2ab3c;   /* アクセント（濃い黄） */
    --q-beak:        #f6b23f;   /* くちばし */
    --q-foot:        #f39a26;   /* あし */
    --q-cheek:       #f8b3a4;   /* ほっぺ */
    --q-line:        #e5a948;   /* アヒルの輪郭（やさしい金茶） */
    --q-ink:         #574a3d;   /* 本文（あたたかいブラウン） */
    --q-ink-strong:  #3c332a;   /* 見出し */
    --q-brown:       #6a5843;   /* ボタンhover等 */
    --q-en:          "Zen Maru Gothic", "Barlow Semi Condensed", sans-serif;
    --q-body:        "Zen Maru Gothic", "Noto Sans JP", sans-serif;
    --q-keifont:     "Keifont", "Yomogi", "Zen Maru Gothic", cursive;
    --q-shadow:      0 18px 40px rgba(120, 92, 40, 0.14);
    --q-shadow-sm:   0 8px 22px rgba(120, 92, 40, 0.12);
}

/* --- 旧デザインの装飾を無効化（斜めライン・格子・グレー帯） --- */
.front_original01::before,
.front_original02::before,
.front_original01::after,
.front_original03::after { display: none !important; content: none !important; }
.front_original01 .front_original__flex-inner:after { display: none !important; }
.header-video:after { display: none !important; }
.content02::before { display: none !important; }

/* --- 全体の下地：あたたかい白 --- */
.q-front,
.q-front p,
.q-front h3 {
    font-family: var(--q-body);
    color: var(--q-ink);
}
.q-front { overflow-x: clip; }
.front_topics.q-news { background: var(--q-cream); }

/* 視覚的に隠す（英語見出しは新ラベルへ置き換え） */
.q-visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0);
    white-space: nowrap; border: 0;
}

/* =========================================================
   セクション共通ラベル（英語大 + 日本語小 + ドット装飾）
   ========================================================= */
.q-sec-head { margin-bottom: 2.4em; line-height: 1.2; }
.q-sec-head--center { text-align: center; }
.q-sec-en {
    display: block;
    font-family: var(--q-en);
    font-weight: 800;
    font-size: clamp(2.1rem, 5.2vw, 3.1rem);
    letter-spacing: .05em;
    color: var(--q-ink-strong);
    position: relative;
}
.q-sec-en::after {
    content: "";
    display: inline-block;
    width: .62em; height: .62em;
    margin-left: .18em;
    border-radius: 50%;
    background: var(--q-yellow-deep);
    vertical-align: .06em;
}
.q-sec-jp {
    display: block;
    margin-top: .5em;
    font-family: var(--q-keifont);
    font-size: 1.02rem;
    letter-spacing: .14em;
    color: var(--q-yellow-deep);
}
.q-sec-head--center .q-sec-jp { position: relative; padding-top: .9em; }
.q-sec-head--center .q-sec-jp::before {
    content: "";
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 46px; height: 0;
    border-top: 3px dotted var(--q-yellow);
}

/* =========================================================
   ABOUT
   ========================================================= */
.q-about { padding: 6.5em 0 6em; background: var(--q-white); position: relative; overflow: hidden; }
.q-about .front_original__flex-inner {
    width: 86%;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    gap: 4%;
    position: relative;
    z-index: 1;
}
.q-about .front_original01_text {
    width: 58%;
    padding: 0;
    z-index: 2;
}
.q-about .front_original01_text h3 {
    font-family: var(--q-en);
    font-weight: 700;
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    line-height: 1.7;
    color: var(--q-ink-strong);
    margin-bottom: 1.1em;
    letter-spacing: .02em;
}
.q-about .front_original01_text h3 mark,
.q-front .front_original01_text h3 { background: none; }
.q-about .front_original01_text p {
    line-height: 2.2;
    font-size: 1rem;
    margin-bottom: 1.1em;
}
/* アヒル（はじめまして） */
.q-about-duck {
    width: 30%;
    max-width: 300px;
    min-width: 180px;
    position: relative;
    z-index: 2;
}
.q-about-duck .qd-svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 10px 14px rgba(120, 92, 40, .16)); }

/* 背景のドット（名刺のドット装飾を再現） */
.q-about::before {
    content: "";
    position: absolute;
    top: 8%; right: 4%;
    width: 160px; height: 120px;
    background-image: radial-gradient(var(--q-yellow) 26%, transparent 27%);
    background-size: 22px 22px;
    opacity: .55;
    z-index: 0;
}

/* ふんわり黄色のブロブ */
.q-blob {
    position: absolute;
    z-index: 0;
    background: var(--q-yellow-soft);
    filter: blur(2px);
    border-radius: 42% 58% 63% 37% / 44% 40% 60% 56%;
    animation: q-blob-morph 14s ease-in-out infinite;
    pointer-events: none;
}
.q-blob--a { width: 300px; height: 300px; top: -70px; left: -80px; opacity: .5; }
.q-blob--b { width: 340px; height: 340px; bottom: -90px; right: -90px; opacity: .45; animation-delay: -6s; }
@keyframes q-blob-morph {
    0%,100% { border-radius: 42% 58% 63% 37% / 44% 40% 60% 56%; }
    50%     { border-radius: 60% 40% 42% 58% / 55% 62% 38% 45%; }
}

/* =========================================================
   SERVICE（カード）
   ========================================================= */
.q-service {
    background: var(--q-cream);
    padding: 6em 0 6.5em;
    position: relative;
    overflow: hidden;
}
.q-service .content02-inner {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 3%;
}
.q-service .content02-item {
    width: 31.3%;
    min-width: 260px;
    margin: 0;
    background: var(--q-white);
    border-radius: 26px;
    padding: 20px 20px 30px;
    box-shadow: var(--q-shadow-sm);
    transition: transform .4s cubic-bezier(.34,1.4,.64,1), box-shadow .4s;
    box-sizing: border-box;
}
.q-service .content02-item:hover {
    transform: translateY(-10px) rotate(-.6deg);
    box-shadow: var(--q-shadow);
}
.q-service .content02-img {
    max-width: 100%;
    border-radius: 18px;
    box-shadow: none;
    margin-bottom: 20px;
}
.q-service .content02-img:hover { transform: none; }
.q-service .content02-title {
    font-family: var(--q-en);
    font-weight: 700;
    color: var(--q-ink-strong);
    font-size: 1.22em;
    line-height: 1.6;
}
.q-service .content02-text { color: var(--q-ink); }

/* ボタン（黄色ピル） */
.q-front .content02-button {
    background: linear-gradient(180deg, var(--q-yellow) 0%, var(--q-yellow-deep) 100%);
    color: var(--q-ink-strong);
    font-family: var(--q-en);
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(242, 171, 60, .3);
}
.q-front .content02-button::after { color: inherit; opacity: .8; }
.q-front .content02-button::before { background: var(--q-brown); }
.q-front .content02-button:hover { color: #fff; }
.q-front .content02-button:hover::after { color: #fff; }

/* サービス下のアヒル（ぴょこっと覗く） */
.q-service-duck {
    width: 130px;
    margin: 20px auto 0;
    display: block;
}
.q-service-duck .qd-svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 8px 12px rgba(120, 92, 40, .16)); }

/* =========================================================
   CONCEPT
   ========================================================= */
.q-concept { padding: 6em 0 6.5em; background: var(--q-white); position: relative; overflow: hidden; }
.q-concept .front_original02_text {
    padding: 2em 4em;
    z-index: 2;
}
.q-concept .front_original02_text h3 {
    font-family: var(--q-en);
    font-weight: 700;
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    line-height: 1.7;
    color: var(--q-ink-strong);
    margin-bottom: 1em;
}
.q-concept .front_original02_text p { line-height: 2.2; }
.q-concept .front_original02_img {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--q-shadow);
    min-height: 320px;
}
.q-concept .front_original02_img::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 6px solid var(--q-white);
    border-radius: 28px;
    pointer-events: none;
}

/* =========================================================
   POINT
   ========================================================= */
.q-points { padding: 6em 0 6.5em; background: var(--q-cream-2); position: relative; overflow: hidden; }
.q-points .third-box {
    background: var(--q-white);
    border-radius: 28px;
    padding: 34px;
    box-shadow: var(--q-shadow-sm);
    margin-bottom: 44px;
    transition: transform .4s cubic-bezier(.34,1.3,.64,1), box-shadow .4s;
}
.q-points .third-box:hover { transform: translateY(-6px); box-shadow: var(--q-shadow); }
.q-points .q-sec-en::after { display: none; }
.q-points .front-third-text h2.q-point-label {
    display: flex;
    align-items: baseline;
    gap: .35em;
    margin-bottom: 22px;
    line-height: 1;
}
.q-points .q-point-en {
    font-family: var(--q-en);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .2em;
    color: var(--q-yellow-deep);
}
.q-points .q-point-num {
    font-family: var(--q-en);
    font-weight: 900;
    font-size: 3.2rem;
    color: var(--q-ink-strong);
    padding: 0 .08em;
    background: linear-gradient(transparent 66%, var(--q-yellow) 66%, var(--q-yellow) 90%, transparent 90%);
}
.q-points .third-box:nth-of-type(odd) .front-third-text::before,
.q-points .third-box:nth-of-type(even) .front-third-text::before { display: none; }
.q-points h3.third_title {
    font-family: var(--q-en);
    font-weight: 700;
    color: var(--q-ink-strong);
}
.q-points .front-third-img img { border-radius: 20px; }

/* =========================================================
   NEWS / BLOG
   ========================================================= */
.q-news { padding: 6em 0; }
.q-blog { padding: 6em 0 5em; background: var(--q-white); }
.q-news .article02-title a,
.q-blog .article03-title { color: var(--q-ink-strong); font-family: var(--q-body); }
.q-news .article02-date,
.q-blog .article03-date { color: var(--q-yellow-deep); }

/* NEWS/BLOG「もっと見る」ボタン */
.q-front .q-button a {
    background: var(--q-white);
    color: var(--q-ink-strong) !important;
    border: 2px solid var(--q-yellow);
    border-radius: 100px;
    font-family: var(--q-en);
    font-weight: 700;
    box-shadow: var(--q-shadow-sm);
    transition: .35s;
}
.q-front .q-button a:hover {
    background: var(--q-yellow);
    color: var(--q-ink-strong) !important;
    transform: translateY(-3px);
}

/* =========================================================
   スクロール・リビール（新装飾用）
   ========================================================= */
.q-reveal {
    opacity: 0;
    transform: translateY(28px) scale(.94);
    transition: opacity .7s ease, transform .7s cubic-bezier(.34,1.56,.64,1);
    will-change: opacity, transform;
}
.q-reveal.is-in { opacity: 1; transform: none; }

/* =========================================================
   アヒル SVG（配色・アニメーション）
   ========================================================= */
.qd-svg { display: block; }
.qd-shell,
.qd-wing path,
.qd-wing-rest { fill: var(--q-white); stroke: var(--q-line); stroke-width: 5; stroke-linejoin: round; stroke-linecap: round; }
.qd-beak { fill: var(--q-beak); stroke: var(--q-line); stroke-width: 4; stroke-linejoin: round; }
.qd-beak-line { fill: none; stroke: #e08e2b; stroke-width: 3; stroke-linecap: round; }
.qd-foot { fill: var(--q-foot); stroke: var(--q-line); stroke-width: 4; stroke-linejoin: round; }
.qd-hair { fill: none; stroke: var(--q-line); stroke-width: 5; stroke-linecap: round; }
.qd-cheek { fill: var(--q-cheek); }
.qd-eye { fill: var(--q-ink-strong); }
.qd-eye-hl { fill: #fff; }
.qd-shadow { fill: rgba(90, 68, 30, .10); }

/* からだ：ゆらゆら */
.qd-body { transform-box: fill-box; transform-origin: 50% 100%; animation: qd-bob 3.2s ease-in-out infinite; }
/* 手（つばさ）：ふりふり */
.qd-wing { transform-box: fill-box; transform-origin: 28% 82%; animation: qd-wave 1.3s ease-in-out infinite alternate; }
/* まばたき */
.qd-eyes { transform-box: fill-box; transform-origin: 50% 50%; animation: qd-blink 5s ease-in-out infinite; }

@keyframes qd-bob   { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes qd-wave  { 0% { transform: rotate(-7deg); } 100% { transform: rotate(15deg); } }
@keyframes qd-blink { 0%,90%,100% { transform: scaleY(1); } 94% { transform: scaleY(.08); } }

/* =========================================================
   吹き出し
   ========================================================= */
.q-bubble {
    display: inline-block;
    font-family: var(--q-keifont);
    background: var(--q-white);
    color: var(--q-ink-strong);
    border: 2.5px solid var(--q-yellow);
    border-radius: 18px;
    padding: 10px 16px;
    line-height: 1.5;
    font-size: .95rem;
    box-shadow: var(--q-shadow-sm);
    position: relative;
    white-space: nowrap;
}
.q-bubble::after {
    content: "";
    position: absolute;
    width: 14px; height: 14px;
    background: var(--q-white);
    border-right: 2.5px solid var(--q-yellow);
    border-bottom: 2.5px solid var(--q-yellow);
}
/* PC：アヒルの左側。しっぽは右向きで頭にくっつける */
.q-bubble--about {
    position: absolute;
    top: 14%; right: 76%; left: auto;
    text-align: center;
    animation: q-bubble-pop 3.4s ease-in-out infinite;
}
.q-bubble--about::after { right: -8px; top: 58%; transform: translateY(-50%) rotate(-45deg); }
@keyframes q-bubble-pop { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
/* SP用（頭の上に置くとき）：中央寄せを保ったまま揺らす */
@keyframes q-bubble-pop-c { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, -5px); } }

/* =========================================================
   追従アヒル（ぴょこっと登場・クリックでジャンプ）
   ========================================================= */
.q-duck-float {
    position: fixed;
    right: 22px; bottom: 18px;
    width: 96px; height: auto;
    z-index: 9998;
    padding: 0; margin: 0;
    border: 0; background: none; cursor: pointer;
    transform: translateY(165%);
    transition: transform .6s cubic-bezier(.34,1.56,.64,1);
    -webkit-tap-highlight-color: transparent;
}
.q-duck-float.is-visible { transform: translateY(0); }
.q-duck-float.is-jump { animation: qd-jump .7s cubic-bezier(.28,1.2,.5,1); }
.q-duck-float .qd-svg { width: 100%; filter: drop-shadow(0 8px 12px rgba(120,92,40,.28)); }
.q-duck-float .q-bubble--float {
    position: absolute;
    right: 100%; bottom: 58%;
    margin-right: 8px;
    opacity: 0;
    transform: scale(.6) translateY(6px);
    transform-origin: bottom right;
    transition: .3s cubic-bezier(.34,1.56,.64,1);
    pointer-events: none;
}
.q-duck-float .q-bubble--float::after { right: -8px; bottom: 14px; transform: rotate(-45deg); }
.q-duck-float.is-talk .q-bubble--float { opacity: 1; transform: scale(1) translateY(0); }
@keyframes qd-jump {
    0%   { transform: translateY(0) scaleY(1); }
    30%  { transform: translateY(-38px) scaleY(1.07); }
    55%  { transform: translateY(0) scaleY(.9); }
    72%  { transform: translateY(-12px) scaleY(1.02); }
    100% { transform: translateY(0) scaleY(1); }
}

/* =========================================================
   ヒーロー（トップの大見出し）を温かいトーンに微調整
   ※背景画像は WordPress 管理画面「テーマオプション > スライダー画像」で差し替え
   ========================================================= */
.home .front-copy-text h2 {
    font-family: var(--q-en);
    font-weight: 900;
    text-shadow: 0 2px 18px rgba(60, 45, 20, .35);
}
.home .front-copy-text p { text-shadow: 0 2px 14px rgba(60, 45, 20, .35); }

/* =========================================================
   レスポンシブ
   ========================================================= */
@media only screen and (max-width: 991px) {
    .q-about .front_original__flex-inner { flex-direction: column; }
    .q-about .front_original01_text { width: 100%; padding: 0 0 1.5em; }
    .q-about-duck { width: 200px; margin: 46px auto 0; }
    /* SP：吹き出しは頭の上・しっぽは下向き */
    .q-bubble--about {
        top: -8%; left: 50%; right: auto;
        transform: translateX(-50%);
        animation-name: q-bubble-pop-c;
    }
    .q-bubble--about::after {
        right: auto; left: 50%; top: auto; bottom: -8px;
        transform: translateX(-50%) rotate(45deg);
    }
    .q-service .content02-item { width: 46%; min-width: 240px; }
}
@media only screen and (max-width: 767px) {
    .q-about { padding: 4.5em 0 4em; }
    .q-service, .q-concept, .q-points, .q-news, .q-blog { padding: 4em 0; }
    .q-service .content02-inner { width: 86%; gap: 28px; }
    .q-service .content02-item { width: 100%; min-width: 0; }
    .q-concept .front_original02_text { padding: 1.5em 0; }
    .q-sec-head { margin-bottom: 1.8em; }
    .q-duck-float { width: 74px; right: 12px; bottom: 12px; }
    .q-blob--a, .q-blob--b { width: 200px; height: 200px; }
    .q-about::before { width: 100px; height: 90px; top: 4%; right: 2%; }
}

/* --- 動きを減らす設定を尊重 --- */
@media (prefers-reduced-motion: reduce) {
    .qd-body, .qd-wing, .qd-eyes,
    .q-blob, .q-bubble--about { animation: none !important; }
    .q-reveal { transition-duration: .3s; }
    .q-duck-float.is-jump { animation: none !important; }
}


/* =======================================================================
   ★ カチンコ持ちアヒル（公式イラスト）＝ セクション下端から 頭だけ ぴょこっと登場
   画像は /img/duck-cinema.png に設置（背景透過PNG推奨／薄クリーム背景なので
   白背景PNGでもほぼ目立ちません）。背景画像方式なので未設置でも壊れ表示になりません。
   下端で自然にクリップされ「coming soon」の文字は隠れるよう配置しています。
   ======================================================================= */
.q-cinema-wrap {
    position: absolute;
    width: 200px;
    aspect-ratio: 3 / 4;   /* 高さ約267px */
    bottom: -150px;        /* 大きく下へ沈め、頭だけを下端からぴょこっと。カチンコ文字は自然に切れる */
    z-index: 2;
    pointer-events: none;
}
.q-cinema-wrap--sv { right: 5%; }    /* SERVICE：右下から頭を覗かせる */
.q-cinema-wrap--pt { left: 4%; }     /* POINT：左下から頭を覗かせる */
.q-cinema {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    animation: q-cine-bob 3.6s ease-in-out infinite;
    transform-origin: 50% 100%;
}
/* 登場：下からぴょこっと（q-reveal を上書きして大きく跳ねる） */
.q-cinema-wrap { animation: q-cine-in 1s cubic-bezier(.34,1.56,.64,1) both; }
@keyframes q-cine-in { 0% { opacity: 0; transform: translateY(120px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes q-cine-bob {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50%      { transform: translateY(-7px) rotate(1.5deg); }
}

@media only screen and (max-width: 1199px) {
    .q-cinema-wrap { width: 172px; bottom: -128px; }
    .q-cinema-wrap--sv { right: 4%; }
    .q-cinema-wrap--pt { left: 3%; }
}
@media only screen and (max-width: 767px) {
    /* スマホは小さめに、頭だけちょこん */
    .q-cinema-wrap { width: 124px; bottom: -92px; }
    .q-cinema-wrap--sv { right: 4%; }
    .q-cinema-wrap--pt { left: 3%; }
}
@media (prefers-reduced-motion: reduce) {
    .q-cinema, .q-cinema-wrap { animation: none !important; }
}


.footer { background: var(--q-white); }
.footer_contact_sec {
    color: var(--q-ink);
    background: var(--q-cream);
    padding: 5em 0;
}
.footer_contact_sec:before { display: none !important; }
.footer .footer_contact-title {
    font-family: var(--q-en);
    font-weight: 800;
    color: var(--q-ink-strong);
    letter-spacing: 3px;
}
.footer .footer_contact-title::after {
    content: "";
    display: inline-block;
    width: .5em; height: .5em;
    margin-left: .2em;
    border-radius: 50%;
    background: var(--q-yellow-deep);
    vertical-align: .1em;
}
.footer .footer_contact-sab-title {
    font-family: var(--q-keifont);
    color: var(--q-yellow-deep);
    letter-spacing: .1em;
    margin-top: .6em;
}
.footer .footer-con-box {
    background: var(--q-white);
    border-radius: 22px;
    box-shadow: var(--q-shadow-sm);
    color: var(--q-ink);
}
.footer address.footer_tel {
    color: var(--q-ink-strong);
    font-family: var(--q-en);
}
.footer p.footer-con-caution { color: var(--q-ink); }
.footer p.footer-con-caution::before { color: var(--q-yellow-deep); }
.footer a.footer_con_but {
    font-family: var(--q-en);
    color: var(--q-ink-strong);
    background: var(--q-white);
    border: 2px solid var(--q-yellow);
    box-shadow: var(--q-shadow-sm);
}
.footer a.footer-mail-but {
    background: linear-gradient(180deg, var(--q-yellow) 0%, var(--q-yellow-deep) 100%);
    border-color: transparent;
    color: var(--q-ink-strong);
}
.footer a.footer_con_but:hover {
    color: var(--q-ink-strong);
    background: var(--q-yellow-soft);
    border-color: var(--q-yellow-deep);
    transform: translateY(-3px);
}
.footer .footer_original_content { background: var(--q-cream-2); }
.footer h2.footer-logo-name {
    font-family: var(--q-en);
    font-weight: 700;
    color: var(--q-ink-strong);
}
.footer ul.footer-content-list-outer li:before { background: var(--q-yellow-deep); }
.footer ul.footer-content-list-outer li a { color: var(--q-ink); }
.footer ul.footer-content-list-outer li a:hover { color: var(--q-yellow-deep); }
.footer a.footer_but { color: var(--q-ink); transition: color .3s; }
.footer a.footer_but:hover { color: var(--q-yellow-deep); }
.footer dt.address_title { color: var(--q-yellow-deep); font-family: var(--q-en); }
.footer .pagetop a { color: var(--q-ink-strong); }
.footer .pagetop a:before { background: var(--q-yellow-deep); }
.footer .pagetop a:hover { color: var(--q-yellow-deep); }
.footer .pagetop a:hover:before { background: var(--q-yellow); }
.footer-bar01, .footer-bar01-inner, .copyright { background: var(--q-cream); }
.copyright { color: var(--q-ink); }
.footer .social-nav-item a:before { color: var(--q-ink); }


.home .top-slider-wrapper { position: relative; }
.home .fv-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255,216,115,0.10) 0%, rgba(255,216,115,0.04) 40%, rgba(255,251,240,0) 55%, rgba(255,251,240,0.9) 90%, var(--q-white) 100%),
        linear-gradient(180deg, rgba(58,44,20,0.30) 0%, rgba(58,44,20,0.10) 35%, rgba(58,44,20,0) 55%);
}
.home .front-copy-text .fv-lead {
    display: inline-block;
    font-family: var(--q-keifont);
    color: #fff;
    background: rgba(242,171,60,0.92);
    padding: .4em 1.2em;
    border-radius: 100px;
    font-size: 1rem;
    letter-spacing: .08em;
    margin-bottom: 1em;
    box-shadow: 0 8px 18px rgba(60,45,20,.22);
}
.home .front-copy-text h2 {
    font-family: var(--q-en);
    font-weight: 900;
    line-height: 1.55;
    letter-spacing: .02em;
    text-shadow: 0 2px 22px rgba(60,45,20,.42);
}
.home .front-copy-text p {
    font-family: var(--q-body);
    line-height: 2;
    margin-top: .6em;
    text-shadow: 0 2px 14px rgba(60,45,20,.42);
}
.home .top-slider-wrapper::after { color: var(--q-ink-strong); }
.home .top-slider-wrapper::before { background: var(--q-ink-strong); }
