﻿/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);*/

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-VariableFont_wght.ttf') format('truetype');
    font-display: swap;
}

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

q:before, q:after {
    content: '';
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #fff;
}

img {
    border: 0;
}

body {
    font-family: Oswald, sans-serif;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    color: #000;
    background: #000;
}

a {
    color: #0066ff;
    text-decoration: none;
}

    a:hover, .active {
        text-decoration: underline;
    }

    a:active, a:focus, input:active, input:focus {
        outline: 0;
    }

/* ヘッダー
------------------------------------------------------------*/
#header {
    text-align: center;
}

    #header h1 {
        margin-top: 60px;
    }

#mainnav a {
    color: #000;
    /*color: #fff;*/
}

#mainImg {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*height: 528px;*/
    height: auto;
    text-align: center;
}

/* フッター
------------------------------------------------------------*/
#footer {
    clear: both;
    /*padding: 50px 10px 50px 0;*/
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 12px;
    height: 50px;
    border-top: 1px solid #ccc;
}

/* 共通
------------------------------------------------------------*/

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

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1056px) {
    a#menu {
        display: none;
    }

    .panel {
        display: block !important;
    }

    .journey_panel {
        display: block !important;
    }

    .japan_panel {
        display: block !important;
    }

    .insta_btn {
        filter: invert(1);
    }

    .SnsIcon {
        margin: 10px;
    }
}

@media only screen and (max-width: 1055px) {
    #header {
        /*position: fixed;*/
        /*position: absolute;*/
        width: 100%;
        z-index: 500;
        border-bottom: 0.5px solid #eee;
    }

    #headerWrap {
        position: relative;
        width: 100%;
        height: 60px;
    }

    #header h1 {
        margin-top: 0;
        /* margin-right: 5px; */
    }

        #header h1 img {
            margin-top: 3px;
            max-height: 45px;
            width: auto !important;
        }

    .cs_pageTitleR a {
        vertical-align: -webkit-baseline-middle;
    }

    a#menu {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 30px;
        margin: 15px 12px 15px 0;
        z-index: 101; /*全画面用*/
    }

    #menuWrap {
        height: 60px;
        display: inline-block;
        /*margin-top: 10px;*/
        z-index: 102;
        cursor: pointer;
    }

    #menuBtn {
        display: block;
        position: absolute;
        top: 60%;
        left: 50%;
        width: 25px;
        height: 2px;
        margin: -1px 0 0 -7px;
        /*background: #000;*/
        background: #fff;
        transition: .2s;
    }

        #menuBtn:before, #menuBtn:after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 25px;
            height: 2px;
            /*background: #000;*/
            background: #fff;
            transition: .3s;
        }

        #menuBtn:before {
            margin-top: -9px;
        }

        #menuBtn:after {
            margin-top: 7px;
        }

    a#menu .close {
        background: transparent;
    }

        a#menu .close:before, a#menu .close:after {
            margin-top: 0;
            background: #000;
        }

        a#menu .close:before {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        a#menu .close:after {
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
        }

    #panelMain {
        margin: 60px 45px;
    }

    .panel {
        width: 100%;
        display: none;
        overflow: scroll;
        /*position: relative;*/
        position: absolute; /*全画面用*/
        left: 0;
        top: 0;
        z-index: 100;
        /*↓全画面用↓*/
        background-color: snow;
        /*↑全画面用↑*/
        opacity: 0.9;
        /*letter-spacing: 0.3em;*/
    }

    .journey_panel {
        width: 100%;
        display: none;
        overflow: hidden;
        position: relative;
        left: 0;
        top: 0;
        z-index: 100;
    }

    .japan_panel {
        width: 100%;
        display: none;
        overflow: hidden;
        position: relative;
        left: 0;
        top: 0;
        z-index: 100;
    }

    #mainnav {
        /*position: absolute;*/
        position: fixed;
        top: 0;
        right: 0;
        /*↓全画面用↓*/
        /*width: 100%;*/
        /*height: 100vh;*/
        /*↑全画面用↑*/
        text-align: right;
        z-index: 500;
    }

    #mainnav.menuOn {
        width: 100%;
    }

        #mainnav ul {
            /*↓全画面にしないとき用↓*/
            /*border-bottom: 1px solid #ccc;*/
            /*background: #fff;*/
            /*background: #000;*/
            /*background-color: rgba(255,255,255,0.5);*/
            /*↑全画面にしないとき用↑*/
            /*text-align: left;*/
            /*↓全画面用↓*/
            text-align: center; /*中央揃え*/
            font-size: 14pt;
            /*↑全画面用↑*/
        }

        #mainnav li a {
            position: relative;
            display: block;
            padding: 10px 30px 10px 30px; /*中央揃え*/ /*全画面用*/
            color: #000;
            font-size: 20pt;
            cursor: pointer;
        }

            #mainnav li a:before {
                display: block;
                content: "";
                position: absolute;
                top: 50%;
                left: 5px;
                width: 6px;
                height: 6px;
                margin: -4px 0 0 0;
                /*border-top: solid 2px #000;
                border-right: solid 2px #000;*/
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #mainnav li a.cs_iconLeft {
                display: inline-block;
                border-bottom: 0;
                padding: 15px 0 10px 20px;
                margin-right: 25px;
            }

            #mainnav li a.cs_iconRight {
                /*float: right;*/
                display: inline-block;
                border-bottom: 0;
                padding: 10px 20px 10px 0;
            }

    #journeynav ul, #journeyUl {
        /*↓全画面用↓*/
        text-align: center; /*中央揃え*/
        /*↑全画面用↑*/
    }

        #journeynav li a, #journeyUl li a {
            font-size: 18pt;
            font-weight: normal;
        }

    #japannav ul, #japanUl {
        /*↓全画面用↓*/
        text-align: center; /*中央揃え*/
        /*↑全画面用↑*/
    }

        #japannav li a, #japanUl li a {
            font-size: 18pt;
            font-weight: normal;
        }

    .insta_btn {
        display: inline-block;
        text-align: center; /*中央揃え*/
        color: #2e6ca5; /*文字色*/
        font-size: 20px; /*文字サイズ*/
        text-decoration: none; /*下線消す*/
    }

        .insta_btn:hover { /*ホバー時*/
            color: #668ad8; /*文字色*/
            transition: .5s; /*ゆっくり変化*/
        }

        .insta_btn .insta { /*アイコンの背景*/
            position: relative; /*相対配置*/
            display: inline-block;
            width: 50px; /*幅*/
            height: 50px; /*高さ*/
            background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
            background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
            overflow: hidden; /*はみ出た部分を隠す*/
            border-radius: 13px; /*角丸に*/
        }

            .insta_btn .insta:before { /*グラデーションを重ねるため*/
                content: '';
                position: absolute; /*絶対配置*/
                top: 23px; /*ずらす*/
                left: -18px; /*ずらす*/
                width: 60px; /*グラデーションカバーの幅*/
                height: 60px; /*グラデーションカバーの高さ*/
                background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
                background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); /*グラデーション②*/
            }

        .insta_btn .fa-instagram { /*アイコン*/
            color: #FFF; /*白に*/
            position: relative; /*z-indexを使うため*/
            z-index: 2; /*グラデーションより前に*/
            font-size: 35px; /*アイコンサイズ*/
            line-height: 50px; /*高さと合わせる*/
        }

    .btn-social-icon-twitter {
        text-decoration: none;
        /*display: inline-block;*/
        display: inline;
        text-align: center;
        color: #1da1f3;
        font-size: 25px;
        text-decoration: none;
        filter: invert(1);
    }

        .btn-social-icon-twitter:hover {
            color: #88daff;
            transition: .5s;
        }

    .btn-social-icon-twitter__square {
        border-radius: 10px;
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        font-size: 35px;
        line-height: 50px;
        color: #FFF;
        background: #1da1f3;
    }

        .btn-social-icon-twitter__square i {
            line-height: 50px;
        }

    .SnsIcon {
        width: 45px;
        height: 45px;
        border-bottom: 0;
    }

    #mainImg {
        /*padding-top: 60px;*/
        z-index: -100;
    }
}

