@charset "UTF-8";
/*
Theme Name: My portfolio
Author: M.Kawamura
*/

/*====================================*/
/* base contents */
/*====================================*/
html {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .1em;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    color: #1C1C1C;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-break: break-all;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    background-color: #e3dbd0;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* ----pc,sp/on_off---- */
.pc {
    display: none;
}

.tb {
    display: none;
}

.sp {
    display: block;
}

@media screen and (min-width: 768px) {
    .tb {
        display: block;
    }

    .sp {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .pc {
        display: block;
    }

    .tb {
        display: none;
    }
}

/* ----contents-text-align---- */
.ta-C {
    text-align: center;
}

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

.ta-L {
    text-align: left;
}

.vertical {
    writing-mode: vertical-rl;
}

/* ----padding-bottoms---- */
.pt-S {
    padding-top: 1rem;
}

.pt-M {
    padding-top: 2rem;
}

.pt-L {
    padding-top: 3rem;
}

/* ----padding-bottoms---- */
.pb-S {
    padding-bottom: 1rem;
}

.pb-M {
    padding-bottom: 2rem;
}

.pb-L {
    padding-bottom: 3rem;
}

/* ----padding-left---- */
.pl-S {
    padding-left: 1rem;
}

.pl-M {
    padding-left: 2rem;
}

.pl-L {
    padding-left: 3rem;
}

/* ----padding-right---- */
.pr-S {
    padding-right: 1rem;
}

.pr-M {
    padding-right: 2rem;
}

.pr-L {
    padding-right: 3rem;
}

/* ----padding-top-bottom--- */
.ptb-S {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ptb-M {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.ptb-L {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* ----padding-left-right--- */
.plr-S {
    padding-left: 1rem;
    padding-right: 1rem;
}

.plr-M {
    padding-left: 2rem;
    padding-right: 2rem;
}

.plr-L {
    padding-left: 3rem;
    padding-right: 3rem;
}

/* ----margin-bottoms---- */
.mb-XXS {
    margin-bottom: .2rem;
}

.mb-XS {
    margin-bottom: .5rem;
}

.mb-S {
    margin-bottom: 1rem;
}

.mb-M {
    margin-bottom: 2rem;
}

.mb-L {
    margin-bottom: 3rem;
}

/* ----margin-tops---- */
.mt-S {
    margin-top: 1rem;
}

.mt-M {
    margin-top: 2rem;
}

.mt-L {
    margin-top: 3rem;
}

.mt-XL {
    margin-top: 4rem;
}

.mt-XXL {
    margin-top: 5rem;
}

.mt--XL {
    margin-top: -4.5rem;
}

.sec-mg {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.inr-mg {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* ----margin-left---- */
.ml-S {
    margin-left: 1rem;
}

.ml-M {
    margin-left: 2rem;
}

.ml-L {
    margin-left: 3rem;
}

.ml-A {
    margin-left: auto;
}

/* ----margin-right---- */
.mr-S {
    margin-right: 1rem;
}

.mr-M {
    margin-right: 2rem;
}

.mr-L {
    margin-right: 3rem;
}

.mr-A {
    margin-right: auto;
}


/* ----color---- */
.color-1 {
    color: #1C1C1C;
}

.color-2 {
    color: #fff;
}

.color-3 {
    color: #f1ede8;
}

.color-4 {
    color: #e3dbd0;
}

.color-5 {
    color: #d7c6af;
}

.color-6 {
    color: #f27520;
}

.color-7 {
    color: #f7f7f7;
}

.color-8 {
    color: #cec6bb;
}

/* ----bg-color---- */
.bg-c_1 {
    background-color: #1C1C1C;
}

.bg-c_2 {
    background-color: #fff;
}

.bg-c_3 {
    background-color: #f1ede8;
}

.bg-c_4 {
    background-color: #e3dbd0;
}

.bg-c_5 {
    background-color: #d7c6af;
}

.bg-c_6 {
    background-color: #f27520;
}

.bg-c_7 {
    background-color: #f7f7f7;
}

.bg-c_8 {
    background-color: #cec6bb;
}

/* ---- display ---- */
.display-block {
    display: block;
}

.display-none {
    display: none;
}

.display-inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

/* ----inner---- */
.inner {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.cnt-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.list-inner {
    padding-left: .4rem;
    padding-right: 1rem;
}

/*====================================*/
/* common contents */
/*====================================*/
/* ----title---- */
.ttl-S,
.ttl-M,
.ttl-L {
    line-height: 1.5;
    letter-spacing: .1em;
}

.ttl-S {
    font-size: 1.1rem;
}

.ttl-M {
    font-size: 1.3rem;
}

.ttl-L {
    font-size: 1.5rem;
}

.ttl-XL {
    font-size: 2rem;
}

.ttl-XXL {
    font-size: 2.2rem;
    letter-spacing: 1rem;
}

.sec-ttl {
    position: relative;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
}

.sec-ttl::before {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: "sofia-pro", sans-serif;
    font-weight: 100;
    z-index: 999;
}

.sec-ttl-bg {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 50%;
    width: 255px;
    height: 37px;
    top: -30px;
    transform: translate(-50%, 0%);
}

#top-works .sec-ttl-bg {
    background: url(./img/title_bage.png) no-repeat center;
}

#top-about .sec-ttl-bg {
    background: url(./img/title_bage02.png) no-repeat center;
}

#single .sec-ttl-bg {
    background: url(./img/title_white.png) no-repeat center;
}

#top-works .sec-ttl {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 100;
}

#single .sec-ttl {
    position: relative;
    top: -3rem;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 100;
}

#top-works .sec-ttl::before {
    color: #d7c6af;
    content: 'WORKS';
}

#top-about .sec-ttl::before {
    color: #f7f7f7;
    content: 'about';
}

.sec-ttl::after {
    content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    width: 1px;
    height: 20px;
}

/* ----text---- */
.txt-XXS,
.txt-XS,
.txt-S,
.txt-M,
.txt-L,
.txt-XL {
    line-height: 1.5;
}

.txt-XXS {
    font-size: .6rem;
}

.txt-XS {
    font-size: .75rem;
}

.txt-S {
    font-size: .85rem;
}

.txt-M {
    font-size: .9rem;
}

.txt-L {
    font-size: 1.2rem;
}

.txt-XL {
    font-size: 1.5rem;
}

.wh-now {
    white-space: nowrap;
}

/* ----text-style---- */
.bold {
    font-weight: 900;
}

.under {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.txt-bg-1 {
    background-color: #1C1C1C;
    padding: .75rem;
}

.txt-bg-2 {
    background-color: #fff;
    padding: .75rem;
}

.ltr-sp-S {
    letter-spacing: .25rem;
}

.ltr-sp-M {
    letter-spacing: .5rem;
}

.ltr-sp-L {
    letter-spacing: .75rem;
}

.line-h-XS {
    line-height: 1.5rem;
}

.line-h-S {
    line-height: 1.65rem;
}

.line-h-M {
    line-height: 1.8rem;
}

.line-h-L {
    line-height: 2rem;
}

/* ----indent---- */
.indent-S {
    display: inline-block;
    padding-left: 1rem;
    text-indent: -1rem;
}

.indent-M {
    display: inline-block;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}

.indent-L {
    display: inline-block;
    padding-left: 2rem;
    text-indent: -2rem;
}

/* ----button---- */
.opa {
    opacity: .5;
}

.hov:hover {
    opacity: .5;
    transition: all .3s;
    text-decoration: none;
}

.btn {
    display: inline-block;
    margin: 2.5rem auto 0rem;
    padding: 1.5rem 0;
    transition: all .3s;
    width: 100%;
    font-size: .9rem;
}

#top-page .btn {
    margin: 2.5rem auto 5rem;
}

#top-page footer .btn {
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .btn {
        margin-bottom: 2.5rem;
        max-width: 320px;
    }

    #top-page .btn {
        margin-bottom: 2.5rem;
    }
}

/* ----button-bg---- */
.btn-1 {
    position: relative;
    background-color: #f27520;
    border: 1px solid #f27520;
    color: #fff;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 5px;
}

.btn-2 {
    position: relative;
    background-color: #1C1C1C;
    border: 1px solid #1C1C1C;
    color: #fff;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 5px;
}

.btn-1:hover {
    background-color: white;
    border: 1px solid #f27520;
    color: #f27520;
}

.btn-2:hover {
    background-color: initial;
    border: 1px solid #1C1C1C;
    color: #1C1C1C;
}

.btn-2::after, .btn-1::after {
    position: absolute;
    top: 50%;
    right: 7%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

/* ----button-underline---- */
.btn-under {
    text-decoration: underline;
    text-underline-offset: 4px;
    position: relative;
}

.btn-under.arrow_left {
    padding-left: 1rem;
}

.btn-under.arrow_left::before {
    left: 0;
    transform: rotate(225deg);
}

.btn-line {
    display: inline-block;
    border: 1px solid #f1ede8;
    margin: 0 auto 2.5rem;
    padding: 1rem 0;
    transition: all .3s;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}

.btn-under-line {
    display: inline-block;
    position: relative;
}

.btn-under-line:before {
    background-color: #1C1C1C;
    bottom: -0.2em;
    content: "";
    display: block;
    height: 2px;
    left: 0px;
    position: absolute;
    width: 100%;
}

.btn-under-line:after {
    background-color: #f27520;
    transition: all ease-in 0.2s;
    bottom: -0.2em;
    content: "";
    display: block;
    height: 2px;
    left: 0px;
    position: absolute;
    width: 0%;
}

.btn-under-line:hover {
    color: #f27520;
    transition: all ease-in 0.2s;
}

.btn-under-line:hover:after {
    transition: all ease-in 0.2s;
    width: 100%;
}

/* ----view site btn---- */
.visit-site-btn {
    position: relative;
    padding: .5rem 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
}

.visit-site-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background: #333;
}

