@charset "utf-8";


:root {
    --htmlBg: #FFF;
    --namecol-white: #FFF;
    --namecol-black: #000;
    --namecol-blue: #0c004d;
    --color1: #008000;
    --color2: #ff4500;
    --color3: #dcdcdc;
    --color4: #ffffe0;
    --color5: #fff0f5;
    --color6: #FFF;
    --color7: #ff0000;
    --color8: #666666;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
}

body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

div,
p,
footer,
header,
section {
    display: block;
    word-wrap: break-word;
}

ol,
ul {
    list-style: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

a {
    display: inline-block;
    color: var(--color8);
}

a:link {
    text-decoration: none;
}

a:visited {}

a:hover {
    opacity: 0.7;
}

a:active {}

hr {
    clear: both;
    width: 100%;
}

img {
    vertical-align: bottom;
    border-style: none;
}


/* ----------------------------------------------------------------- */


/* COM:main */

html {
    font-size: 62.5%;
    /*ベース10px*/
}


/* font 指定 */

body {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}

.mincho {
    font-family: 'Noto Serif JP', serif;
}

.gothic {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}

@font-face {
    font-family: 'hs_medium';
    src: url('font/mplus-1p-medium.eot');
    /* IE9以上用 */
    src: url('font/mplus-1p-medium.eot?#iefix') format('embedded-opentype'),
        /* IE8以前用 */
        url('font/mplus-1p-medium.woff') format('woff'),
        /* モダンブラウザ用 */
        url('font/mplus-1p-medium.ttf') format('truetype');
    /* iOS, Android用 */
    font-weight: normal;
    /* 念の為指定しておきます */
    font-style: normal;
}

@font-face {
    font-family: 'hs_regular';
    src: url('font/mplus-1p-regular.eot');
    /* IE9以上用 */
    src: url('font/mplus-1p-regular.eot?#iefix') format('embedded-opentype'),
        /* IE8以前用 */
        url('font/mplus-1p-regular.woff') format('woff'),
        /* モダンブラウザ用 */
        url('font/mplus-1p-regular.ttf') format('truetype');
    /* iOS, Android用 */
    font-weight: normal;
    /* 念の為指定しておきます */
    font-style: normal;
}

/* font 指定 ここまで */

html,
body {
    width: 100%;
    height: 100%;
    /* スムーズなスクロール（慣性スクロール）を実現(iOS 5.0 より実装された) */
    -webkit-overflow-scrolling: touch;
}

body {
    background-color: var(--htmlBg);
}


/* ----------------------------------------------------------------- */

/* COM:コンテンツ */

#roadbody {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background: var(--htmlBg);
    z-index: 10000;
}

#roadimg {
    display: block;
    position: relative;
    width: 30px;
    margin: 0 auto;
    margin-top: 30%;
}

#wrap {
    display: block;
    position: relative;
    width: 100%;
    font-size: 1.6rem;
    overflow: hidden;
}

.spacer100 {
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
}

.spacer50 {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
}

.spacer30 {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
}

.spacer30_599 {
    display: none;
}



.spacer10 {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
}

.mrgnTop_30 {
    margin-top: 30px;
}

.right-align {
    text-align: right;
}



/* 縦side menu 制御 */

#tateline {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    border-left: 3px solid var(--namecol-blue);
    z-index: 2000;
}

#tateline_white {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    border-left: 3px solid var(--namecol-white);
    z-index: 2001;
}

#tab_top {
    display: block;
    position: fixed;
    right: 0;
    top: 20px;
    width: 45px;
    z-index: 2001;
}

#tab_works {
    display: block;
    position: fixed;
    right: 0;
    top: 20px;
    width: 45px;
    z-index: 2001;
}

#tab_about {
    display: block;
    position: fixed;
    right: 0;
    top: 20px;
    width: 45px;
    z-index: 2001;
}

#tab_contact {
    display: block;
    position: fixed;
    right: 0;
    top: 10px;
    width: 35px;
    z-index: 2001;
}



/* top page */

#top_midashi {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 0.3em;
    line-height: 2em;
    padding: 0;
}

.midashi_red {
    display: block;
    position: relative;
    text-align: left;
    font-size: 2.5rem;
    letter-spacing: 0.3em;
    line-height: 2em;
    color: #ff0000;
    margin-top: 50px;
}

.midashi {
    display: block;
    position: relative;
    text-align: left;
    font-size: 2.5rem;
    letter-spacing: 0.3em;
    line-height: 2em;
    margin-top: 50px;
}