@media only screen and (min-width: 1056px) {
    #header {
        position: fixed;
        z-index: 1;
    }

    #header h1 {
        margin-top: 5px;
        font-size: 20pt;
    }

        #header h1 > a > span {
            font-size: 11pt;
        }

    #panelMain {
        margin-top: 10px;
        width: 200px;
        text-align: left;
    }

    #mainnav a {
        color: #fff;
    }

    div.cs_title {
        text-align: left;
        margin-left: 25px;
    }

    #iconLeft {
        /*float: left;
        line-height: 0;*/
        display: inline;
    }

    #iconRight {
        /*float: right;
        line-height: 0;*/
        display: inline;
    }

    /* -------------------- */
    /* ▼メニューバーの装飾 */
    /* -------------------- */
    ul.ddmenu {
        margin: 0px; /* メニューバー外側の余白 */
        padding: 0px 0px 0px 15px; /* メニューバー内側の余白 */
        /*background-color: aliceblue;*/ /* バーの背景色 */
    }

        /* -------------------------- */
        /* ▼メインメニュー項目の装飾 */
        /* -------------------------- */
        ul.ddmenu li {
            width: 109px; /* メニュー項目の横幅(メニュー8つ) */
            display: inline-block; /* ★横並びに配置する */
            list-style-type: none; /* ★リストの先頭記号を消す */
            position: relative; /* ★サブメニュー表示の基準位置にする */
            vertical-align: middle;
        }

        ul.ddmenu a {
            color: white; /* メニュー項目の文字色 */
            line-height: 35px; /* メニュー項目のリンクの高さ */
            text-align: center; /* メインメニューの文字列の配置 */
            text-decoration: none; /* メニュー項目の装飾 */
            display: block; /* ★項目内全域をリンク可能にする */
            font-size: 11pt;
            cursor: pointer;
        }

            ul.ddmenu a:hover {
                color: #dd0000; /* メニュー項目にマウスが載ったときの文字色 */
            }

        /* ---------------------------------- */
        /* ▼サブメニューがある場合に開く処理 */ /* ※サブメニューが2階層以上ある場合の記述 */
        /* ---------------------------------- */
        ul.ddmenu li:hover > ul {
            display: block; /* ★マウスポインタが載っている項目の内部にあるリストを表示する */
        }

        /* -------------------- */
        /* ▼サブメニューの装飾 */
        /* -------------------- */
        ul.ddmenu ul {
            margin: 0px; /* ★サブメニュー外側の余白 */
            padding: 0px; /* ★サブメニュー内側の余白 */
            display: none; /* ★標準では非表示にする */
            z-index: 999;
        }

            /* -------------------------------- */
            /* ▼サブメニュー(以降の)項目の装飾 */
            /* -------------------------------- */
            ul.ddmenu ul li {
                width: 120px; /* サブメニュー1項目の横幅 */
            }

                ul.ddmenu ul li a {
                    line-height: 35px; /* サブメニュー1項目の高さ */
                    text-align: center; /* 文字列の配置 */
                    font-weight: normal; /* 太字にはしない */
                }

                    ul.ddmenu ul li a:hover {
                        color: #005500; /* サブメニュー項目にマウスが載ったときの文字色 */
                    }

            /* ----------------------------------- */
            /* ▼3階層目以降(孫メニュー以降)の装飾 */ /* ※下ではなく横(右)に表示します。 */
            /* ----------------------------------- */
            ul.ddmenu ul ul {
                margin: 0px; /* ★サブメニュー外側の余白 */
                padding: 0px; /* ★サブメニュー内側の余白 */
                display: none; /* ★標準では非表示にする */
                position: absolute; /* ★絶対配置にする */
                top: -1px; /* 1pxだけ上方向にずらす(※上に1pxの枠線を引いている場合) */
                left: 100%; /* ★基準位置からの距離を親ボックスの幅100％にする */
                border-left: 1px solid darkgray; /* 左側に引く枠線 */
            }

    img.cs_imgBox2 {
        /*height: 100vh;*/
        width: 23%;
        /* width: clamp(25%, 53vw, 45%); */
        max-width: none;
        /* max-width: clamp(335px, 53vw, 600px); */
        margin: 40px auto 40px auto;
        flex-grow: 0;
        object-fit: cover;
        margin: 0.6rem;
    }
}