.visit-site-btn::before {
    animation: viewarrow 2s ease infinite;
}

@keyframes viewarrow {
    0% {
        width: 0;
        opacity: 0
    }

    20% {
        width: 0;
        opacity: 1
    }

    80% {
        width: 105%;
        opacity: 1
    }

    100% {
        width: 105%;
        opacity: 0
    }
}

.view.under-line {
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
    z-index: 100;
}

.view.under-line.on::after {
    background: linear-gradient(transparent 0%, #f27520 0%);
    bottom: 27%;
    opacity: .6;
    content: '';
    display: inline;
    height: 10px;
    left: 0;
    position: absolute;
    width: 0;
    z-index: -1;
}

.view.under-line.on::after {
    width: 100%;
    animation: under-line 1s ease both;
}

@keyframes under-line {
    0% {
        width: 0;
        transform: translate(0, 0);
    }

    100% {
        width: 100%;
        transform: translate(0, 0);
    }
}

/* ----button-border----- */
.btn-border {
    position: relative;
    padding-right: 30px;
    padding-bottom: 7px;
}

.btn-border::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.btn-border:hover::before {
    transition: all .5s;
    width: calc(100% - 15px);
}

/* ----border---- */
.border {
    border: 1px solid;
}

.border-top-W {
    border-top: #e3dbd0 1px solid;
}

.border-top-B {
    border-top: #1C1C1C 1px solid;
}

.border-bt-B {
    border-bottom: #1C1C1C 1px solid;
}

.border-bt-W {
    border-bottom: #f1ede8 1px solid;
}

.border-bt-O {
    border-bottom: #f27520 1px solid;
}

.border-line {
    padding-bottom: 1px;
    display: inline;
    background: linear-gradient(transparent 60%, rgb(242, 117, 32, .4) 0%);
}

.bd-rd {
    border-radius: 5px;
}

/* ----flexbox---- */
.flex {
    display: block;
}

.fl,
.col_2,
.col_3,
.col_2_3,
.col_2_4,
.col_3_5 {
    display: flex;
    flex-flow: row wrap;
}

.col_1,
.col_1_2 {
    display: block;
}

.col_1>* {
    display: block;
    width: 100%;
}

.col_1_2>* {
    flex-basis: 100%;
    margin-bottom: 1rem;
}

.col_right>*:last-child {
    flex-basis: calc(75% - .9rem);
}

.col_3>* {
    flex-basis: calc(100% / 3 - .8rem);
}

.col_2_3>*,
.col_2_4>* {
    flex-basis: calc(100% / 2 - .5rem);
    margin-bottom: 1rem;
}

.col_3_5>* {
    flex-basis: calc(100% / 3 - .8rem);
    margin-bottom: 1rem;
}

.cols>* {
    width: 100%;
    min-width: 0;
}

.col-25 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-50 {
    flex: 0 0 50%;
    max-width: 50%;
}


.gap_1 {
    gap: 1.5rem;
}

.gap_2 {
    gap: 2rem;
}

.gap_3 {
    gap: 3rem;
}

.fld-clm {
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .col_1_2 {
        display: flex;
        justify-content: space-between;
    }

    .col_1_2>* {
        flex-basis: calc(100% / 2 - .8rem);
        margin-bottom: 1.6rem;
    }

    .col_1_3>* {
        flex-basis: calc(100% / 2 - 1.2rem);
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .flex {
        display: flex;
    }

    .col_1_3>* {
        flex-basis: calc(100% / 3 - 1.5rem);
        margin-bottom: 0;
    }

    .col_right>*:last-child {
        flex-basis: calc(80% - .9rem);
    }

    .col_2_3>* {
        flex-basis: calc(100% / 3 - 2rem);
        margin-bottom: 0;
    }

    .col_2_4>* {
        flex-basis: calc(100% / 4 - 1.5rem);
        margin-bottom: 0;
    }

    .col_3_5>* {
        flex-basis: calc(100% / 5 - .5rem);
        margin-bottom: 0;
    }
}

.jf_fs {
    justify-content: flex-start;
}

.jf_sb {
    justify-content: space-between;
}

.jf_c {
    justify-content: center;
}

.jf_e {
    justify-content: space-evenly;
}

.jf_fe {
    justify-content: flex-end;
}

.item-c {
    align-items: center;
}

/* ----grid-layout---- */
.grid,
.grid_1_2,
.grid_1_3,
.grid_3,
.grid_4,
.grid_2_4 {
    display: grid;
}

.grid_1_2 {
    grid-template-columns: 1fr;
}

.grid_2_4 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 1rem;
}

.grid_3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

.grid_4 {
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width:600px) {
    .grid_1_2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid_1_3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid_2_4 {
        grid-template-columns: repeat(4, 1fr);
    }
}


/*====================================*/
/* page contents */
/*====================================*/

/* ----scroll-effect---- */
/* ledt */
#top-page .top-view .bg-texts.js-move.move .bg-text02,
#top-page .top-view .bg-texts.js-move.move .bg-text03 {
    opacity: 0;
    transform: translateX(-100%);
    transition: all ease-in 0.5s;
}

/* right */
#top-page .top-view .bg-texts.js-move.move .bg-text01 {
    opacity: 0;
    transform: translateX(100%);
    transition: all ease-in 0.5s;
}

/* top */
.pageIndex .mvSection.--scrolled .imgMainCharacter {
    opacity: 0;
    transform: translateY(-100%);
    transition: all ease-in 0.5s;
}

/* ----content-img-fit---- */
.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.img-bd {
    border: solid .1px #cec6bb;
}

/* -----ここからオリジナルスタイル---- */
#loding {
    background-color: #e3dbd0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    transition: all ease-out 1s;
    z-index: 1000;
}

#loding.loaded {
    opacity: 0;
    visibility: hidden;
}

#loding .loding-cnt {
    position: relative;
}

#loding .img-loading {
    left: 50%;
    position: fixed;
    top: 46%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: auto;
}

/* ----フェードインアニメーション---- */
.view.view-fix,
.view.view-slideup,
.view.view-slidedown,
.view.view-slidein-L,
.view.view-slidein-R {
    opacity: 0;
}

.view.view-fix.on {
    opacity: 1;
    animation: view-fix 1s ease both;
}

.view.view-slideup.on {
    opacity: 1;
    animation: view-slideup 1s ease both;
}

.view.view-slidedown.on {
    opacity: 1;
    animation: view-slidedown 1s ease both;
}

.view.view-slidein-L.on {
    opacity: 1;
    animation: view-slidein-L 1s ease both;
}

.view.view-slidein-R.on {
    opacity: 1;
    animation: view-slidein-R 1s ease both;
}