.midashi-s {
    display: block;
    position: relative;
    text-align: left;
    font-size: 2.0rem;
    letter-spacing: 0.3em;
    line-height: 2em;
    margin-top: 50px;
}


/* 矢印リンク */
.arrow-line {
    position: relative;
    display: inline-block;
    color: #666666;
    font-size: 1.4rem;
    letter-spacing: .1em;
    margin-top: 10px;
}

/* 水平線（文字の下） */
.arrow-line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #666666;
}

/* 左斜め上への斜線（水平線の右端から） */
.arrow-line::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 1px;
    background-color: #666666;
    transform: rotate(45deg);
    transform-origin: bottom right;
}


/* pdf用矢印リンク */
.pdf-arrow-line {
    position: relative;
    display: inline-block;
    color: #666666;
    font-size: 1.4rem;
    letter-spacing: .1em;
    margin-top: 10px;
    margin-left: 50px;
}

/* pdf用水平線（文字の下） */
.pdf-arrow-line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #666666;
}

/* pdf用左斜め上への斜線（水平線の右端から） */
.pdf-arrow-line::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 1px;
    background-color: #666666;
    transform: rotate(45deg);
    transform-origin: bottom right;
}


.spacer_neuro-title {
    display: block;
    position: relative;
    width: 280px;
}

.spacer_readmore {
    display: block;
    position: relative;
    width: 110px;
}




/* フィロソフィー */
.philosophy_block_L {
    display: flex;
    margin-top: 100px;
    flex-direction: row;
}

.philosophy_block_S_left {
    display: block;
    position: relative;
    width: 50%;
}

.philosophy_block_S_right {
    display: block;
    position: relative;
    text-align: left;
    padding: 0px 130px 0 30px;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2em;
    width: 50%;
}

.philosophy_block_S_right_text {
    display: block;
    position: relative;
    text-align: left;
    padding: 0 0 0 15px;
}



/* アバウトミー */
.aboutme_block_L {
    display: flex;
    margin-top: 100px;
    flex-direction: row;
}

.aboutme_block_S_right {
    display: block;
    position: relative;
    padding: 0 130px 0 30px;
    width: 50%;
}

.aboutme_block_S_left {
    display: block;
    position: relative;
    text-align: left;
    padding: 0px 0 0 50px;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2em;
    width: 50%;
}

.aboutme_block_S_left_text {
    display: block;
    position: relative;
    text-align: left;
    padding: 0 0 0 15px;
}

#aboutTxt_SP {
    display: none;
}


/* リンクボタン（未使用） */
.btn1 {
    display: block;
    position: relative;
    width: 120px;
    padding: 10px 0 30px 0;

}

/* 作品事例 */
.featuredworks_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /* アイテム間の余白 */
}

.featuredworks_photo {
    display: block;
    width: 22%;
    padding: 50px 50px 30px 30px;
    /* PCでは4つ横並び */
    box-sizing: border-box;
}

.featuredworks_photo img {
    display: block;
    width: 100%;
    height: auto;
}

.featuredworks_textL {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1;
}

.featuredworks_textS {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.zoom-photo {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.zoom-photo img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease, filter 0.5s ease;
    transform: scale(1);
    /* 初期状態 */
    filter: brightness(100%);
    /* 初期状態：通常の色 */
}

.zoom-photo:hover img {
    transform: scale(1.1);
    /* ふわっとズーム */
    filter: brightness(120%);
    /* 色を少し濃くする */
}





.content_1 {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}



/* menu制御 */

.menu-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease;
    /* pointer-events: none; */
}

.menu-img.base {
    opacity: 1;
    z-index: 1;
}

.menu-img.hover {
    opacity: 0;
    z-index: 2;
}

#menu_humberger {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    top: 20px;
    right: 55px;
    background-color: rgba(240, 240, 240, 0.5);
    cursor: pointer;
    overflow: hidden;
}

#menu_humberger:hover .menu-img.base {
    opacity: 0;
}

#menu_humberger:hover .menu-img.hover {
    opacity: 1;
}

#menu_contact {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 90px;
    right: 55px;
    background-color: rgba(240, 240, 240, 0.5);
    cursor: pointer;
    overflow: hidden;
}

#menu_contact:hover .menu-img.base {
    opacity: 0;
}

#menu_contact:hover .menu-img.hover {
    opacity: 1;
}

#menu_instagram {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 160px;
    right: 55px;
    background-color: rgba(240, 240, 240, 0.5);
    cursor: pointer;
    overflow: hidden;
}

#menu_instagram:hover .menu-img.base {
    opacity: 0;
}

#menu_instagram:hover .menu-img.hover {
    opacity: 1;
}


#menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(255, 255, 255, .9);
    z-index: 9000;
}

#btn_close {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 20px;
    right: 55px;
    cursor: pointer;
    overflow: hidden;
    padding: 15px;
}













/* top動画 */

#topdouga {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#slideshow1 {
    display: block;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

#slideshow2,
#slideshow3,
#slideshow4,
#slideshow5,
#slideshow6 {
    display: none;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

#slideshow0 {
    display: block;
    position: relative;
    width: 100%;
}

#slideshowtext1 {
    display: none;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

.circle-container {
    display: flex;
    justify-content: center;
    gap: 3rem;
    /* 丸同士の間隔 */
    margin-top: 1.5rem;
    /* 写真との距離 */
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    /* 好きな色に変更可 */
    transition: background-color 0.3s, transform 0.3s;
    cursor: pointer;
}

.circle.active {
    background-color: #ff4500;
    /* アクティブな丸の色 */
    transform: scale(1.2);
}


/* footer */
footer {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 30px;
}

#footer_companyname {
    display: block;
    position: relative;
    width: 480px;
    margin: 0 auto;
}

#footerline {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    background-color: var(--namecol-blue);
    margin-top: 8px;
}

#footer_companyname2 {
    display: block;
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-top: 5px;
}

#footer_companynameadd {
    display: block;
    position: relative;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    padding: 0;
    padding-bottom: 15px;
    letter-spacing: 0.2em;
    margin-top: 10px;
}

#footer_arr {
    display: block;
    position: absolute;
    width: 15px;
    right: 10px;
    bottom: 80px;
}


/* works page ----------------------------------------------------------- */



.full-width img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

/* テキストブロック横並び */
.text-pair {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin-left: 30px;
    padding: 0 50px 0 50px;
    gap: 50px;
    justify-content: space-between;
}

.text-block_left {
    width: 70%;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2em;
}

.text-block_right {
    width: 30%;
}

.text-block_right_599 {
    display: none;
}

.text-single_599 {
    display: none;
}

/* テキスト１段ラップ */
.text-single {
    display: block;
    width: 90%;
    margin-left: 30px;
    padding: 0 50px 50px 50px;
}

/* テキスト */
.about-name {
    display: block;
    position: relative;
    text-align: left;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 2em;
    margin-top: 10px;
}

.about-name2 {
    font-size: 1.2rem;
    line-height: 2em;
}

.midashi-works {
    display: block;
    position: relative;
    text-align: left;
    font-size: 2.5rem;
    letter-spacing: 0.3em;
    line-height: 2em;
}

#komidashi-works {
    display: block;
    position: relative;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    line-height: 2em;
    margin-bottom: 30px;
}

.kenzai-title {
    display: block;
    position: relative;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.5em;
    line-height: 2.5em;
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}

.kenzai-text {
    display: block;
    position: relative;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    padding-left: 20px;
    padding-top: 5px;
}

/* 所在地などデータ部 */
.info-line {
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
    color: #333;
    text-indent: -5.5em;
    padding-left: 5.5em;
    letter-spacing: .1em;
    line-height: 2em;
}


/* 横並び画像（3枚） */
.image-row {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin-left: 30px;
    gap: 20px;
    justify-content: space-between;
}

.image-row img {
    height: 100%;
    object-fit: cover;
}

/* 縦長2枚横並び */
.image-2tate {
    flex: 1;
    display: flex;
    flex-direction: row;
    width: calc(33.333% - 13.33px);
    gap: 20px;
    justify-content: space-between;
}

/* 縦長のとなりの横長2枚横並び */
.image-2yoko {
    flex: 1;
}


/* 画像ふわっと拡大（hover） */
.zoomable {
    transition: transform 0.4s ease;
    cursor: pointer;
}

.zoomable:hover {
    transform: scale(1.05);
}

/* モーダル背景（白ベース透過） */
#modal {
    /* 最初は非表示にしておく */
    display: none;

    /* 表示されたときに flex にするのは jQuery に任せる */
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    /* ここは削除！ display: flex; は JSで制御する */
    /* flex-direction: column; なども一旦外してOK */
}



/* 拡大画像 */
#modal-img {
    position: fixed;
    top: 50px;
    /*left: 10%;*/
    height: 80%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}



#modal-arrow-L {
    position: fixed;
    top: 300px;
    left: 10%;
    width: 30px;
    cursor: pointer;
}

#modal-arrow-R {
    position: fixed;
    top: 300px;
    right: 10%;
    width: 30px;
    cursor: pointer;
}

