@charset "UTF-8";
/* Theme Name:Kuki theme　v2
Author: Kazuya Mochizuki
Description: KuKiポートフォリオサイトテーマ
Version: 3.0
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f0eceb;
}
body *,
body *::before,
body *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    cursor: pointer;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    display: block;
}
p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
/*フォント */
body {
    font-family: futura-pt, dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
        sans-serif;
    color: #4b5763;
    font-style: normal;
    font-weight: 300;
}
/*横幅*/
body {
    margin: 0;
    overflow-x: hidden;
}
body img {
    vertical-align: bottom;
}
p {
    font-size: 14px;
}
.mask {
    width: 100%;
    height: 100%;
    background-color: #f0eceb;
    z-index: 100000;
    position: absolute;
}
.main_container {
    height: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    /*フェードイン*/
}
.wrapper {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
@media screen and (max-width: 767px) {
    p {
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .main_container {
        margin-top: 80px;
    }
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/*block common*/
.alignleft {
    float: left;
    margin-left: 0;
}
.alignright {
    float: right;
    margin-right: 0;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-commments.aligncenter,
.wp-block-rss.aligncenter {
    text-align: center;
}
figure {
    margin: 0 0 0 0;
}
.wp-block-image {
    margin: 0;
}
.blocks-gallery-item {
    margin: 0;
}
/*ヘッダー*/
.header {
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(240, 236, 235, 0.75);
    z-index: 99999;
}
.header.sticky {
    position: sticky;
}
.container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.header_inner {
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 44px;
    margin-bottom: 44px;
}
.header_logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_logo img {
    width: 200px;
    height: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.logo_color {
    -webkit-transition: all 40ms;
    -o-transition: all 40ms;
    transition: all 40ms;
}
.logo_white {
    display: none;
}
.gloval-nav_menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}
.global-nav_menu_item {
    font-size: 20px;
    font-weight: 400;
    margin-right: 49px;
    height: 100%;
    display: block;
    overflow-x: hidden;
}
.header .global-nav_menu_item > a {
    display: block;
    margin: 13px 0;
}
.header .current + .border {
    left: 0 !important;
}
/*ホバー時アニメーション*/
.header .border {
    height: 1px;
    display: block;
    background-color: #4b5763;
    position: relative;
    left: -100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header .global-nav_menu_item > a:hover + .border {
    left: 0;
}
.global-nav_menu_item:last-child {
    margin-right: 0;
}
.gloval-nav_menu_list > .instagram img {
    width: 16px;
    height: auto;
}
.global-nav_menu_item a:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .header {
        position: fixed;
    }
    .header_inner {
        height: 80px;
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }
    .header_logo {
        position: absolute;
        z-index: 99999;
        width: 100px;
    }
    .header_logo img {
        width: 100%;
        position: absolute;
    }
    .header_inner .menu_trigger {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 18px;
        height: 18px;
        z-index: 99999;
        margin: auto;
    }
    .header_inner .menu_trigger span {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #e14d29;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .header_inner .menu_trigger span.top {
        top: 2px;
    }
    .header_inner .menu_trigger span.middle {
        top: 8px;
    }
    .header_inner .menu_trigger span.bottom {
        top: 14px;
    }
    .header_inner .menu_trigger.active span {
        background-color: #ffffff;
    }
    .header_inner .menu_trigger.active span.top {
        -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }
    .header_inner .menu_trigger.active span.middle {
        opacity: 0;
    }
    .header_inner .menu_trigger.active span.bottom {
        -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }
    .logo_color {
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .logo_white {
        display: block;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .header_logo.active .logo_color {
        opacity: 0;
    }
    .header_logo.active .logo_white {
        opacity: 1;
    }
    .header_inner .global-nav_menu {
        position: absolute !important;
        left: 0;
        background-color: rgba(180, 180, 180, 0.75);
        width: 100%;
        height: 100vh;
        z-index: 99000;
        top: -100vh;
        opacity: 0;
    }
    .header_inner .gloval-nav_menu_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 80px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
    .header_inner .global-nav_menu_item {
        color: #ffffff;
        margin: 0 0 20px 0;
    }
    .header .border {
        background-color: #ffffff;
    }
}
/*フッター*/
.footer {
    width: 100%;
    background: rgba(180, 180, 180, 0.75);
}
.footer_inner {
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 32px;
}
.footer_inner a {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer_inner a:hover {
    opacity: 0.5;
}
.footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.footer_logo img {
    height: 30px;
    width: auto;
}
.footer_nav .gloval-nav_menu_list {
    height: auto;
}
.footer_nav .global-nav_menu_item {
    font-size: 14px;
    margin-right: 30px;
    line-height: normal;
}
.footer_nav .global-nav_menu_item:last-child {
    margin-right: 0;
}
.copylight {
    font-size: 14px;
    margin-top: 28px;
}
@media screen and (max-width: 767px) {
    .footer_inner {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .footer_nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer_logo img {
        max-height: 30px;
        max-width: 100%;
    }
    .footer_nav .gloval-nav_menu_list {
        margin-top: 25px;
    }
    .footer_nav .global-nav_menu_item {
        font-size: 13px;
    }
    .footer_inner .gloval-nav_menu_list > .instagram img {
        width: 12px;
    }
    .copylight {
        font-size: 10px;
        margin-top: 25px;
        text-align: right;
    }
}
/*メインコンテンツ共通*/
.page-title_container {
    width: 100%;
    padding-bottom: 7px;
    border-bottom: 1px solid #4b5763;
}
.page-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.26;
}
@media screen and (max-width: 767px) {
    .page-title {
        font-size: 20px;
    }
}
/*work 詳細 page*/
.work-detail_eyecatch {
    margin-bottom: 40px;
}
.work-detail_eyecatch > img {
    width: 100%;
    height: auto;
}
.work-detail_title {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 18px 0;
}
.work-detail_description {
    padding: 0 0 0 30px;
}
.workd-detail_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
}
.work_date {
    padding: 0 26px 0 0;
    border-right: 1px solid #4b5763;
}
.work_category {
    padding-left: 26px;
}
.workd-detail_info .work_category a:hover {
    opacity: 0.75;
}
.location {
    padding: 0 0 0 30px;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 18px;
}
.credit {
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 60px;
    font-family: dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
        sans-serif;
}

.location a,
.credit a {
    text-decoration: underline;
}
.workd-detail_info a:hover,
.location a:hover,
.credit a:hover {
    color: #e14d29;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/*ブロックギャラリー　カスタマイズ*/
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 40px) / 2);
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 40px 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
}
blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}
@media (min-width: 740px) .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}
/*ブロックギャラリー　カスタマイズここまで*/
.wp-block-image {
    margin-bottom: 40px;
}
figure.size-large {
    height: auto;
}
figure.size-full {
    height: auto;
}
@media screen and (max-width: 767px) {
    .work-detail_eyecatch {
        margin-bottom: 20px;
    }
    .work-detail_description {
        padding-left: 0px;
    }
    .work-detail_title {
        font-size: 14px;
        margin-bottom: 11px;
    }
    .workd-detail_info {
        font-size: 14px;
    }
    .location {
        padding-left: 0px;
        font-size: 14px;
    }
    .credit {
        padding-left: 0px;
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 40px;
    }
    .blocks-gallery-grid,
    .wp-block-gallery {
        display: block;
    }
    .blocks-gallery-grid .blocks-gallery-image,
    .blocks-gallery-grid .blocks-gallery-item,
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
        margin: 0 0px 20px 0;
    }
    .blocks-gallery-grid .blocks-gallery-image,
    .blocks-gallery-grid .blocks-gallery-item,
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
        width: 100%;
    }
    .wp-block-image {
        margin-bottom: 20px;
    }
}
/*スクリーンリーダー用テキスト隠し*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
/*前後記事へのリンク*/
.post-navigation a {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.post-navigation .nav-links a:hover {
    opacity: 0.75;
    text-decoration: none;
}
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    color: #4b5763;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #4b5763;
}
.post-navigation .nav-top {
    font-size: 20px;
}
/*topページ*/
.slider_container {
    width: 100%;
    margin-bottom: 20px;
    /* overflow-x: hidden; */
    position: relative;
}
@media screen and (max-width: 767px) {
    .slider_container {
        margin-bottom: 20px;
        margin-top: 80px;
    }
    .slider_container + .main_container {
        margin-top: 0;
    }
}
/*meta slider カスタム*/
.metaslider .flex-viewport {
    overflow: visible !important;
}
.flexslider .slides img {
    padding: 0 9px !important;
}
.flex-direction-nav {
    height: 0;
}
@media screen and (max-width: 1020px) {
    .metaslider {
        overflow: hidden !important;
    }
}
.metaslider .flexslider .flex-direction-nav li a {
    width: 30px !important;
    height: 30px !important;
    background-image: url("images_common/arrow_pc.png") !important;
}
/*ナビゲーションホバー時の位置*/
.metaslider .flexslider:focus-within .flex-next,
.metaslider .flexslider:hover .flex-next {
    right: 9px !important;
}
.metaslider .flexslider:focus-within .flex-prev,
.metaslider .flexslider:hover .flex-prev {
    left: 9px !important;
    /* Fix for single character text */
    text-indent: -9999px;
}
/*キャプション*/
.slides li {
    overflow: hidden;
}
.metaslider .caption-wrap {
    left: 9px !important;
    bottom: -54px !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    color: #4b5763 !important;
    opacity: 0 !important;
    width: calc(100% - 18px) !important;
    height: auto !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.metaslider .caption {
    position: relative !important;
    margin: 20px 0 20px 20px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 0 !important;
}
.slides li:hover > .caption-wrap {
    opacity: 1 !important;
    bottom: 0 !important;
}
@media screen and (max-width: 1020px) {
    .flexslider .slides img {
        padding: 0 !important;
    }
    .metaslider .flexslider:focus-within .flex-next,
    .metaslider .flexslider:hover .flex-next {
        right: 0px !important;
    }
    .metaslider .flexslider:focus-within .flex-prev,
    .metaslider .flexslider:hover .flex-prev {
        left: 0px !important;
    }
    .metaslider .caption-wrap {
        left: 0px !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .metaslider .flexslider .flex-next,
    .metaslider .flexslider .flex-next {
        right: 0px !important;
        opacity: 0.8 !important;
    }
    .metaslider .flexslider .flex-prev,
    .metaslider .flexslider .flex-prev {
        left: 0px !important;
        opacity: 0.8 !important;
    }
    .metaslider .caption-wrap {
        display: none !important;
    }
}
/*metaslider カスタムここまで*/
/*トップページ Log　リンク*/
.latest-log_box {
    bottom: -40px;
    width: 100%;
    max-width: 1100px;
    margin: 10px auto 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: flex-end;
}
.latest-log_link {
    display: flex;
    gap: 5px;
    padding: 3px 0px;
    border-bottom: 1px solid #4b5763;
    width: fit-content;
    max-width: 100%;
    transition: border-color 0.3s ease, color 0.3s ease;
}
.latest-log_link:hover {
    border-color: #e14d29;
    color: #e14d29;
}
.latest-log_link span {
    font-size: 14px;
    line-height: 1;
    overflow: visible;
}
.latest-log_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
    .latest-log_box {
        bottom: -35px;
        padding: 0 20px;
    }
    .latest-log_link span {
        font-size: 12px;
    }
}
/*workギャラリー*/
.category-select {
    margin-top: 20px;
    margin-bottom: 30px;
}
.category-select ul {
    display: block;
}
.category-select ul li {
    font-size: 14px;
    margin-right: 44px;
    display: inline-block;
}
.category-select ul li a:hover {
    text-decoration: none;
    color: #e14d29;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.category-select ul li.on {
    color: #e14d29;
}
@media screen and (max-width: 767px) {
    .category-select ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .category-select ul li {
        font-size: 13px;
        margin-right: 0px;
    }
}
/*works_list*/
.works_list {
    margin: 0 -20px 80px -20px;
}
.work-list_item {
    max-width: calc(100% / 3);
    padding: 0 20px 0 20px;
    margin-bottom: 40px;
}
.thumbnail {
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
}
.thumbnail_image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.35s cubic-bezier(0, 0.65, 0.45, 1);
    -o-transition: all 0.35s cubic-bezier(0, 0.65, 0.45, 1);
    transition: all 0.35s cubic-bezier(0, 0.65, 0.45, 1);
}
.thumbnail_image_none img {
    width: 100%;
    height: auto;
}
.work-list_item_caption {
    margin-top: 15px;
}
.work-list_item_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.work-list_item_title > a:hover {
    text-decoration: none;
}
.work-list_item_info {
    padding-top: 8px;
    font-size: 14px;
    font-weight: 300;
}
.work-list_item .work-list_item_info a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
@media screen and (max-width: 1020px) {
    .work-list_item {
        max-width: calc(100% / 2);
    }
}
@media screen and (max-width: 767px) {
    .work-list_item {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .work-list_item_caption {
        margin-top: 8px;
    }
    .work-list_item_info {
        padding-top: 5px;
        font-size: 13px;
    }
}
/*ローディング*/
.page-load-status {
    display: none; /* hidden by default */
    text-align: center;
    margin-bottom: 40px;
}
.page-load-status .lmage_loading {
    padding-bottom: 20px;
}
.page-load-status p {
    font-size: 16px;
}

/*about ページ*/
.page-content {
    padding-top: 90px;
}
.studio_container {
    width: 100%;
    margin-bottom: 120px;
}
.studio_name {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
}
.studio_name small {
    font-size: 14px;
    font-weight: 300;
    margin-left: 30px;
}
.studio_container > h3 {
    font-size: 16px;
    font-weight: 600;
}
.studio_container > .caption {
    font-family: dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
        sans-serif;
    margin-bottom: 80px;
}
.studio_container > .caption h4 {
    font-size: 14px;
    font-weight: 300;
}
.studio_container > .caption .studio_discription {
    line-height: 24px;
}

.studio_concept {
}
.studio_concept h3 {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 38px;
    color: #858585;
    letter-spacing: 0.05rem;
}
.studio_concept h3:before {
    content: "";
    position: relative;
    height: 1px;
    background: #4b5763;
    display: inline-block;
    width: 45px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    bottom: 6px;
    margin-right: 10px;
}
.studio_concept__txt {
    line-height: 2.2;
    margin-bottom: 20px;
    color: #858585;
    letter-spacing: 0.05rem;
}
.studio_concept__txt:last-child {
    margin-bottom: 0px;
}
.concept_container {
    width: 100%;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.concept_container .position-L {
    width: 88px;
    margin-right: 40px;
}
.concept_container .position-L h2 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 6px;
    border-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #4b5763;
}
.concept_container .caption {
    width: calc(100% - 128px);
    padding-top: 9px;
    font-family: dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
        sans-serif;
}
.concept_container .caption h3 {
    font-size: 16px;
    font-weight: 600;
}
.concept_container .caption .concept_description {
    margin-top: 17px;
}
.profile_container {
    width: 100%;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.profile_container .position-L {
    width: 88px;
    margin-right: 40px;
}
.profile_container .position-L h2 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 6px;
    border-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #4b5763;
}
.profile_container .position-R {
    width: calc(100% - 128px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.profile_container .position-R_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
}
.profile_photo_wrapper {
    width: 34%;
}
.profile_photo {
    width: 100%;
    height: auto;
}
.photographer {
    font-size: 14px;
    margin-top: 10px;
    color: #858585;
}
.profile_info {
    width: 61%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
        sans-serif;
}
.profile_info .name {
    font-weight: 500;
    font-size: 20px;
}
.profile_info .name small {
    font-size: 16px;
    margin-left: 18px;
    font-family: futura-pt, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
        "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.profile_info .description {
}
.profile_info .description,
.profile_info .license {
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
}
.history_list {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.history_item {
    font-size: 14px;
    line-height: 26px;
    display: flex;
    width: 100%;
}
.history_item dt {
    min-width: 110px;
    margin-right: 10px;
}
.history_item dd {
    flex-grow: 1;
}
.awards_container {
    width: 100%;
}
.awards_container h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 27px;
}
.awards_list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.awards_item {
    font-size: 14px;
    line-height: 26px;
    display: flex;
    width: 100%;
    font-family: dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
        sans-serif;
}
.awards_item dt {
    min-width: 110px;
    margin-right: 10px;
}
.awards_item dd {
    flex-grow: 1;
}
.awards_note {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .page-content {
        padding-top: 45px;
    }
    .studio_container {
        margin-bottom: 80px;
    }
    .studio_name {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .studio_name small {
        font-size: 13px;
    }
    .studio_container > h3 {
        font-size: 14px;
    }
    .studio_container > .caption {
        margin-top: 16px;
        margin-bottom: 45px;
    }
    .studio_container > .caption .studio_discription {
        line-height: 18px;
    }
    .studio_concept h3 {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .studio_concept h3:before {
        width: 25px;
        bottom: 4px;
        margin-right: 8px;
    }
    .concept_container {
        margin-bottom: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .concept_container .position-L {
        width: auto;
        margin-right: 0px;
    }
    .concept_container .position-L h2 {
        font-size: 16px;
        display: inline;
    }
    .concept_container .caption {
        width: 100%;
        padding-top: 0px;
        margin-top: 20px;
    }
    .concept_container .caption h3 {
        font-size: 14px;
    }
    .profile_container {
        margin-bottom: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .profile_container .position-L {
        width: auto;
        margin-right: 0px;
    }
    .profile_container .position-L h2 {
        font-size: 16px;
        display: inline;
    }
    .profile_container .position-R {
        margin-top: 20px;
        width: 100%;
    }
    .profile_container .position-R_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .profile_photo_wrapper {
        width: 100%;
    }
    .profile_photo {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .photographer {
        font-size: 11px;
        text-align: end;
    }
    .profile_info {
        margin-top: 25px;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .profile_info .name {
        font-size: 16px;
    }
    .profile_info .name small {
        font-size: 14px;
    }
    .profile_info .description,
    .profile_info .license {
        font-size: 13px;
        line-height: 1.8;
    }
    .profile_info .description {
        margin-top: 20px;
    }
    .profile_info .license {
        margin-top: 20px;
    }
    .history_list {
        margin-top: 40px;
    }
    .history_item {
        font-size: 13px;
        line-height: 1.8;
        display: flex;
    }
    .history_item dt {
        min-width: 70px;
    }
    .awards_container h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .awards_item {
        font-size: 13px;
        line-height: 1.8;
    }
    .awards_item dt {
        min-width: 70px;
    }
    .awards_note {
        margin-top: 15px;
        font-size: 11px;
    }
}

/*price ページ*/
.price_container {
    width: 100%;
    margin-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.price_container .position-L {
    width: 26%;
    min-width: 220px;
    margin-right: 40px;
}
.price_container .position-L h2 {
    color: #e14d29;
    font-size: 24px;
    font-weight: 500;
}
.price_container .position-L h2 .ja {
    color: #4b5763;
    font-size: 14px;
    margin-top: 12px;
    display: block;
    font-weight: 600;
}
.price_container .position-R {
    width: calc(73% - 40px);
}
.price_container .position-R .standard {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
}
.price_list_box {
    display: flex;
    flex-direction: column;
}
.price_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-bottom: #4b5763 dotted 1px;
    padding-bottom: 8px;
    margin-top: 24px;
    font-weight: 500;
}
.price_list:first-child {
    margin-top: 0;
}
.price_list dt {
    font-size: 14px;
}
.price_list dd {
    font-size: 16px;
}
.price_container .position-R .note {
    margin-top: 26px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}
.price-note {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
    .price_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        margin-bottom: 60px;
    }
    .price_container .position-L {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .price_container .position-L h2 {
        font-size: 16px;
    }
    .price_container .position-L h2 .ja {
        font-size: 12px;
        margin-top: 8px;
    }
    .price_container .position-R {
        width: 100%;
    }
    .price_container .position-R .standard {
        font-size: 13px;
        margin-bottom: 18px;
    }
    .price_list {
        margin-top: 18px;
    }
    .price_list dt {
        font-size: 13px;
    }
    .price_list dd {
        font-size: 14px;
    }
    .price_container .position-R .note {
        font-size: 12px;
        margin-top: 18px;
    }
    .price-note {
        font-size: 12px;
        margin-bottom: 80px;
    }
}
/*log ページ*/
.log {
    margin-bottom: 120px;
}
.page-desc {
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.04em;
    line-height: 1.8;
    font-family: dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
        sans-serif;
}
.log-content {
    display: flex;
    justify-content: space-between;
}
.log-article_list {
    display: flex;
    flex-direction: column;
    width: max(calc(76% - (45 / 1020 * 100 * var(--vw))), calc(76% - 45px));
    gap: 84px;
}

.log-article_item {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.log-article_titleBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.log-article_title {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #4b5763;
}
.log-article_info {
    display: flex;
    gap: 20px;
    align-items: baseline;
}
.log-article_date {
}
.log-article_catList {
    display: flex;
    gap: 4px;
    align-items: baseline;
}
.log-article_cat {
    font-size: 14px;
}
.log-article_cat::before {
    content: "#";
}

.log-article__content {
    margin-top: 24px;
}
.log-article__content > * {
    margin-bottom: 24px;
}
.log-article__content > :first-child {
    margin-top: 0;
}
.log-article__content > :last-child {
    margin-bottom: 0;
}
.log-article__content h1,
.log-article__content h2,
.log-article__content h3,
.log-article__content h4 {
    margin-top: 36px;
    font-weight: 500;
}
.log-article__content h1,
.log-article__content h2 {
    font-size: 20px;
}
.log-article__content h3 {
    font-size: 17px;
}
.log-article__content h4 {
    font-size: 14px;
}
.log-article__content h5,
.log-article__content h6 {
    font-size: 13px;
}

.log-article__content p {
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-family: dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
        sans-serif;
}
.log-article__content span,
.log-article__content ul li {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-family: dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
        sans-serif;
}
.log-article__content ul li {
    list-style: disc inside;
    display: list-item;
}
.log-article__content .wp-block-image figcaption {
    font-size: 14px;
    color: #858585;
}
.log-article__content a {
    text-decoration: underline;
    transition: color 0.3s ease;
}
.log-article__content a:hover {
    color: #e14d29;
}

.log_cat-nav {
    /* width: calc((100% - 80%) - 40px); */
    width: max(calc(24% - (45 / 1020 * 100 * var(--vw))), calc(24% - 45px));
    padding-top: 95px;
    position: sticky;
    top: 0;
    margin-top: -90px;
    height: fit-content;
    max-height: calc(100vh - 95px);
    overflow-y: auto;
    scrollbar-gutter: stable;
}
.log_cat-navTitle {
    font-size: 20px;
    font-weight: 500;
}
.log_cat-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}
.log_cat-item {
    display: flex;
}
.log_cat-item a {
    display: flex;
    font-size: 14px;
    position: relative;
    padding: 6px 4px 6px 2px;
}

.log_cat-item a::before {
    content: "#";
    margin-right: 0.2em;
}
.log_cat-item.all a::before {
    content: none;
}
.log_cat-item a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0%;
    height: 1px;
    bottom: 0px;
    background-color: #4b5763;
    transition: width 0.2s ease;
}
.log_cat-item a:hover::after,
.log_cat-item.is-current a::after {
    width: 100%;
}
.log .pagination {
    margin-top: 36px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.log .pagination .pager,
.log .pagination .prev,
.log .pagination .next {
    font-size: 18px;
    padding: 8px;
    position: relative;
}
.log .pagination .pager::after,
.log .pagination .prev::after,
.log .pagination .next::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0%;
    height: 1px;
    bottom: 0px;
    background-color: #4b5763;
    transition: width 0.2s ease;
}
.log .pagination .current::after,
.log .pagination .pager:hover::after,
.log .pagination .prev:hover::after,
.log .pagination .next:hover::after {
    width: 100%;
}

.log-article_single {
    display: flex;
    flex-direction: column;
    width: max(calc(76% - (45 / 1020 * 100 * var(--vw))), calc(76% - 45px));
    gap: 84px;
}
.log-backLink {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    padding: 8px 4px 8px 4px;
    position: relative;
}
.log-backLink::before {
    content: "";
    display: block;
    position: relative;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(images_common/arrow_back-24px.svg);
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat;
}
.log-backLink::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0%;
    height: 1px;
    bottom: 0px;
    background-color: #4b5763;
    transition: width 0.2s ease;
}
.log-backLink:hover::after {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .log {
        margin-bottom: 80px;
    }
    .page-desc {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .log-content {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .log-content.single {
        flex-direction: column;
        gap: 60px;
    }

    .log_cat-nav {
        width: 100%;
        padding-top: 0;
        position: relative;
        margin-top: 0;
        height: fit-content;
    }
    .log_cat-navTitle {
        font-size: 17px;
    }
    .log_cat-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px 15px;
        margin-top: 15px;
    }
    .log_cat-item {
        display: flex;
    }
    .log_cat-item a {
        font-size: 12px;
        padding: 4px 2px 4px 2px;
    }

    .log-article_list {
        width: 100%;
        gap: 60px;
        margin-top: 15px;
    }

    .log-article_title {
        font-size: 17px;
        padding-bottom: 10px;
    }
    .log-article_info {
        display: flex;
        gap: 20px;
        align-items: baseline;
    }
    .log-article_date {
        font-size: 12px;
    }
    .log-article_cat {
        font-size: 12px;
    }

    .log-article__content > * {
        margin-bottom: 20px;
    }
    .log-article__content h1,
    .log-article__content h2,
    .log-article__content h3,
    .log-article__content h4 {
        margin-top: 30px;
    }
    .log-article__content h1,
    .log-article__content h2 {
        font-size: 16px;
    }
    .log-article__content h3 {
        font-size: 14px;
    }
    .log-article__content h4 {
        font-size: 13px;
    }
    .log-article__content h5,
    .log-article__content h6 {
        font-size: 12px;
    }
    .log-article__content p {
    }
    .log-article__content span,
    .log-article__content ul li {
        font-size: 13px;
    }
    .log-article__content .wp-block-image figcaption {
        font-size: 12px;
    }

    .log .pagination .pager,
    .log .pagination .prev,
    .log .pagination .next {
        font-size: 14px;
    }
    .log-article_single {
        width: 100%;
        gap: 60px;
        margin-top: 15px;
    }
}

/*contact ページ*/
.contact-information {
    margin-bottom: 150px;
}
.contact-information h2 {
    font-size: 30px;
    font-weight: 500;
}
.contact-information h2 small {
    font-size: 24px;
    padding-left: 20px;
}
.contact-information dl {
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
}
.contact-information dl dt {
    float: left;
    margin-bottom: 20px;
}
.contact-information dl dd {
    width: 100%;
    padding-left: 86px;
    margin-bottom: 20px;
}
.contact_container {
    margin-bottom: 120px;
}
.contact_note {
    font-size: 16px;
    line-height: 26px;
}
.contact-form_container {
    margin-top: 40px;
    font-family: dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
        sans-serif;
}
.contact-form_container form {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
}
.contact-form_container .form_item {
    display: block;
    margin-bottom: 40px;
}
.form_item > .item_name {
    float: left;
    position: absolute;
}
.form_item > .wpcf7-form-control-wrap {
    display: block;
    margin-left: 150px;
}
.form_item > .your-name,
.form_item > .your-company,
.form_item > .your-email,
.form_item > .your-tel,
.form_item > .your-subject {
    padding-left: 150px;
    width: 500px;
    display: block;
}
.form_item > span > input {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #c3c3c3;
    padding: 6px 5px;
    background-color: transparent;
}
.form_item > .your-message {
    width: 100%;
    display: block;
    padding-left: 150px;
}
.form_item > span > textarea {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #c3c3c3;
    padding: 6px 5px;
    background-color: transparent;
}
.wpcf7-submit {
    width: 147px;
    height: 45px;
    color: #ffffff;
    background-color: rgba(225, 77, 41, 0.75);
    font-size: 14px;
    border: none;
    margin-left: 150px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.wpcf7-submit:hover {
    background-color: rgba(225, 77, 41, 1);
}
span.wpcf7-not-valid-tip {
    color: rgba(225, 77, 41, 1);
}
.wpcf7-validation-errors {
    border: 1px solid rgba(225, 77, 41, 1) !important;
}
.wpcf7-mail-sent-ok {
    border: none !important;
}
/*google reCAPTCHA*/
.recaptcha_policy {
    margin-top: 40px;
    line-height: 1.8;
}
.recaptcha_policy a {
    text-decoration: underline;
}
.grecaptcha-badge {
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .contact-information {
        margin-bottom: 80px;
    }
    .contact-information h2 {
        font-size: 20px;
    }
    .contact-information h2 small {
        font-size: 16px;
    }
    .contact-information dl {
        margin-top: 20px;
        font-size: 14px;
    }
    .contact-information dl dd {
        width: 100%;
        padding-left: 50px;
        margin-bottom: 20px;
    }
    .contact_container {
        margin-bottom: 80px;
    }
    .contact_note {
        font-size: 14px;
        line-height: 24px;
    }
    .contact-form_container {
        margin-top: 25px;
    }
    .contact-form_container form {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .contact-form_container .form_item {
        display: block;
        margin-bottom: 25px;
    }
    .form_item > .item_name {
        font-size: 14px;
        float: none;
        position: relative;
    }
    .form_item > .wpcf7-form-control-wrap {
        margin-left: 0px;
        margin-top: 5px;
    }
    .form_item > .your-name,
    .form_item > .your-company,
    .form_item > .your-email,
    .form_item > .your-tel,
    .form_item > .your-subject {
        padding-left: 0px;
        width: 100%;
    }
    .form_item > .your-message {
        padding-left: 0px;
    }
    .wpcf7-submit {
        margin-left: auto;
        margin-right: auto;
    }
    .recaptcha_policy {
        font-size: 13px;
    }
}