@keyframes view-fix {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes view-slidedown {
    0% {
        opacity: 0;
        transform: translate(0, -35px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes view-slidein-L {
    0% {
        opacity: 0;
        transform: translate(-35px, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes view-slidein-R {
    0% {
        opacity: 0;
        transform: translate(35px, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.typ {
    opacity: 0;
}

.typ span {
    opacity: 0;
}

/* フォント */
.fnt-num-b {
    font-family: "Vidaloka", serif;
    font-style: normal;
    font-weight: 700;
}

.fnt-num {
    font-family: "Vidaloka", serif;
    font-style: normal;
}

.fnt-en {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fnt-en-b {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
}

/* ----スクロールを促す---- */
.scrolldown {
    position: absolute;
    right: 7%;
    top: 1%;
    height: 100px;
}

.scrolldown span {
    position: absolute;
    left: -7px;
    bottom: 50px;
    color: #1C1C1C;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
}

.scrolldown::after {
    content: "";
    position: absolute;
    right: 2%;
    bottom: -1%;
    width: 1.2px;
    height: 44px;
    background-image: linear-gradient(-180deg, transparent, black 50%, transparent 50%, transparent);
    background-repeat: no-repeat;
    background-size: 100% 200%;
    animation-name: scroll-down;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-delay: 0.7s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
}

@keyframes scroll-down {
    0% {
        background-position: 0 100%;
    }

    50% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -100%;
    }
}

main {
    max-width: 90%;
    margin-left: auto;
}

.wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.side-nav {
    animation: animationsideNav 1s 0s ease-out 1 normal;
    background-color: #f7f7f7;
    animation-fill-mode: both;
    position: fixed;
    max-width: 144px;
    width: 10%;
    z-index: 999;
}

#top-page .side-nav {
    position: sticky;
    left: 0px;
    top: 0px;
}

#top-page .fix {
    position: fixed;
}

.side-nav-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    position: relative;
    text-align: center;
    padding: 20px 0px;
}

.logo-brand {
    display: block;
    margin-bottom: 4rem;
    width: 30px;
}

.logo-brand .logo-data-svg {
    width: 100%;
}

.logo-brand .logo-data {
    fill: #1C1C1C;
    height: auto;
    width: 100%;
}

.logo-brand:hover .logo-data {
    fill: #f27520;
    transition: all ease-out 0.2s;
}

.nav-link {
    font-family: "sofia-pro", sans-serif;
    font-size: 1.2rem;
    display: block;
    letter-spacing: 0.05em;
    margin: 0 auto 2rem;
    transition: all ease 0.1s;
    font-size: 0.7rem;
    letter-spacing: 0em;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.nav-link span {
    padding-bottom: .25rem;
    border-bottom: #1C1C1C solid 1px;
}

.nav-link:first-letter {
    font-size: 2.1rem;
}

.nav-link:hover {
    color: #f27520;
}

.nav-link:hover span {
    padding-bottom: .2rem;
    border-bottom: #f27520 solid 1px;
}

.side-nav .copyright {
    font-family: "sofia-pro", sans-serif;
    font-size: 0.4rem;
    color: #1C1C1C;
    opacity: 0.2;
    position: absolute;
    transform: translateY(-50%);
    bottom: -30px;
    left: 7px;
    line-height: 1.3;
    right: initial;
    writing-mode: horizontal-tb;
    text-align: left;
    top: initial;
    width: calc(100% - 10px);
}

.frames .bar-vertical {
    display: none;
    background-color: #f7f7f7;
    height: 8px;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 998;
}

.frames .bar-vertical:after {
    background-color: #f7f7f7;
    bottom: 0px;
    content: "";
    display: block;
    height: 8px;
    left: 0px;
    position: fixed;
    width: 100%;
    z-index: 998;
}


.frames .bar-horizontal {
    display: none;
    background-color: #f7f7f7;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 8px;
    z-index: 998;
}

.frames .bar-horizontal:after {
    background-color: #f7f7f7;
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 8px;
    z-index: 998;
}

#top-page .top-view {
    background: url(./img/main-sp.jpg) no-repeat center;
    background-size: cover;
    min-height: 667px;
    /* max-height: calc(var(--vh, 1vh) * 100); */
    position: relative;
    overflow: hidden;
}

#top-page .top-view .bg-texts .bg-text01 {
    background: url(./img/main-txt-bg.png) no-repeat left bottom;
    position: absolute;
    display: none;
    transition: all ease-in 0.3s;
}

#top-page .top-view .bg-texts .bg-text01 .fnt-jp.vertical {
    writing-mode: initial;
}

#top-page .top-view .bg-texts .bg-text02 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 5%;
    mix-blend-mode: multiply;
    bottom: -1%;
    width: calc(100% - 25%);
    font-size: .5rem;
    transition: all ease-in 0.3s;
}

#top-page .top-view .bg-texts .bg-text02 .text-concept {
    width: calc((100% - 50px) / 2);
}

#top-page .top-view .bg-texts .bg-text02>* h2 {
    margin-bottom: .7rem;
}

#top-page .top-view .bg-texts .bg-text02>* h2,
#top-page .top-view .bg-texts .bg-text02>* h3 {
    display: inline-block;
    padding: .2rem 1.5rem;
}

#top-page .top-view .bg-texts .bg-text03 {
    position: absolute;
    top: -4%;
    left: -2%;
    opacity: .04;
    max-width: 500px;
    transform: rotate(-16deg);
    transition: all ease-in 0.3s;
    display: none;
}

#top-page .top-view .title-area {
    position: absolute;
    left: 50%;
    min-width: 250px;
    top: 45%;
    transform: translate(-50%, calc(-50% - 20px));
    width: 16%;
    z-index: 100;
}

#top-page .top-view .title-area h1 {
    max-width: 80px;
    margin: 0 auto 2rem;
}

#top-page .top-view .title-area .site-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

#top-page .top-view .title-area .site-navigation .nav-mv {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 1.4rem;
    width: calc((100% - 40px) / 3);
}

#top-page .top-view .title-area .site-navigation .nav-mv::before {
    background-color: #1C1C1C;
    bottom: 0px;
    content: "";
    display: block;
    height: 1px;
    left: 0px;
    position: absolute;
    width: 100%;
}

#top-page .top-view .title-area .site-navigation .nav-mv::after {
    background-color: #f27520;
    bottom: 0px;
    content: "";
    display: block;
    height: 1px;
    left: 0px;
    position: absolute;
    width: 0%;
}

#top-page .top-view .title-area .site-navigation .nav-mv:hover {
    color: #f27520;
    transition: all ease-in 0.15s;
}

#top-page .top-view .title-area .site-navigation .nav-mv:hover::after {
    transition: all ease-in 0.15s;
    width: 100%;
}

/*====================================*/
/* info・トップページ  */
/*====================================*/
#top-info {
    position: relative;
    z-index: 999;
}

#top-info .info-cnt {
    width: 100%;
    padding: 0 1.7rem;
    box-shadow: 0 11px 38px 0 rgba(51, 51, 51, .05);
}

.news-archive-list {
    display: grid;
    gap: 1.4rem;
}

#news-list .news-archive-list {
    gap: initial;
}

.news-archive-list .news-archive>* {
    display: grid;
    gap: .4rem;
}

.news-archive-list .news-archive>*>p.sp-border-t::after {
    content: none;
}

.mt--L {
    margin-top: 0;
}

.sp-border-t,
.sp-border-y,
.sp-border-y02 {
    position: relative;
}

.sp-border-t::after {
    content: "";
    position: absolute;
    background: #1C1C1C;
    width: 1px;
    height: 14px;
    right: 0;
    top: calc(50% - 7px);
}

.sp-border-y::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: #d7c6af;
    width: 14px;
    height: 1px;
    top: 50%;
    margin-left: .5rem;
}

.sp-border-y02::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: #d7c6af;
    width: 50px;
    height: 1px;
    top: 50%;
    margin-left: 2rem;
}

/*====================================*/
/* intro・トップページ */
/*====================================*/
#top-intro {
    position: relative;
    width: 100%;
}

#top-intro .inr-mg {
    padding-top: 7rem;
    padding-bottom: 4rem;
}

#top-intro .intro-cnt {
    position: relative;
}

#top-intro .img-box {
    border-radius: 10px;
    width: 200px;
    margin-left: auto;
    overflow: hidden;
    box-shadow: rgba(51, 51, 51, 0.19) 0px 11px 38px 0px;
}

#top-intro .intro-box {
    margin-top: -6rem;
}

#top-intro .intro-box h2 {
    max-width: 200px;
}

/*====================================*/
/* works・トップページ */
/*====================================*/
#top-works .works-cnt-wrap {
    background-image: none;
    background-attachment: initial;
}

#top-works {
    position: relative;
    padding-top: 3rem;
    margin-top: -3rem;
}

#top-works .works-slide-cnt {
    position: relative;
}

.works-slide-cnt .tag-area {
    height: 100%;
    min-width: 270px;
    width: 100%;
    top: 0px;
    padding-top: 1.5rem;
}

.works-slide-cnt .tag-area .ttl-tags img {
    vertical-align: middle;
}

.works-slide-cnt .tag-area ul .tags-parts {
    margin: 0 1.2rem 1.2rem 0;
}

.hash-btn {
    background: url(./img/icon-hash-black.svg) no-repeat top 4px left;
    display: inline-block;
    padding-left: 25px;
    position: relative;
    line-height: 1.5;
}

.arrow-btn {
    background: url(./img/arrow_spiral_black.png) no-repeat top 5px left;
    display: inline-block;
    font-weight: bold;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

.category-icon::before {
    display: inline-block;
    padding-left: 40px;
    background: url(./img/icon-hash-black.svg) no-repeat left;
    content: "";
    height: 25px;
    vertical-align: middle;
    width: 25px;
}

.arrow-pencil,
.arrow-pencil-w {
    position: relative;
    padding: .5rem 0;
}

.arrow-pencil::before {
    display: inline-block;
    padding-left: 2.5rem;
    background: url(./img/arrow-pencil.svg) no-repeat left;
    content: "";
    vertical-align: baseline;
    height: 9px;
    width: 26px;
}

.arrow-pencil-w::before {
    display: inline-block;
    padding-left: 2.4rem;
    background: url(./img/arrow-pencil-w.svg) no-repeat left;
    content: "";
    vertical-align: baseline;
    height: 9px;
    width: 26px;
}

.arrow-btn::before,
.arrow-pencil::after {
    position: absolute;
    background-color: #1C1C1C;
    bottom: -.2rem;
    content: "";
    display: block;
    height: 1px;
    left: 35px;
    width: 0%;
}

.arrow-btn:hover:before,
.arrow-pencil:hover::after {
    transition: all ease-in 0.2s;
    width: calc(100% - 35px);
}

#top-works .works-cnt .works-links-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    background-color: #f1ede8;
}

@keyframes animationLineFall {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(200%);
    }
}

#top-works .works-links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-top: 5.5rem;
}

#top-works .works-links .thumb-area {
    z-index: 1;
    height: 30rem;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 11px 38px 0 rgba(51, 51, 51, .3);
}

#top-works .works-links .thumb-area img {
    transition-duration: .7s;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

#top-works .works-links .thumb-area:hover img {
    transform: scale(1.1);
    transition-duration: .7s;
}

#top-works .works-links .w-btn .update-date-area {
    display: none;
    left: 50%;
    padding-right: 0;
    position: absolute;
    top: 30%;
    transform: translate(-50%);
    z-index: 100;
    color: #1C1C1C;
    white-space: nowrap;
}