.modal-caption {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #7B5E42;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 6px 12px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}



.concept-seat {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 0.5em;
    line-height: 2em;
    margin-left: 30px;
}

/* 下辺右端から画面いっぱいに伸びる横線 */
.concept-seat::after {
    content: "";
    position: absolute;
    bottom: -1px;
    /* 枠線の下辺とぴったり接続 */
    left: 100%;
    /* 要素の右端からスタート */
    width: calc(90vw - 100% - 0px);
    /* 画面幅から要素幅＋余白分を引く */
    height: 1px;
    background-color: #ccc;
}


/* featuredworks_grid_typeB ----------------------------------------------------------- */

.featuredworks_grid_typeB {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin-left: 30px;
    gap: 60px;
    /* アイテム間の余白 */
    justify-content: space-between;
}

/* タイトルと上罫線 */
.WORKS_title {
    display: block;
    width: 90%;
    margin-left: 30px;
    margin-top: 100px;
}

.WORKS_title-text {
    display: block;
    position: relative;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    letter-spacing: .5em;
    line-height: 2em;
}

.pdf-link {
    display: none;
}

.See-all-works-link {
    display: block;
    float: right;
    width: 180px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0;
    text-align: left;
}




/* about ----------------------------------------------------------- */
.about_block_L {
    display: flex;
    flex-direction: row;
    width: 1400px;
    margin: 0 auto;
}

.about_block_S_right {
    display: block;
    position: relative;
    padding: 0 130px 0 30px;
    width: 50%;
}

.about_block_S_left {
    display: block;
    position: relative;
    text-align: left;
    padding: 0px 0 0 50px;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2em;
    width: 50%;
}

.about_block_S_left_text {
    display: block;
    position: relative;
    text-align: left;
    padding: 0 0 0 15px;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2em;
}

#aboutTxt_SP {
    display: none;
}

#komidashi-s {
    display: block;
    position: relative;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2em;
    margin-bottom: 30px;
}

.text-studioA {
    display: block;
    width: 100%;
    margin-left: 0px;
    padding: 0 10px 10px 10px;
}

.text-studioB {
    display: block;
    width: 100%;
    margin-left: 0px;
    padding: 10px 10px 30px 10px;
}

.info-nolineA {
    padding: 4px 0;
    font-size: 1.6rem;
    color: #333;
    text-indent: -5.5em;
    padding-left: 5.5em;
    letter-spacing: .1em;
    line-height: 1.2em;
}

.info-nolineB {
    padding: 4px 0;
    font-size: 1.6rem;
    color: #333;
    padding-left: 85px;
    letter-spacing: .1em;
    line-height: 1.2em;
}


/* テキストブロック横並び */
.text-pair-about {
    display: flex;
    flex-direction: row;
    width: 1400px;
    margin: 0 auto;
    padding: 0 50px 0 50px;
    gap: 50px;
    justify-content: space-between;
}

.text-pair-about-allworks {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
    padding: 0 50px 0 50px;
    gap: 200px;
    justify-content: space-between;
}


#text-block-about_left {
    width: 27%;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2em;
    margin: 0;
}

.text-block-about_right {
    width: 73%;
    font-size: 1.6rem;
    letter-spacing: .1em;
}

.text-block-about_left2 {
    width: 50%;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2em;
}

.text-block-about_right2 {
    width: 50%;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2em;
}

.text-block-about_left3 {
    position: relative;
    flex: 1;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2em;
}

.text-block-about_right3 {
    position: relative;
    flex: 1;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2em;
}

.MEKAKUSHI {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}



/* 経歴文字セット */
.timeline {
    list-style: none;
}

.timeline > li {
    margin-bottom: 60px;
}

.info-nolineC {
    font-size: 1.4rem;
    color: #666;
    font-family: Sans-serif;
    padding-top: 3px;
    padding-left: 5px;
}


.list-3 {
    list-style-type: none;
}

.list-3 li {
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: .3em;
}

.list-3 li::before {
    display: inline-block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #191970;
    border-left: 2px solid #191970;
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
}

.list-3-subtext {
    font-family: sans-serif;
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 1.4rem;
    color: #666;
    letter-spacing: .2em;
    line-height: 1.5em;
}


.read-more {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.container-1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    /* text-single1400 と同じ余白 */
    box-sizing: border-box;
}

#SP_BLOCK {
    position: relative;
    display: none;
}

#SP_BLOCK_allWorks {
    display: block;
}

#SP_BLOCK_allWorks_hide {
    display: none;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 2em;
    list-style: none;
    /* リストの黒丸（・）を非表示に */
    margin: 0;
    /* ブラウザ標準の余白をリセット */
    padding-left: 20px;
    padding-top: 5px;
}