/* @font-face {
    font-family: Kilowatt;
    src: local('Kilowatt');
    src: url('Kilowatt-Regular.otf');
}

@font-face {
    font-family: 'なごみ極細ゴシック';
    src: local('なごみ極細ゴシック');
    src: url('NagomiGokubosoGothic-ExtraLight.otf');
}

@font-face {
    font-family: '03スマートフォントUI';
    src: local('03スマートフォントUI');
    src: url('03SmartFontUI.otf');
}

@font-face {
    font-family: 'Eustache';
    src: local('Eustache');
    src: url('Eustache-Regular.otf');
}

@font-face {
    font-family: 'The Redlight Line Free';
    src: local('The Redlight Line Free');
    src: url('The Redlight Line Free.otf');
}

@font-face {
    font-family: 'Rockville Solid';
    src: local('Rockville Solid');
    src: url('Rockville Solid.otf');
} */

.cs_iconSize {
    width: 25px;
    height: 25px;
}

.cs_nestMenu01 {
    padding-left: 20px; /*全画面用*/
    padding-right: 15px; /*全画面用*/
}

.cs_pageTitleR {
    display: inline-block;
    font-size: clamp(28px, 5vw, 28px);
    margin-top: -4px;
}

.cs_pageTitleR > a > span {
    font-size: 12pt;
}

.cs_content01 {
    width: 100%;
    height: 100vh;
    position: relative;
}

.cs_content02 {
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
}

.cs_imgBox2 {
    width: 70%;
    height: auto;
    margin: 15px auto 30px auto;
    display: block;
    max-width: 335px;
    /*cursor: pointer;*/
}

.cs_imgBox3 {
    width: 35%;
    height: auto;
    margin: 5px 15px 5px 5%;
    display: block;
    max-width: 335px;
    float: left;
}

.cs_copyright {
    color: #fff;
    text-align: center;
    font-size: 10pt;
    /*font-weight: bold;
    font-family: '03スマートフォントUI';*/
    padding: 20px 0;
    height: 17px;
}

.preload {
    width: 30px;
    height: 30px;
    padding-top: 13vh;
    padding-bottom: 84vh;
}

.lazyload {
    opacity: 0;
}

.is-lazyloaded {
    opacity: 1;
    transition: opacity .8s ease-out;
}

.workDetailItem {
    width: 75%;
    height: auto;
    margin: 15px auto 30px auto;
    display: block;
    max-width: 800px;
    /*cursor: pointer;*/
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
/* モーダル用スタイル */
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border-radius: 8px;
    animation: fadeIn 0.5s;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