#top-works .works-links .w-btn .update-date-area .title-recent {
    display: block;
    font-size: 1.5rem;
    padding-bottom: 1rem;
    text-align: center;
}

#top-works .works-links .w-btn .update-date-area .day {
    border-top: #1C1C1C 1px solid;
    font-size: 2.5rem;
    line-height: 1.2;
    padding-top: 15px;
    display: block;
}

#top-works .works-links .thumb-area .work-info-ttl {
    position: relative;
    z-index: 100;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 0px);
    background-color: rgba(8, 8, 8, 0.4);
    border-radius: 50px 0 0 0;
}

#top-works .works-links .works-list {
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: initial;
}

#top-works .works-links .works-list .work-parts {
    width: calc(100% - 2rem);
    margin: auto;
}

/* ページネーションのサイズと色 */
#top-works .work-area-bottom {
    display: block;
    background-color: transparent;
    width: 100%;
}

#top-works .work-area-bottom .swiper-pagination {
    position: relative;
    text-align: center;
    top: 50%;
    z-index: 100;
}

#top-works .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    cursor: pointer;
}

#top-works .work-area-bottom .swiper-pagination-bullet {
    background: transparent url("./img/icon-indicator.png") no-repeat center;
    background-size: auto auto;
    border-radius: 0%;
    height: 15px;
    margin-right: 1rem;
    opacity: 1;
    width: 15px;
}

#top-works .work-area-bottom .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent url("./img/icon-indicator-current.png") no-repeat center;
    height: 15px;
    width: 15px;
}

#top-works .works-list.swiper-wrapper {
    transition-timing-function: linear;
}

#top-works .works-links .work-area-bottom .btn {
    width: 100%;
}

/*====================================*/
/* between・トップページ */
/*====================================*/
#top-greeting {
    position: relative;
    background: url(./img/bg-greeting.png) #0c0c0c no-repeat center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    padding-top: 5.5rem;
    padding-bottom: 6rem;
}

#top-greeting img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
}

#top-greeting .skill-txt {
    position: relative;
    z-index: 2;
    max-width: 500px;
    text-align: center;
    margin: auto;
    line-height: 2.5rem;
    font-size: 1rem;
}

#top-greeting .skill-txt .btn.btn-1 {
    line-height: initial;
}

/*====================================*/
/* about・トップページ */
/*====================================*/
#top-about {
    position: relative;
    padding-top: 3rem;
    margin-top: -3rem;
}

#top-about .inner {
    max-width: 1100px;
    position: relative;
    background-image: none;
}

#top-about .skill-ttl {
    font-family: "Vidaloka", serif;
    color: #f1ede8;
    font-size: 3.5rem;
    line-height: 0.7;
    opacity: 0.3;
    left: 0px;
    position: relative;
    text-align: center;
    margin: 3.5rem 0 0;
    width: 100%;
}

#top-about .skill-list {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    display: block;
    overflow: hidden;
}

#top-about .skill-list .skill-img-area {
    display: block;
    overflow: hidden;
    width: 100%;
}

#top-about .skill-list .skill-img-area .skill-img-circle {
    border-radius: 200px;
    height: 240px;
    margin: 0 auto;
    width: 240px;
    position: relative;
}

#top-about .skill-list .skill-img-area .skill-img-circle::before {
    content: "";
    position: absolute;
    left: 54px;
    width: 35px;
    height: 28px;
    bottom: -2px;
    background: #f7f7f7;
    border-radius: 50%;
}

#top-about .skill-list .skill-img-area .skill-img-circle::after {
    content: "";
    position: absolute;
    left: 75px;
    width: 16px;
    height: 12px;
    bottom: -20px;
    background: #f7f7f7;
    border-radius: 50%;
}

#top-about .skill-list .skill-img-area .skill-img-circle .img-create {
    height: auto;
    position: absolute;
    top: 0%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
}

#top-about .skill-list .skill-cnt {
    width: 100%;
}

#top-about .skill-list .skill-img-area .skill-img-circle .create--01 {
    animation: animationServiceImgSwicth 15s 0s ease-out infinite normal;
    animation-fill-mode: both;
}

#top-about .skill-list .skill-img-area .skill-img-circle .create--02 {
    animation: animationServiceImgSwicth 15s 3s ease-out infinite normal;
    animation-fill-mode: both;
}

#top-about .skill-list .skill-img-area .skill-img-circle .create--03 {
    animation: animationServiceImgSwicth 15s 6s ease-out infinite normal;
    animation-fill-mode: both;
}

#top-about .skill-list .skill-img-area .skill-img-circle .create--04 {
    animation: animationServiceImgSwicth 15s 9s ease-out infinite normal;
    animation-fill-mode: both;
}

#top-about .skill-list .skill-img-area .skill-img-circle .create--05 {
    animation: animationServiceImgSwicth 15s 12s ease-out infinite normal;
    animation-fill-mode: both;
}

@keyframes animationServiceImgSwicth {
    0% {
        opacity: 0;
        transform: translate(-50%, 0%);
    }

    3% {
        opacity: 1;
        transform: translate(-50%, 0%);
    }

    15% {
        opacity: 1;
        transform: translate(-50%, 0%);
    }

    17% {
        opacity: 0;
    }

    20% {
        transform: translate(-50%, -10%);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -10%);
    }
}

#top-about .skill-list .skill-img-area .txt-area {
    color: #1C1C1C;
    line-height: 1.3;
    margin: 1.5rem 0 2rem;
    /* 左右幅調整用 */
    padding: 0px 2rem;
}

#top-about .skill-list .skill-img-area .txt-area p {
    text-align: center;
}

#top-about .skill-list .skill-img-area .txt-area p.fnt-en {
    font-size: 0.8rem;
    letter-spacing: 0;
}

#top-about .skill-list .skill-cnt a {
    border-bottom: #f1ede8 1px solid;
    display: block;
}

#top-about .skill-list .skill-cnt--01,
#top-about .skill-list .skill-cnt--05 {
    display: block;
    margin: 0 auto;
}

#top-about .skill-list .skill-cnt--03 {
    margin: auto;
}

#top-about .skill-list .skill-cnt--04,
#top-about .skill-list .btn-area {
    display: block;
}

#top-about .skill-list .skill-cnt .skill-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 1.7rem 0 .6rem;
    width: 100%;
}

#top-about .skill-list .skill-cnt:hover .skill-link {
    color: #f27520;
    transition: all 0.15s ease-in;
}

#top-about .skill-list .skill-cnt .skill-link .num-area {
    color: #cec6bb;
    font-size: .7rem;
    line-height: 1rem;
    padding-right: 20px;
    white-space: nowrap;
}

#top-about .skill-list .skill-cnt .skill-link .num-area .num {
    display: block;
    font-size: 2.5rem;
    line-height: 3rem;
}

#top-about .skill-list .skill-cnt .skill-link .skill-name .name-en {
    font-family: "sofia-pro", sans-serif;
    font-weight: 100;
    display: block;
}

/*====================================*/
/* cv-box */
/*====================================*/
#cv-box .sec-ttl-bg {
    position: absolute;
    display: inline-block;
    background: url(./img/title_white.png) no-repeat center;
    text-align: center;
    z-index: 1;
}

#cv-box .sec-ttl::before {
    color: #d7c6af;
    content: 'CONTACT';
}

#cv-box .cv-cnt .btn.btn-2 {
    max-width: 960px;
    background-color: #f27520;
    border: 1px solid #f27520;
    margin-bottom: 1.5rem;
}

#cv-box .cv-cnt .btn.btn-2:hover {
    background-color: #fff;
    color: #f27520;
}

/*====================================*/
/* footer  */
/*====================================*/
footer {
    max-width: calc(100% - 10%);
    margin-left: auto;
    background-color: #1C1C1C;
}

.ft-cnt-logo h3 {
    max-width: 150px;
    margin: auto;
}

footer .btn.btn-2 {
    margin: initial;
    max-width: 960px;
    width: 90%;
}

.ft-cnt-btn li {
    margin-bottom: .1rem;
}

.ft-cnt-btn li:first-child {
    border-radius: 5px 5px 0 0;
}

.ft-cnt-btn li:last-child {
    border-radius: 0 0 5px 5px;
}

.ft-cnt-btn li a {
    display: inline-block;
    width: 100%;
}

.ft-cnt-btn li h3 {
    position: relative;
}

.ft-cnt-btn li h3::after {
    content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    width: 1px;
    height: 20px;
}

.fr-cnt {
    padding-top: 2rem;
}

.ft-cnt-nav {
    position: relative;
}

.contact.btn-line:hover {
    background-color: #f1ede8;
    color: #1C1C1C;
}

.contact::before {
    content: "";
    position: absolute;
    background: url('data:image/svg+xml;utf-8,<svg fill="%23f1ede8" xmlns="http://www.w3.org/2000/svg" width="25.4mm" height="17.42mm" viewBox="0 0 72 49.37"><path d="m0,0v49.37h72V0H0Zm43.57,23.84l-7.07,6.37L5.51,3.09h61.07l-23.01,20.75h0Zm-16.78,1.97L3.09,44.63V5.07l23.7,20.74Zm2.36,2.07l7.38,6.46,7.13-6.43,22.47,18.38H5.96l23.18-18.41Zm16.84-2.06l22.93-20.68v39.44l-22.93-18.76Z" /></svg>') no-repeat center / contain;
    left: 25px;
    width: 25px;
    height: 25px;
    text-align: left;
}