#btn_readmore {
    display: block;
    position: relative;
    width: 180px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #000;
    cursor: pointer;
}


/* テキスト１段ラップw1400 */
.text-single1400 {
    display: block;
    position: relative;
    width: 1400px;
    margin: 0 auto;
    padding: 0 50px 30px 50px;
}

.allWorks-title {
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.5em;
    line-height: 2.5em;
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}

.allWorks-text {
    display: block;
    position: relative;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2em;
    list-style: none;
    /* リストの黒丸（・）を非表示に */
    margin: 0;
    /* ブラウザ標準の余白をリセット */
    padding-left: 20px;
    padding-top: 5px;
}

.allWorks_text_added {
    display: none;
    position: relative;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2em;
    list-style: none;
    /* リストの黒丸（・）を非表示に */
    margin: 0;
    /* ブラウザ標準の余白をリセット */
    padding-left: 20px;
    padding-top: 5px;
}

.work-detail {
    font-size: 0.9em;
    color: #666;
    font-family: sans-serif;
}



/* サイトマップ */
.sitemap {
    max-width: 300px;
    margin-left: auto;
    /* 左側を押し出す */
    margin-right: 100px;
    /* 右側に余白を作る */
    padding: 60px 20px;
}

.sitemap-img {
    text-align: center;
    margin-bottom: 5px;
}

.sitemap-title {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}

.sitemap-list {
    list-style: none;
    padding: 0;
    margin: 0;
    letter-spacing: 0.2em;
}

.sitemap-list > li {
    margin-bottom: 24px;
}

.sitemap-list a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    transition: border-color 0.3s ease;
}

.sitemap-list a:hover {
    border-color: #999;
}

.en {
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-size: 1.4em;
}

.jp {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.2em;
    color: #666;
}

.works-sublist {
    list-style: none;
    padding-left: 20px;
    margin-top: 12px;
}

.works-sublist li {
    margin-bottom: 8px;
}

.works-sublist a {
    font-size: 1.2em;
    color: #444;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

.works-sublist a:hover {
    border-bottom-color: #999;
}



/*コンタクトフォーム*/

/* ===== リセット ===== */
input,
select,
textarea {
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* ===== フォーム全体 ===== */
.contact-form {
    max-width: 700px;
    margin: 80px auto;
    font-family: "Helvetica Neue", "Arial", sans-serif, "Yu Mincho", "Hiragino Mincho ProN", serif;
    color: #333;
}

/* タイトル */
.contact-form h2 {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-family: "Helvetica Neue", "Arial", sans-serif;
}

/* 説明文 */
.form-intro {
    text-align: center;
    font-size: 0.9em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 40px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* ===== ラベルと入力欄 ===== */
.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-size: 0.9em;
    margin-bottom: 6px;
    color: #555;
    letter-spacing: 0.03em;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* 入力欄（下線のみ） */
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 12px;
    border-bottom: 1px solid #ccc;
    font-size: 0.95em;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    transition: border-color 0.3s ease;
}

/* お名前欄だけ高さを少し増やす */
#name {
    padding: 18px 12px;
}

/* フォーカス時の演出 */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-bottom: 1px solid #333;
}

/* プレースホルダー */
::placeholder {
    color: #999;
    font-size: 0.9em;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    opacity: 0.8;
}

/* エラーメッセージ */
.error-message {
    font-size: 0.85em;
    color: #c00;
    margin-top: 4px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    display: block;
}

/* 送信ボタン */
.form-submit {
    text-align: center;
    margin-top: 40px;
}

.form-submit button {
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 0.95em;
    padding: 12px 36px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: "Helvetica Neue", "Arial", sans-serif;
}

.form-submit button:hover {
    background-color: #555;
    transform: translateY(-2px);
}

.form-actions {
  text-align: center;       /* ボタンを中央寄せ */
  margin-top: 40px;
}