.contact:hover::before {
    background: url('data:image/svg+xml;utf-8,<svg fill="%231C1C1C" xmlns="http://www.w3.org/2000/svg" width="25.4mm" height="17.42mm" viewBox="0 0 72 49.37"><path d="m0,0v49.37h72V0H0Zm43.57,23.84l-7.07,6.37L5.51,3.09h61.07l-23.01,20.75h0Zm-16.78,1.97L3.09,44.63V5.07l23.7,20.74Zm2.36,2.07l7.38,6.46,7.13-6.43,22.47,18.38H5.96l23.18-18.41Zm16.84-2.06l22.93-20.68v39.44l-22.93-18.76Z" /></svg>') no-repeat center / contain;
}

/*------------------- 下層ページ -------------------*/
/*====================================*/
/* 作品一覧ページ  */
/*====================================*/
.bg-img::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100lvh;
    background: #e3dbd0 url(./img/bg_bage.png) no-repeat right top;
    background-position: 0% 5%;
}

.page-ttl-en {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 15%;
    border-right: #f1ede8 1px solid;
    padding: 5rem 1rem 3rem;
}

.page-ttl-main {
    width: 85%;
    background-color: #d7c6af;
    padding: 4rem 0rem 3rem;
}

.page-ttl-main>h1 {
    margin-left: 1rem;
}

.page-ttl-main>h2 {
    margin-left: 1.5rem;
}

.category-ttl {
    position: absolute;
    margin-top: -1.5rem;
}

.category-ttl h3 {
    padding: .7rem 2rem;
    border-radius: 50px;
    margin-left: 2rem;
}

.works-cat-wrap {
    position: relative;
}

.works-cat-wrap .works-cat-list {
    font-size: .85rem;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 1.5rem 1rem;
}

#works-cat .sec-ttl {
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 100;
    font-size: 1.2rem;
}

#works-cat .sec-ttl::before {
    color: #d7c6af;
    top: -77%;
    content: 'CATEGORY';
}

#works #works-list .sec-mg {
    padding-top: initial;
}

#works-cat .sec-ttl-bg {
    background: url(./img/title_white.png) no-repeat center;
}

.works-cat-wrap ul {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
}

.cat-btn a {
    background-color: #e3dbd0;
    padding: .6rem 1.2rem;
}

.cat-btn:hover a {
    background-color: #d7c6af;
    color: #fff;
    transition: all ease-in 0.2s;
}

.cat-btn.current a {
    background-color: #f27520;
    color: #fff;
}

#works .works-list {
    gap: 4rem;
}

#works .thumb-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#works .page-work-link .thumb-area img {
    transition-duration: .7s;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

#works .page-work-link:hover .thumb-area img {
    transform: scale(1.1);
    transition-duration: .7s;
}

.back-top-btn {
    max-width: 320px;
    display: block;
    margin-top: 3rem;
}

.back-top-btn.btn-2::after {
    left: 7%;
    transform: translateY(-50%) rotate(-135deg);
}

/*====================================*/
/* about/プロフィールページ  */
/*====================================*/
#about .works-img {
    position: absolute;
    bottom: 2%;
    right: -8%;
    width: 550px;
}

#about #skill-sec .sec-ttl::before {
    color: #d7c6af;
    content: 'MY SKILL';
}

#about .sec-ttl-bg {
    position: absolute;
    display: inline-block;
    background: url(./img/title_white.png) no-repeat center;
    text-align: center;
    z-index: 1;
}

#about .about-cnt:not(:last-child) {
    margin-bottom: 8rem;
}

#about .about-img {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #ddceba;
    border-radius: 50%;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    width: 200px;
}

#about .about-info {
    display: block;
    margin-top: 2rem;
}

#about .num-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: .7rem;
    color: #cec6bb;
    white-space: nowrap;
    text-align: center;
    padding-bottom: .7rem;
    border-bottom: #cec6bb 1px dotted;
}

#about .num {
    font-size: 2rem;
}

#about .about-name {
    padding-left: 1.2rem;
    font-size: 1.2rem;
}

#about .about-detail {
    padding-top: 1.3rem;
}

.bar-chart-01>* {
    position: relative;
    padding-left: 1.2rem;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.bar-chart-01>*::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    left: 4px;
    top: 47%;
}

.bar-chart-01 {
    font-size: .9em;
    margin-bottom: 1.5rem;
}

.bar-chart-01 dt {
    width: calc(100% / 2 - 1rem);
    white-space: nowrap;
}

.bar-chart-01 dd {
    width: calc(100% / 2 - .5rem);
    border-radius: 2px;
    margin: 0;
    background-color: #dddddd;
}

/* Illustrator */
.skill-01 {
    width: 100%;
}

/* Photoshop */
.skill-02 {
    width: 80%;
}

/* HTML */
.skill-03 {
    width: 100%;
}

/* CSS */
.skill-04 {
    width: 100%;
}

/* Javascript */
.skill-05 {
    width: 70%;
}

/* CLIP studio */
.skill-06 {
    width: 80%;
}

/* XD */
.skill-07 {
    width: 80%;
}

/* After Effects */
.skill-08 {
    width: 50%;
}

/* Premiere Pro */
.skill-09 {
    width: 70%;
}

/* グラフアニメーション */
.view.view-graph-100,
.view.view-graph-80,
.view.view-graph-70,
.view.view-graph-60,
.view.view-graph-50 {
    width: 0%;
}

.view.view-graph-100.on {
    width: 100%;
    animation: view-graph-100 1s ease both;
}

.view.view-graph-80.on {
    width: 80%;
    animation: view-graph-80 1s ease both;
}

.view.view-graph-70.on {
    width: 70%;
    animation: view-graph-70 1s ease both;
}

.view.view-graph-60.on {
    width: 60%;
    animation: view-graph-60 1s ease both;
}

.view.view-graph-50.on {
    width: 50%;
    animation: view-graph-50 1s ease both;
}

@keyframes view-graph-100 {
    0% {
        width: 0%;
        transform: translate(0, 0);
    }

    100% {
        width: 100%;
        transform: translate(0, 0);
    }
}

@keyframes view-graph-80 {
    0% {
        width: 0%;
        transform: translate(0, 0);
    }

    100% {
        width: 80%;
        transform: translate(0, 0);
    }
}

@keyframes view-graph-70 {
    0% {
        width: 0%;
        transform: translate(0, 0);
    }

    100% {
        width: 70%;
        transform: translate(0, 0);
    }
}

@keyframes view-graph-60 {
    0% {
        width: 0%;
        transform: translate(0, 0);
    }

    100% {
        width: 60%;
        transform: translate(0, 0);
    }
}

@keyframes view-graph-50 {
    0% {
        width: 0%;
        transform: translate(0, 0);
    }

    100% {
        width: 50%;
        transform: translate(0, 0);
    }
}

.bar-chart-01 span {
    height: 7px;
    display: block;
    border-radius: initial;
    background-color: #f27520;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    border-radius: 2px;
}

#history-sec .sec-ttl {
    position: relative;
}

#history-sec .sec-ttl::before {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    color: #d7c6af;
    font-size: 1rem;
    text-transform: uppercase;
    content: 'Profile';
    font-family: "sofia-pro", sans-serif;
    z-index: 100;
}

/*====================================*/
/* about/history */
/*====================================*/
#about .history {
    position: relative;
}

#about .history.sec-mg {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#about .about-cnt .btn {
    padding: .7rem 0;
    max-width: 280px;
}

#about .about-cnt:last-child .btn {
    margin-bottom: 0;
}

.history-list::before {
    content: "";
    width: 7px;
    border-radius: 50px;
    height: 100%;
    background: #1C1C1C;
    margin-left: 0.5rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.history-list>li {
    position: relative;
    padding-left: 3rem;
}

.history-list>li:not(:last-child) {
    margin-bottom: 2.5rem;
}

.history-list .list-l {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    background-color: #1C1C1C;
    color: #fff;
    text-align: center;
    padding: 0.3rem 1rem;
    margin-bottom: 1.5rem;
    white-space: nowrap;
    min-width: 90px;
}

.history-list>li dl dt {
    margin-bottom: .5rem;
}

.history-list>li .list-l::after {
    content: "";
    background: #1C1C1C;
    height: calc(tan(50deg) * 10px / 2);
    width: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -25%;
    left: 40%;
    transform: translateY(-50%);
}

.history-list>li .list-r::before,
.history-list>li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
}

.history-list>li .list-r::before {
    width: 25px;
    height: 25px;
    margin-top: -11px;
    background: #1C1C1C;
    border: solid #fff 6px;
    border-radius: 50%;
    left: -8px;
    z-index: 100;
}

.history-list>li .list-r::before {
    width: 15px;
    height: 15px;
    margin-top: -6px;
    background: #fff;
    border: solid #1C1C1C 3px;
    border-radius: 50%;
    left: 3px;
    z-index: 100;
}

.history-list>li .list-r.find.up::before {
    background: #f27520;
    transform: scale(1.5);
    animation-duration: 0.5s;
    animation-name: findUp;
}

@keyframes findUp {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.5);
    }
}

.history-list>li dl::after {
    width: 40px;
    border-bottom: 2px dashed #1C1C1C;
    border-radius: 5px;
    position: absolute;
    left: 17px;
}

.profile-cnt {
    display: grid;
    gap: 4rem 2rem;
}

.profile-cnt.sec-mg {
    padding-bottom: 0;
}


.profile-cnt .profile-cnt-r {
    position: relative;
    order: -1;
}


.profile-cnt .profile-cnt-l .heading-block h3 {
    font-size: 2.5rem;
}

.heading-block-sub>* {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.heading-block-sub>*::after {
    content: "";
    background: #d7c6af;
    width: 50px;
    height: 1.2px;
    position: relative;
    display: inline-block;
}

/*====================================*/
/* single/作品ページ */
/*====================================*/
#single-work {
    position: relative;
}

#work-page .scrolldown {
    right: 5.5%;
}

#work-page .sec-mg {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

#work-page .work-img-area {
    height: 40vh;
    min-height: 300px;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
    border-radius: 10px;
    z-index: 1;
}

.arrow-pencil-tag {
    display: inline-block;
    margin: 0rem 1rem 1rem 0rem;
    padding: 0 1.2rem;
    line-height: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all ease-in 0.2s;
}

.arrow-pencil-tag:last-child {
    margin-bottom: 1.8rem;
}

.arrow-pencil-tag::before {
    display: inline-block;
    background: url(./img/arrow-pencil.svg) no-repeat left;
    content: "";
    padding-left: 2.3rem;
    display: inline-block;
    vertical-align: baseline;
    height: 9px;
    width: 26px;
    transition: all ease-in 0.2s;
}

.arrow-pencil-tag:hover {
    background-color: #1C1C1C;
}

.arrow-pencil-tag:hover::before {
    background: url(./img/arrow-pencil-w.svg) no-repeat left;
}

#work-page .work-info-tag.hash-btn {
    background: #f27520 url(./img/arrow-pencil.svg) no-repeat left 1.2rem center;
    min-height: 25px;
    display: inline-block;
    padding: 1rem 1.5rem 1rem 2.8rem;
    border-radius: 50px;
    margin-bottom: 2rem;
}

#work-page .img-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#work-page .img-wrap .mv-work {
    position: relative;
    height: 100%;
    left: 0px;
    top: 0px;
    width: auto;
    animation: animationMoveWorkMv 20s 0s ease-out infinite alternate;
    animation-fill-mode: both;
    max-width: initial;
    border-radius: 10px;
}

#work-page .work-info-btn {
    position: absolute;
    display: inline-block;
    top: -33.8984px;
    border-radius: 5px 5px 0 0;
    padding: .5rem 1.5rem;
    border: 1.2px solid #f7f7f7;
    border-bottom: none;
}

#work-page .work-info-ttl {
    position: relative;
    margin-bottom: 2rem;
}

#work-page .work-info-ttl .date {
    margin-bottom: .5rem;
    font-family: "Vidaloka", serif;
}

#work-page .work-info-ttl .work-txt {
    border-bottom: #1C1C1C 1px solid;
}

#work-page .work-info-ttl .work-txt h1 {
    margin-bottom: 1.5rem;
}

#work-page .work-btn {
    display: inline-block;
}

#work-page .credit {
    position: relative;
    margin-top: 5.5rem;
}

#work-page .credit .sp-border-y {
    margin-right: 2.5rem;
}

#work-page .sp-border-y::after {
    background: #1C1C1C;
    margin-left: .8rem;
}

/* youtube埋め込みスタイル */
#work-page .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#work-page .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.credit-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    border: #f7f7f7 1px solid;
    border-radius: 0 5px 5px;
}

.credit-list .title-credit {
    border-right: #f7f7f7 1px dotted;
    padding: 2rem .5rem;
    writing-mode: vertical-rl;
    font-weight: initial;
}

.credit-list .credit-cnt {
    display: grid;
    gap: 0.7rem 0;
    padding: 1.2rem;
    overflow: auto;
    width: 100%;
}

.credit-box {
    display: grid;
    gap: 0 1rem;
    grid-template-columns: 80px 1fr;
    border-bottom: 1px dotted #f7f7f7;
}

@keyframes animationMoveWorkMv {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-30%);
    }
}

/*====================================*/
/* news・ニュース一覧ページ */
/*====================================*/
#news-list .news-archive-list li {
    padding: 1.5rem;
}

#news-list .news-archive-list li a p {
    margin-bottom: .3rem;
}

#news-list .news-archive-list li a p.sp-border-t::before {
    content: none;
}

#news-list .news-archive-list li:nth-child(odd) {
    background: #fbfbfb;
}

/*====================================*/
/* news・ニュース個別ページ */
/*====================================*/
#news .news-cont .news-ttl {
    padding: 1rem 1.5rem;
}

#news .news-cont .news-inr>p {
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

/* ページネーション */
.pagination__btn--last, .pagination__btn--first, .pagination__btn--next, .pagination__btn--prev, .pagination__item a, .pagination__item--current {
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background: #1C1C1C;
    border: 1px solid #1C1C1C;
    min-width: 3em;
    transition: all .2s;
    margin: 0 1px 0 0;
    padding: calc(1em - 1px) 1em;
    border-radius: 5px;
}

.pagination__btn--last:hover, .pagination__btn--first:hover, .pagination__btn--next:hover, .pagination__btn--prev:hover, .pagination__item a:hover, .pagination__item--current:hover {
    color: #1C1C1C;
    background: #FFF;
}

.pagination {
    position: relative;
    display: flex;
    justify-content: center;
    color: #FFF;
    line-height: 1;
    margin: 0;
    padding: 2rem 0 3rem;
}

.pagination__list {
    display: none;
}

.pagination__item {
    margin: 0;
}

.pagination__item--current {
    background: #FFF;
    color: #1C1C1C;
    font-weight: bold;
    border-color: #1C1C1C;
    margin: 0 1px 0 0;
}

.pagination__pos {
    position: absolute;
    top: -.5em;
    left: 50%;
    transform: translate(-50%, 0);
    color: #1C1C1C;
}

.pagination__btn--prev {
    order: 2;
}

.pagination__btn--next {
    order: 4;
}

.pagination__btn--first {
    order: 1;
}

.pagination__btn--last {
    order: 5;
}

.post-btn-area {
    display: grid;
}

.post-btn-area .post-btn01 a, .post-btn-area .post-btn03 a {
    display: inline-block;
    padding: .7rem 1rem;
}

.post-btn01 {
    grid-row: 2/3;
    grid-column: 1/2;
}

.post-btn02 {
    grid-row: 1/2;
    grid-column: 1/3;
}

.post-btn03 {
    grid-row: 2/3;
    grid-column: 2/2;
}

.cnt-none {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style-type: none;
}

/* ページネーションPCスタイル */
@media (min-width: 1200px) {
    .pagination__list {
        order: 3;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .pagination__pos {
        display: none;
    }

    .post-btn-area {
        place-items: center;
        grid-template-columns: auto 320px auto;
    }

    .post-btn01 {
        grid-row: 1/2;
        grid-column: 1/2;
    }

    .post-btn02 {
        grid-row: 1/2;
        grid-column: 2/3;
        min-width: 320px;
    }

    .post-btn03 {
        grid-row: 1/2;
        grid-column: 3/4;
    }
}

#history-sec .sec-ttl {
    position: relative;
}

#history-sec .sec-ttl::before {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    color: #d7c6af;
    font-size: 1rem;
    text-transform: uppercase;
    content: 'Profile';
    font-family: "sofia-pro", sans-serif;
    z-index: 100;
}

/*====================================*/
/* design（デザインページ） */
/*====================================*/
#design .sec-ttl::before {
    color: #d7c6af;
    content: 'design';
}

#design .sec-ttl-bg {
    position: absolute;
    display: inline-block;
    background: url(./img/title_white.png) no-repeat center;
    text-align: center;
    z-index: 1;
}

/*====================================*/
/* thanks・送信完了（サンクスページ） */
/*====================================*/
#thanks .thanks-img {
    margin: 0 auto 3rem;
    max-width: 400px;
}