.submit-btn {
  display: inline-block;
  background-color: #333;   /* 背景色 */
  color: #fff;              /* 文字色 */
  font-size: 0.95em;        /* 少し小さめの文字サイズ */
  padding: 12px 36px;       /* 横幅広め */
  border: none;
  border-radius: 4px;       /* 角丸を残す */
  cursor: pointer;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.submit-btn:hover {
  background-color: #555;   /* ホバー時の色 */
  transform: translateY(-2px); /* 少し浮き上がる */
}




/* 成功メッセージ */
.form-success {
    text-align: center;
    margin-top: 20px;
    font-size: 1em;
    color: #2a7a2a;
    opacity: 0;
    transition: opacity 1.5s ease;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.form-success.show {
    opacity: 1;
}

/* プライバシーポリシー */
.privacy-policy {
    margin-top: 60px;
    padding: 30px;
    border-top: 1px solid #ccc;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    /* Contact formと同じ */
    color: #555;
    /* Contact formと同じ */
    line-height: 1.8;
}

.privacy-policy h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    /* Contact formのh2と同じ軽めのウェイト */
    letter-spacing: 0.2em;
    font-family: "Helvetica Neue", "Arial", sans-serif;
}

.privacy-policy h4 {
    font-size: 0.95em;
    /* ラベルと同じくらいのサイズ */
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 400;
}

.privacy-policy p,
.privacy-policy ul {
    font-size: 0.9em;
    /* form-introやラベルと同じ */
    margin-bottom: 15px;
}










/* ----------------------------------------------------------------- */
/* COM:フォーム */

input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 1px solid #DCDCDC;
    background: none transparent;
    vertical-align: middle;
    padding: 5px;
}

textarea {
    width: 100%;
    border-style: none;
    padding: 10px;
    font-size: 1.6rem;
}

button {
    display: block;
    position: relative;
    color: var(--namecol-white);
    background-color: var(--color1);
    border-radius: 6px;
    /*box-shadow: 0 4px rgba(0,0,0,.2);*/
    border-style: none;
    font-size: 1.6rem;
}


/*------------------------------------------------------------
sub
------------------------------------------------------------*/
/* COM:サブスタイル */

.text_red {
    color: var(--color7);
}

.pcbr {
    display: block;
}

.myClear_0 {
    display: block;
    clear: both;
    width: 100%;
    height: 0px;
    background-color: transparent;
}

.myClear_5 {
    display: block;
    clear: both;
    width: 100%;
    height: 5px;
    background-color: transparent;
}

.myClear_10 {
    display: block;
    clear: both;
    width: 100%;
    height: 10px;
    background-color: transparent;
}

.myClear_15 {
    display: block;
    clear: both;
    width: 100%;
    height: 15px;
    background-color: transparent;
}

.myClear_20 {
    display: block;
    clear: both;
    width: 100%;
    height: 20px;
    background-color: transparent;
}

.myClear_25 {
    display: block;
    clear: both;
    width: 100%;
    height: 25px;
    background-color: transparent;
}

.myClear_30 {
    display: block;
    clear: both;
    width: 100%;
    height: 30px;
    background-color: transparent;
}

.myClear_35 {
    display: block;
    clear: both;
    width: 100%;
    height: 35px;
    background-color: transparent;
}

.myClear_40 {
    display: block;
    clear: both;
    width: 100%;
    height: 40px;
    background-color: transparent;
}

.myClear_50 {
    display: block;
    clear: both;
    width: 100%;
    height: 50px;
    background-color: transparent;
}

.myClear_60 {
    display: block;
    clear: both;
    width: 100%;
    height: 60px;
    background-color: transparent;
}

.myClear_70 {
    display: block;
    clear: both;
    width: 100%;
    height: 70px;
    background-color: transparent;
}

.myClear_80 {
    display: block;
    clear: both;
    width: 100%;
    height: 80px;
    background-color: transparent;
}

.myClear_90 {
    display: block;
    clear: both;
    width: 100%;
    height: 90px;
    background-color: transparent;
}

.myClear_100 {
    display: block;
    clear: both;
    width: 100%;
    height: 100px;
    background-color: transparent;
}

.myClear_150 {
    display: block;
    clear: both;
    width: 100%;
    height: 150px;
    background-color: transparent;
}

.myClear_200 {
    display: block;
    clear: both;
    width: 100%;
    height: 200px;
    background-color: transparent;
}

.myClear_250 {
    display: block;
    clear: both;
    width: 100%;
    height: 250px;
    background-color: transparent;
}

.myClear_500 {
    display: block;
    clear: both;
    width: 100%;
    height: 500px;
    background-color: transparent;
}

.hiddenClear_5 {
    display: none;
    clear: both;
    width: 100%;
    height: 5px;
    background-color: transparent;
}

.hiddenClear_10 {
    display: none;
    clear: both;
    width: 100%;
    height: 10px;
    background-color: transparent;
}



.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearFix {
    min-height: 1px;
}




#resp_0 {
    display: block;
}

#resp_1 {
    display: none;
}

#resp_2 {
    display: block;
}




/* COM:レスポンシブ */
/* PC */
@media(min-width:960px) {
    .timeline > li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .timeline-date {
        width: 110px;
        float: left;
        margin-top: 20px;
    }

    .timeline-content {
        width: 80%;
        float: left;
        border-left: 3px #e5e5d1 solid;
        padding-left: 30px;
        padding-top: 17px;
        letter-spacing: .1em;
    }

    .timeline-content:before {
        content: "";
        width: 12px;
        height: 12px;
        background: #191970;
        position: absolute;
        left: 106px;
        top: 24px;
        border-radius: 100%;
    }
}


/* COM:タブレット */
@media(max-width:1300px) {

    /*.spacer100 {
        display: none;
    }*/

    .philosophy_block_S_right_text {

        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 1.6em;
    }

    .aboutme_block_S_left_text {
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 1.6em;
    }


    #footer_companyname {
        display: block;
        position: relative;
        width: 280px;
        margin: 0 auto;
    }

    #footer_companyname2 {
        display: block;
        position: relative;
        width: 200px;
        margin: 0 auto;
        margin-top: 5px;
    }

    #footer_companynameadd {
        display: block;
        position: relative;
        width: 100%;
        font-size: 1.0rem;
        text-align: center;
        padding: 0 60px 0 40px;
        padding-bottom: 30px;
        letter-spacing: 0;
        margin-top: 10px;
    }

    #footer_arr {
        display: block;
        position: absolute;
        width: 10px;
        right: 5px;
        bottom: 100px;
    }

}



@media(max-width:959px) {

    .philosophy_block_L {
        display: flex;
        margin-top: 100px;
        flex-direction: column;
    }

    .philosophy_block_S_left {
        width: 100%;
    }

    .philosophy_block_S_right {
        width: 100%;
        padding: 0 60px 0 30px;
    }

    #top_midashi {
        font-size: 2.0rem;
        padding: 0 50px 0 20px;
        letter-spacing: 0;
    }

    .pcbr {
        display: none;
    }


    .aboutme_block_L {
        display: flex;
        margin-top: 100px;
        flex-direction: column;
    }

    .aboutme_block_S_right {
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

    .aboutme_block_S_left {
        width: 100%;
        padding: 0 60px 0 30px;
    }

    #aboutTxt_SP {
        display: block;
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 1.6em;
        width: 100%;
        padding: 0 60px 0 30px;
    }






    /* add taka about */
    .about_block_S_right {
        width: 100%;
        padding: 0;
    }


    .about_block_L {
        flex-direction: column;
        width: 100%;
    }

    #text-block-about_left {
        width: 80%;
        margin: 0 auto;
    }

    .text-pair-about {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 50px;
        padding: 0;
    }

    .text-block-about_right {
        width: 100%;
        padding: 0 30px 0 0;
    }

    .text-block-about_left2 {
        width: 100%;
        padding: 0 30px 0 0;
    }

    .text-block-about_right2 {
        width: 100%;
        padding: 0 30px 0 0;
    }

    .list-3 li::before {
        display: none;
    }

    .text-single1400 {
        width: 100%;
        padding: 0 30px 0 0;
    }

    .list-3-subtext {
        padding-bottom: 20px;
    }


    .read-more {
        display: none;
    }

    #SP_BLOCK {
        display: block;
    }

    #SP_BLOCK_allWorks {
        display: block;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        line-height: 2em;
        list-style: none;
        /* リストの黒丸（・）を非表示に */
        margin: 0;
        /* ブラウザ標準の余白をリセット */
        padding-left: 20px;
        padding-top: 5px;
        padding-right: 40px;
    }

    #SP_BLOCK_allWorks_hide {
        display: none;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        line-height: 2em;
        list-style: none;
        /* リストの黒丸（・）を非表示に */
        margin: 0;
        /* ブラウザ標準の余白をリセット */
        padding-left: 20px;
        padding-top: 5px;
        padding-right: 40px;
    }













    /* SP：1つずつ縦並び */
    .featuredworks_photo {
        width: 100%;
    }


    /* works-page */

    .text-pair {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin-left: 10%;
        padding: 0 0 0px 0px;
        gap: 30px;
        justify-content: space-between;
    }

    .text-block_left {
        width: 100%;
        font-size: 1.6rem;
        letter-spacing: 0em;
        line-height: 2em;
    }

    .text-block_right {
        width: 100%;
    }

    .text-single {
        display: block;
        width: 100%;
        margin-left: 0px;
        padding: 0 40px 50px 35px;
    }

    .image-row {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 0px;
        gap: 20px;
        justify-content: space-between;
    }

    .image-2tate {
        flex: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
        justify-content: space-between;
    }

    .concept-seat {
        position: relative;
        display: inline-block;
        padding: 4px 12px;
        border-bottom: 1px solid #ccc;
        color: #000;
        font-weight: bold;
        font-size: 1.2rem;
        margin-left: 10px;
    }

    .WORKS_title {
        display: block;
        width: 100%;
        margin-left: 0px;
        margin-top: 100px;
    }

    .WORKS_title-text {
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        letter-spacing: .1em;
        margin-top: 30px;
        margin-right: 30px;
        border-top: 1px solid #ccc;
        line-height: 2em;
    }

    .featuredworks_grid_typeB {
        display: flex;
        flex-direction: column;
        width: 89%;
        margin-left: 15px;
        margin-top: 100px;
        gap: 100px;
        /* アイテム間の余白 */
        justify-content: space-between;
    }

    .zoomable {
        transition: transform 0.4s ease;
        cursor: default;
    }


}