@media screen and (min-width: 768px) {
    #top-page .top-view {
        background: url(./img/main-tb.jpg) no-repeat center;
        background-size: cover;
        min-height: 1024px;
    }

    .inner {
        padding-left: 2rem;
        padding-right: 3rem;
    }

    .cnt-inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .list-inner {
        padding-left: 1.5rem;
        padding-right: 2rem;
    }

    .inr-mg {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    #top-page .top-view .title-area h1 {
        max-width: 130px;
        margin-bottom: 2.5rem;
    }

    #top-page .top-view .title-area .site-navigation {
        justify-content: space-between;
    }

    .scrolldown {
        top: initial;
        bottom: 10%;
        height: 100%;
        right: 10%;
    }

    .nav-link:first-letter {
        font-size: 2rem;
    }

    .side-nav-wrap {
        padding: 50px;
    }

    .logo-brand {
        margin-bottom: 64px;
        width: 40px;
    }

    .sec-ttl-bg {
        width: 300px;
        height: 31px;
    }

    .work-info {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    #top-page .top-view .bg-texts .bg-text01 {
        color: #f1ede8;
        opacity: .8;
        position: absolute;
        right: 10px;
        top: 50px;
        width: 32%;
        display: block;
        padding: 0 2rem 1.7rem 1.2rem;
    }

    #top-page .top-view .bg-texts .bg-text01 .fnt-jp.vertical {
        writing-mode: vertical-rl;
    }

    #top-page .top-view .bg-texts .bg-text02 {
        position: absolute;
        left: 40px;
        top: calc((850px / 3) * 2.3);
        width: calc(100vw / 2.3);
    }

    #top-page .top-view .bg-texts .bg-text03 {
        left: -8%;
        top: -2%;
        transform: rotate(-18deg);
    }

    .frames .bar-vertical,
    .frames .bar-vertical:after {
        display: block;
        height: 16px;
    }

    .frames .bar-horizontal,
    .frames .bar-horizontal:after {
        display: block;
        width: 16px;
    }

    /*====================================*/
    /* info・トップページ */
    /*====================================*/
    #top-info .info-cnt {
        padding: 0 2.5rem;
    }

    .news-archive-list {
        gap: 1rem;
    }

    .news-archive-list .news-archive>* {
        grid-template-columns: 90px 1fr;
        gap: 2rem;
    }

    .news-archive-list .news-archive>*>p.sp-border-t::after {
        content: "";
        right: -10px;
    }

    /*====================================*/
    /* intro・トップページ */
    /*====================================*/
    #top-intro .inr-mg {
        padding-top: 10rem;
        padding-bottom: 7rem;
    }

    #top-intro .img-box {
        width: 300px;
    }

    #top-intro .intro-box h2 {
        max-width: 300px;
    }

    #top-intro .intro-box .btn {
        display: block;
    }

    /*====================================*/
    /* works・トップページ */
    /*====================================*/

    #top-works .ttl-wh {
        width: 300px;
    }

    .works-slide-cnt .tag-area {
        position: sticky;
        order: -1;
    }

    #top-works .works-links {
        max-width: initial;
        min-width: calc(100% - 280px);
        padding: initial;
    }

    #top-works .works-links .w-btn .update-date-area {
        display: block;
        position: initial;
        transform: initial;
        padding-right: 25px;
    }

    #top-works .works-links .w-btn .thumb-area {
        max-width: 55rem;
        height: 29rem;
    }

    #top-works .works-links .works-list {
        padding-top: 7rem;
        padding-bottom: 3rem;
    }

    #top-works .works-links .works-list .work-parts {
        width: calc(100% - 3.5rem);
    }

    #top-works .works-links .w-btn .update-date-area .title-recent {
        display: block;
        font-size: .9rem;
        padding-bottom: 1rem;
        text-align: initial;
    }

    #top-works .works-links .w-btn .update-date-area .day {
        font-size: 1.2rem;
        line-height: 1.2;
        padding-top: 15px;
    }

    #top-works .work-area-bottom {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    #top-works .work-area-bottom.inner {
        max-width: initial;
        background-color: #f7f7f7;
    }

    #top-works .work-area-bottom .swiper-pagination {
        margin-bottom: 0;
    }

    #top-works .btn {
        max-width: 320px;
    }

    /*====================================*/
    /* between・トップページ */
    /*====================================*/
    #top-greeting {
        background-attachment: fixed;
        background-size: 115%;
        padding: initial;
    }

    #top-greeting .skill-txt {
        padding-top: 11rem;
        padding-bottom: 12rem;
        line-height: 3rem;
    }


    /*====================================*/
    /* about・トップページ */
    /*====================================*/
    .side-nav-wrap {
        padding: 40px 0;
    }

    #top-about .skill-ttl {
        font-size: 7rem;
        position: absolute;
        margin: 3.5rem 0 0;
    }

    #top-about .skill-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: stretch;
        overflow: hidden;
        padding-bottom: 5rem;
    }

    #top-about .skill-list .skill-img-area {
        padding: 5rem 0 0;
    }

    #top-about .skill-list .skill-img-area .skill-img-circle {
        height: 330px;
        width: 330px;
    }

    #top-about .skill-list .skill-img-area .txt-area {
        padding: 0rem 9rem;
    }

    #top-about .skill-list .skill-img-area .skill-img-circle::before {
        left: 64px;
        width: 60px;
        height: 54px;
        bottom: 1px;
    }

    #top-about .skill-list .skill-img-area .skill-img-circle::after {
        left: 100px;
        width: 25px;
        height: 20px;
        bottom: -26px;
    }

    #top-about .skill-list .skill-cnt {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        width: calc((100% - 40px) / 2);
        padding: .6rem 0;
        margin: 0;
        border-bottom: #f1ede8 1px solid;
    }

    #top-about .skill-list .skill-cnt a {
        border-bottom: none;
    }

    #top-about .skill-list .skill-cnt .skill-link {
        padding: 1.2rem 0 .6rem;
    }

    #top-about .skill-list .btn-area {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        width: calc((100% - 40px) / 2);
        padding: initial;
    }

    .side-nav .copyright {
        font-size: 0.4rem;
        color: #1C1C1C;
        font-size: 10px;
        opacity: 0.2;
        position: absolute;
        transform: translateY(-50%);
        bottom: 0px;
        left: 7px;
        line-height: 1.3;
        right: initial;
        writing-mode: horizontal-tb;
        text-align: left;
        top: initial;
        width: calc(100% - 10px);
    }

    /*------------------- 下層ページ -------------------*/
    /*====================================*/
    /* 作品一覧ページ  */
    /*====================================*/
    .bg-img::before {
        background-size: cover;
        background-position: -75%;
    }

    .page-ttl-main>h1 {
        margin-left: 3rem;
    }

    .page-ttl-main>h2 {
        margin-left: 1rem;
    }

    .page-ttl-en {
        width: 10%;
    }

    .page-ttl-main {
        width: 90%;
    }

    .works-cat-wrap .works-cat-list {
        font-size: .75rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
    }

    #works .works-list {
        gap: 4.5rem 2rem;
    }

    #works .page-work-link .hov-gray::before,
    #works .page-work-link .thumb-area img {
        height: 220px;
    }

    /*====================================*/
    /* プロフィールページ  */
    /*====================================*/
    #about .about-cnt {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        width: 100%;
    }

    #about .about-img {
        height: 160px;
        width: 160px;
    }

    #about .about-cnt:not(:last-child) {
        margin-bottom: 6rem;
    }

    #about .about-info {
        width: calc(100% - 160px);
        margin-top: initial;
        padding-left: 1.5rem;
    }

    #about .num-area {
        border: none;
        padding-bottom: initial;
    }

    .profile-cnt {
        grid-template-columns: 1fr 1fr;
        align-items: end;
    }

    .profile-cnt .profile-cnt-l {
        grid-row: 1/2;
        grid-column: 1/2;
    }

    .profile-cnt .profile-cnt-m {
        grid-row: 2/3;
        grid-column: 1/3;
    }

    .profile-cnt .profile-cnt-r {
        grid-row: 1/2;
        grid-column: 2/3;
        max-width: calc(100% -20px);
    }

    .history-list::before {
        left: 114px;
    }

    .history-list li {
        padding-left: 0rem;
        display: flex;
        align-items: flex-start;
    }

    .history-list>li dl::after {
        width: 45px;
        left: 120px;
    }

    .history-list>li .list-r::before {
        left: 118px;
    }

    .history-list>li .list-l::after {
        display: inline-block;
        left: initial;
        height: calc(tan(50deg) * 20px / 2);
        width: 10px;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        bottom: 10%;
        right: -9%;
    }

    .history-list .list-r {
        margin-left: 6rem;
    }

    /*====================================*/
    /* work-page/作品ページ */
    /*====================================*/
    #work-page .inner {
        padding-left: 2.5rem;
        padding-right: 3rem;
    }

    #work-page .sec-mg {
        padding-top: 4rem;
        padding-bottom: 3.5rem;
    }

    #work-page .article-area .inner {
        padding-left: 2.5rem;
        padding-right: 3rem;
        max-width: 1100px;
    }

    #work-page .work-info-ttl .date {
        font-size: 4rem;
        line-height: 5rem;
        left: 0px;
        opacity: 0.05;
        position: absolute;
        top: -25%;
        mix-blend-mode: multiply;
    }

    #work-page .work-cnt {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
    }

    #work-page .work-img-area {
        height: 500px;
        right: 0px;
        top: 0px;
        width: 50%;
        margin-bottom: initial;
    }

    #work-page .work-info-ttl {
        margin-bottom: 2rem;
    }

    #work-page .work-info-area {
        padding-right: 2.5rem;
        width: 50%;
    }

    .arrow-pencil-tag {
        background-color: #f27520;
        color: #fff;
    }

    .arrow-pencil-tag::before {
        background: url(./img/arrow-pencil-w.svg) no-repeat left;
    }

    #work-page .work-info-btn {
        top: -29.7%;
    }

    .credit-box {
        gap: 0 1.5rem;
        white-space: nowrap;
    }

    /*====================================*/
    /* news・ニュース個別ページ */
    /*====================================*/
    #news .news-cont .news-ttl {
        padding: 2rem 3rem;
    }

    #news .news-cont .news-inr {
        max-width: 900px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    main {
        position: relative;
        min-width: calc(100% - 144px);
    }

    .cnt-inner {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    #top-page .top-view {
        margin-left: initial;
        background: url(./img/main-pc.jpg) no-repeat center;
        background-size: cover;
        min-height: 100vh;
    }

    #top-page .top-view .title-area h1 {
        max-width: 110px;
    }

    #top-page .top-view .bg-texts .bg-text01 {
        right: 100px;
        width: 22%;
        top: 60px;
        padding: 0 0 2rem 2rem;
    }

    #top-page .top-view .bg-texts .bg-text02 {
        top: calc((100vh / 3) * 1.8);
        width: calc(100vw / 4);
        left: 60px;
    }

    #top-page .top-view .bg-texts .bg-text02>* h2 {
        margin-bottom: .8rem;
    }

    #top-page .top-view .bg-texts .bg-text03 {
        transform: rotate(-17deg);
        top: -3%;
        left: -2%;
    }

    .scrolldown {
        right: 50%;
        bottom: 5%;
    }

    /*====================================*/
    /* info・トップページ */
    /*====================================*/
    #top-info .info-cnt {
        position: absolute;
        width: 600px;
        right: 3%;
        margin-top: -5rem;
        left: initial;
        transform: initial;
    }

    #top-info .col-10 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    /*====================================*/
    /* intro・トップページ */
    /*====================================*/
    #top-intro .inr-mg {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    #top-intro .intro-cnt {
        display: flex;
        justify-content: center;
        align-items: end;
    }

    #top-intro .img-box {
        width: 340px;
        margin-right: 5rem;
    }

    #top-intro .intro-box {
        width: calc(100% - 340px);
        margin-top: initial;
    }

    #top-intro .intro-box h2 {
        max-width: 400px;
    }

    #top-intro .intro-box .btn {
        margin-bottom: 0;
        display: inline-block;
    }

    /*====================================*/
    /* works・トップページ */
    /*====================================*/
    #top-works .works-slide-cnt {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .works-slide-cnt .tag-area {
        padding: 4rem 0 4rem 2.7rem;
    }

    .works-slide-cnt .tag-area ul .tags-parts {
        margin-bottom: 1.6rem;
    }

    #top-works .works-links .works-list {
        padding-left: 2.5rem;
    }

    #top-works .works-links .works-list .work-parts {
        width: calc(100% - 5rem);
    }

    #top-works .works-links .works-list .work-parts:only-child {
        margin: initial;
    }

    #top-works .works-links .thumb-area .work-info-ttl {
        width: calc(100% - 80px);
    }

    /*====================================*/
    /* between・トップページ */
    /*====================================*/
    #top-greeting {
        background-size: cover;
    }

    /*====================================*/
    /* about・トップページ */
    /*====================================*/

    #top-about .skill-ttl {
        font-size: 10rem;
        left: 50%;
        position: absolute;
        top: 8%;
        transform: translateX(-50%);
        z-index: 100;
        margin: initial;
    }

    #top-about .skill-list .skill-img-area .txt-area {
        margin: 3rem 0 0;
        padding: 0rem 3.2rem;
    }

    #top-about .skill-list {
        display: grid;
        place-items: center;
        grid-template-columns: calc((100% - 390px) / 2) 390px calc((100% - 390px) / 2);
        position: relative;
        z-index: 100;
        padding: 8rem 0 7rem;
    }

    #top-about .skill-list .skill-img-area {
        grid-row: 1/4;
        grid-column: 2/3;
        padding: 0;
    }

    #top-about .skill-list .skill-img-area .skill-img-circle {
        height: 360px;
        width: 360px;
    }

    #top-about .skill-list .skill-img-area .skill-img-circle::before {
        left: 90px;
        width: 50px;
        height: 38px;
        bottom: -6px;
    }

    #top-about .skill-list .skill-img-area .skill-img-circle::after {
        left: 115px;
        width: 20px;
        height: 17px;
        bottom: -36px;
    }

    #top-about .skill-list .skill-cnt {
        width: calc(100% - 0px);
        border-bottom: none;
        padding: 0;
    }

    #top-about .skill-list .skill-cnt a {
        border-bottom: #f1ede8 1px solid;
    }

    #top-about .skill-list .skill-cnt .skill-link {
        padding: 1rem 0 .6rem;
    }

    #top-about .skill-list .skill-cnt .skill-link .num-area {
        line-height: .9rem;
        white-space: nowrap;
    }

    #top-about .skill-list .skill-cnt .skill-link .num-area .num {
        font-size: 3rem;
    }

    #top-about .skill-list .skill-cnt .skill-link .skill-name {
        line-height: 1.8;
    }

    #top-about .skill-list .skill-cnt--01 {
        grid-row: 1/2;
        grid-column: 1/2;
        padding-right: 1.9rem;
    }

    #top-about .skill-list .skill-cnt--02 {
        grid-row: 1/2;
        grid-column: 3/4;
        padding-left: 1.9rem;
        padding-right: 1.9rem;
    }

    #top-about .skill-list .skill-cnt--03 {
        grid-row: 2/3;
        grid-column: 1/2;
    }

    #top-about .skill-list .skill-cnt--04 {
        grid-row: 2/3;
        grid-column: 3/4;
        padding-left: 3rem;
    }

    #top-about .skill-list .skill-cnt--05 {
        grid-row: 3/4;
        grid-column: 1/2;
        margin-bottom: 0;
    }

    #top-about .skill-list .btn-area {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        grid-row: 3/4;
        grid-column: 3/4;
        width: initial;
    }

    #top-about .skill-list .btn-area .btn.btn-2 {
        min-width: 300px;
    }

    .side-nav .copyright {
        left: 9px;
        top: 50%;
        bottom: initial;
        writing-mode: vertical-rl;
        width: initial;
    }

    /*====================================*/
    /* footer */
    /*====================================*/
    footer {
        min-width: calc(100% - 144px);
    }

    footer .btn.btn-2, #cv-box .cv-cnt .btn.btn-2 {
        width: 70%;
    }

    /*------------------- 下層ページ -------------------*/
    /*====================================*/
    /* works作品一覧ページ  */
    /*====================================*/
    .bg-img::before {
        background: #e3dbd0 url(./img/bg_bage.png) no-repeat right top;
    }

    .works-cat-wrap ul {
        padding-top: 3.5rem;
        padding-bottom: 2rem;
    }

    #works .works-list {
        gap: 4.5rem 3rem;
    }

    #works .page-work-link .hov-gray::before,
    #works .page-work-link .thumb-area img {
        height: 320px;
    }

    /*====================================*/
    /* プロフィールページ */
    /*====================================*/
    #about .about-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: stretch;
    }

    #about .about-cnt {
        position: relative;
        width: calc((100% - 80px) / 2);
    }

    #about .about-cnt:not(:last-child) {
        margin-bottom: 8rem;
    }

    #about .about-img {
        height: 300px;
        width: 300px;
    }

    #about .about-info {
        width: initial;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        margin-top: 2rem;
        padding: initial;
        padding-bottom: 6rem;
    }

    #about .num-area {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        width: 15%;
    }

    #about .num-area .about-name {
        writing-mode: vertical-rl;
        text-orientation: upright;
        padding-left: initial;
        margin-top: .5rem;
    }

    #about .num {
        font-size: 2.6rem;
    }

    #about .about-detail {
        padding: initial;
        padding-left: 2rem;
    }

    #about .about-cnt .btn {
        position: absolute;
        bottom: 0px;
        display: block;
        text-align: center;
        left: 0px;
        width: 100%;
        right: 0;
    }

    .sec-mg {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .history-list::before {
        left: 113px;
    }

    .history-list>li .list-r::before {
        left: 117px;
    }

    .history-list>li dl::after {
        width: 50px;
        left: 117px;
    }

    .profile-cnt {
        align-items: flex-end;
        grid-template-columns: repeat(4, 1fr);
        gap: 2.5rem 6rem;
    }

    .profile-cnt .profile-cnt-l {
        grid-row: 1/2;
        grid-column: 1/3;
    }

    .profile-cnt .profile-cnt-m {
        grid-row: 2/3;
        grid-column: 1/3;
    }

    .profile-cnt .profile-cnt-r {
        grid-row: 1/3;
        grid-column: 3/5;
        width: 365px;
        margin-left: auto;
    }

    /*====================================*/
    /* work-page・作品ページ */
    /*====================================*/
    #work-page .sec-mg {
        padding-top: 7rem;
        padding-bottom: 4.5rem;
    }

    #work-page .inner {
        padding-left: 3rem;
        padding-right: 3.5rem;
        max-width: 1100px;
    }

    #work-page .work-info-area {
        padding-right: 3.5rem;
    }

    #work-page .work-info-ttl {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: #1C1C1C 1px solid;
        margin-bottom: 1.8rem;
    }

    #work-page .work-info-ttl .date {
        font-size: 4rem;
        line-height: 5.5rem;
        top: -28%;
    }

    #work-page .work-info-ttl .work-txt {
        border-bottom: none;
    }

    #work-page .work-info-ttl .work-txt h1 {
        margin-bottom: 1.8rem;
    }

    #work-page .work-info-btn {
        top: -30.3%;
    }

    #work-page .article-area .inner {
        padding-left: 3rem;
        padding-right: 3.5rem;
    }

    .credit-box {
        gap: 0 2rem;
    }
}

@media screen and (min-width: 1400px) {

    #top-about .skill-list .skill-cnt--01,
    #top-about .skill-list .skill-cnt--05 {
        padding-left: 1.9rem;
    }

    #top-about .skill-list .skill-cnt--03 {
        padding-right: 2.5rem;
    }
}