/* スマホ */
@media(max-width:599px) {

    #tateline {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        width: 20px;
        height: 100%;
        border-left: 2px solid var(--namecol-blue);
        z-index: 2000;
    }

    #tateline_white {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 100%;
        border-left: 2px solid var(--namecol-white);
        z-index: 2001;
    }

    #tab_top {
        display: block;
        position: fixed;
        right: 0;
        top: 10px;
        width: 35px;
        z-index: 2001;
    }

    #tab_works {
        display: block;
        position: fixed;
        right: 0;
        top: 10px;
        width: 35px;
        z-index: 2001;
    }

    #tab_about {
        display: block;
        position: fixed;
        right: 0;
        top: 10px;
        width: 35px;
        z-index: 2001;
    }

    #tab_contact {
        display: block;
        position: fixed;
        right: 0;
        top: 10px;
        width: 35px;
        z-index: 2001;
    }


    #menu_humberger {
        width: 45px;
        height: 45px;
        top: 20px;
        right: 40px;
    }

    #menu_contact {
        display: none;
        width: 30px;
        height: 30px;
        top: 60px;
        right: 40px;
    }

    #menu_instagram {
        display: none;
        width: 30px;
        height: 30px;
        top: 100px;
        right: 40px;
    }


    .text-block_right {
        display: none;
    }

    .text-single {
        display: none;
    }

    .text-block_right_599 {
        display: block;
        width: 100%;
        margin-left: 0px;
        padding: 50px 40px 30px 35px;
    }

    .text-single_599 {
        display: block;
        width: 100%;
        margin-left: 0px;
        padding: 0 40px 0px 35px;
    }

    .spacer30_599 {
        display: block;
        position: relative;
        width: 100%;
        height: 30px;
    }

    .concept_pdf {
        display: none;
    }

    .pdf-link {
        display: block;
        float: right;
        width: 240px;
        margin-left: 30px;
        margin-right: 50px;
        padding: 0;
        text-align: left;
    }





    /*サイトマップ用*/
    .sitemap {
        width: 100%;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .sitemap-title {
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 32px;
        line-height: 1.3em;
    }

    .sitemap-list {
        padding: 0;
        margin: 0;
    }

    .sitemap-list > li {
        margin-bottom: 10px;
    }

    .sitemap-list a {
        display: flex;
        flex-direction: column;
        /* 英語と日本語を縦並びに */
        align-items: flex-start;
        text-decoration: none;
        border-bottom: none;
        /* ボーダーを消す */
        line-height: 1.2;
        /* 行間を詰める */
        padding-bottom: 8px;
    }

    .en {
        font-family: "Helvetica Neue", "Arial", sans-serif;
        font-size: 1.3em;
        margin-bottom: 4px;
        line-height: 1.3em;
    }

    .jp {
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 1.1em;
        color: #666;
        line-height: 0.9em;
    }

    .works-sublist {
        list-style: none;
        padding-left: 0;
        margin-top: 8px;
    }

    .works-sublist li {
        margin-bottom: 6px;
    }

    .works-sublist a {
        font-size: 1.1em;
        color: #444;
        text-decoration: none;
        border-bottom: none;
        /* 点線も消す */
        padding-left: 12px;
        position: relative;
        line-height: 0.8;
    }

    .works-sublist a::before {
        content: "・";
        position: absolute;
        left: 0;
        color: #999;
    }


    /*コンタクトフォーム用*/

    .contact-form {
        margin: 40px 10px;
        padding: 20px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 0.9em;
        padding: 10px 10px;
    }

    .form-submit button {
        width: 100%;
        padding: 14px;
    }


}