/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Reitam';
    font-style: normal;
    font-weight: normal;
    src: local('Reitam Regular'), url('../../webfont/Reitam\ Regular.woff') format('woff');
}

body {
    color: #333;
    background-color: #FEF9E5;
    font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.8;
}

.container {
    width: 60vw;
    margin: auto;
}

p {
    font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: .1em;
}

img {
    width: 100%;
    height: auto;
}

a {
    font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

h1 {
    color: #E37511;
    font-size: 60px;
    font-weight: bold;
    font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: .1em;
    text-align: center;
}

h2 {
    color: #333;
    font-size: 3.5vw;
    font-weight: bold;
    font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    margin-bottom: 80px;
    line-height: 100%;
    letter-spacing: .1em;
}

h3 {
    color: #333;
    font-size: 1vw;
    font-weight: bold;
    font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 100px;
    margin-bottom: 5px;
    letter-spacing: .1em;
}

h4 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: .1em;
}


/*ここからheader*/
.header-bar {
    position: fixed;
    top: 0;
    z-index: 5;
}

.Logo {
    width: 4.5vw;
    height: 4.5vw;
    position: fixed;
    top: 40px;
    left: 5%;
}

.global-nav {
    display: flex;
    margin: 60px auto;
    gap: 60px;
    position: absolute;
    position: fixed;
    right: 5.5vw;
    letter-spacing: .1em;
}

.header-nav a {
    color: #C39E66;
    font-size: 1.4vw;
    font-weight: bold;
    font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: .1em;
}

.item {
    border-bottom: solid 2px #C39E66;
}

.item a {
    text-decoration: none;
    pointer-events: none;
}

.item-others a:hover {
    text-decoration: underline;
}

/*ここからheaderのドロップダウン*/
.dropdown-item a {
    color: #C39E66;
    font-size: 1.4vw;
    /* ★ここが重要★ */
    font-weight: bold;
    font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: .1em;
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

.dropdown-lists {
    display: none;
    /*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    padding-top: 20px;
}

.dropdown-container:hover .dropdown-lists {
    display: block;
    /*Gナビメニューにホバーしたら表示*/
}

.dropdown-list {
    background-color: none;
    height: 60px;
    transition: all .3s;
    position: relative;
}

.dropdown-list:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown-list:hover {
    background-color: none;
}

.dropdown-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C39E66;
    font-size: 1.2vw;
    text-decoration: none;
    position: relative;
}

.dropdown-list a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #C39E66;
    transition: width 0.3s ease;
}

.dropdown-list a:hover {
    text-decoration: underline;
}

/*==================================
worksの下層ページです
===================================*/

/*ここからtop*/
.top-title {
    color: #E37511;
    text-align: center;
    margin: 200px auto 100px;
}

.link-btn {
    display: flex;
    justify-content: center;
    max-width: 80vw;
    gap: 50px;
    letter-spacing: .1em;
}

.page-btn a {
    color: #FEF9E5;
    background-color: #E37511;
    font-size: 1.1vw;
    display: block;
    width: 15vw;
    height: 5vw;
    margin: 100px auto 0;
    text-align: center;
    line-height: 5vw;
    letter-spacing: .1em;
    pointer-events: none;
}

.otherpage-btn a {
    color: #E37511;
    font-size: 1.1vw;
    display: block;
    width: 15vw;
    height: 5vw;
    margin: 100px auto 0;
    text-align: center;
    line-height: 5vw;
    letter-spacing: .1em;
    border: #E37511 solid;
}

.otherpage-btn a:hover {
    color: #FEF9E5;
    background: #E37511;
    opacity: 0.5;
}

/*ここからworks*/
.global-nav {
    display: flex;
    margin: 60px auto;
    gap: 60px;
    position: absolute;
    position: fixed;
    right: 5.5vw;
    z-index: 4;
    letter-spacing: .1em;
}

.work-name {
    color: #C39E66;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.wrap {
    display: flex;
    margin-top: 5px;
}

.work-type {
    color: #333;
    font-size: 14px;
}

.work-type-right {
    color: #333;
    font-size: 14px;
}

.line {
    background-color: #333;
    margin: auto 10px;
    width: 0.5px;
    height: 10px;
}

.work-items {
    display: grid;
    grid-template-columns: minmax(100px, auto) minmax(100px, auto);
    justify-content: space-between;
    column-gap: 50px;
    row-gap: 80px;
    margin-bottom: 50px;
}

.center-line {
    margin-top: 100px;
}

/*ここからup-btn*/
.up-btn {
    position: relative;
    overflow: hidden;
}

.visual-animation {
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    right: -40px;
    bottom: -40px;
    cursor: pointer;
}

.visual-animation span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.visual-animation span::before,
.visual-animation span::after {
    content: "";
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.visual-animation span::before {
    width: 100px;
    height: 100px;
    background-image: url(../../img/arrow.png);
}

.visual-animation span::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../../img/up-btn.png);
    animation: rotating 20s linear infinite;
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*ここからfooter*/
.footer-container {
    position: relative;
}

footer {
    background-color: #E37511;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 15vw;
}

.copyright {
    color: #FEF9E5;
    font-size: 1vw !important;
    font-weight: bold;
    font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    letter-spacing: 0.5em;
}

/*ここからタブレット版*/
@media screen and (min-width:768px) and (max-width:1024px) {

    .container {
        width: 80vw;
        margin: auto;
    }

    /*ここからheader*/
    .Logo {
        width: 50px;
        height: 50px;
        position: fixed;
        top: 30px;
        left: 5%;
        z-index: 5;
    }

    #toggle-btn {
        display: block;
        position: fixed;
        top: 30px;
        right: 5%;
        width: 30px;
        height: 30px;
        z-index: 5;
        cursor: pointer;
    }

    #toggle-btn span {
        background-color: #E37511;
        display: block;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 0;
        transition: all 0.5s;
        border-radius: 5px;
    }

    #toggle-btn.btn-open span {
        background-color: #FEF9E5;
    }

    #toggle-btn span:nth-child(1) {
        top: 4px;
    }

    #toggle-btn span:nth-child(2) {
        top: 14px;
    }

    #toggle-btn span:nth-child(3) {
        bottom: 4px;
    }

    #toggle-btn.btn-open span:nth-child(1) {
        transform: translateY(10px)rotate(-315deg);
    }

    #toggle-btn.btn-open span:nth-child(2) {
        opacity: 0;
    }

    #toggle-btn.btn-open span:nth-child(3) {
        transform: translateY(-10px)rotate(315deg);
    }

    #mask {
        display: none;
        transition: all 0.5s;
    }

    #mask.open {
        background-color: black;
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.5;
        z-index: 2;
    }

    #inner {
        position: fixed;
        background-color: #E37511;
        top: 0;
        z-index: 3;
        width: 100vw;
        height: 100vh;
        display: block;
        right: -100vw;
        transition: all .3s linear;
    }

    .inner-open {
        right: -30% !important;
        z-index: 4;
    }

    .global-nav {
        display: flex;
        flex-direction: column;
        margin: 30% 10%;
        gap: 0;
        position: absolute;
        right: auto;
        z-index: 3;
    }

    .global-nav a {
        color: #FEF9E5;
    }

    .global-nav .item {
        margin-bottom: 40px;
    }

    .global-nav .item-others {
        margin-bottom: 40px;
    }

    .item {
        display: inline-block;
        border-bottom: solid 2px #FEF9E5;
    }

    .item a {
        color: #FEF9E5;
        font-size: 24px;
        font-weight: bold;
        font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .item-others a {
        color: #FEF9E5;
        font-size: 24px;
        font-weight: bold;
        font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .item a:hover {
        text-decoration: underline;
    }

    .top-title {
        text-align: center;
        margin: 160px auto 80px;
    }

    .link-btn {
        display: flex;
        justify-content: center;
        max-width: 80vw;
        gap: 50px;
        letter-spacing: .1em;
    }

    .page-btn a {
        color: #FEF9E5;
        background-color: #E37511;
        font-size: 1.1vw;
        display: block;
        width: 15vw;
        height: 5vw;
        margin: 80px auto 0;
        text-align: center;
        line-height: 5vw;
        letter-spacing: .1em;
        pointer-events: none;
    }

    .otherpage-btn a {
        color: #E37511;
        font-size: 1.1vw;
        display: block;
        width: 15vw;
        height: 5vw;
        margin: 80px auto 0;
        text-align: center;
        line-height: 5vw;
        letter-spacing: .1em;
        border: #E37511 solid;
    }

    .otherpage-btn a:hover {
        color: #FEF9E5;
        background: #E37511;
        opacity: 0.5;
    }

    /*ここからfooter*/
    footer {
        background-color: #E37511;
        width: 100vw;
        height: auto;
    }

    .copyright {
        color: #FEF9E5;
        font-size: 1.3vw;
        font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
    }
}

/*ここからスマホ版*/
@media only screen and (max-width:767px) {
    .container {
        width: 80vw;
        margin: auto;
    }

    .Logo {
        width: 50px;
        height: 50px;
        position: fixed;
        top: 30px;
        left: 5%;
        z-index: 4;
    }

    h2 {
        font-size: 30px;
        font-weight: bold;
        font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        letter-spacing: .1em;
        margin-bottom: 60px;
    }

    h3 {
        font-size: 16px;
        letter-spacing: .1em;
        margin-top: 80px;
    }

    h4 {
        font-size: 20px;
        letter-spacing: .1em;
    }

    p {
        font-size: 14px;
        letter-spacing: .1em;
    }

    /*ここからmain*/
    #toggle-btn {
        display: block;
        position: fixed;
        width: 30px;
        height: 30px;
        top: 30px;
        right: 30px;
        z-index: 5;
        cursor: pointer;
    }

    #toggle-btn span {
        background-color: #E37511;
        display: block;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 0;
        transition: all 0.5s;
        border-radius: 5px;
    }

    #toggle-btn.btn-open span {
        background-color: #FEF9E5;
    }

    #toggle-btn span:nth-child(1) {
        top: 4px;
    }

    #toggle-btn span:nth-child(2) {
        top: 14px;
    }

    #toggle-btn span:nth-child(3) {
        bottom: 4px;
    }

    #toggle-btn.btn-open span:nth-child(1) {
        transform: translateY(10px)rotate(-315deg);
    }

    #toggle-btn.btn-open span:nth-child(2) {
        opacity: 0;
    }

    #toggle-btn.btn-open span:nth-child(3) {
        transform: translateY(-10px)rotate(315deg);
    }

    #mask {
        display: none;
        transition: all 0.5s;
    }

    #mask.open {
        background-color: black;
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.5;
        z-index: 2;
    }

    #inner {
        background-color: #E37511;
        display: block;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100vw;
        z-index: 3;
        transition: all .3s linear;
    }

    .inner-open {
        right: -30% !important;
    }

    .global-nav {
        position: absolute;
        display: flex;
        flex-direction: column;
        margin: 50% 10%;
        right: auto;
        gap: 0;
    }

    .global-nav a {
        color: #FEF9E5;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.1em;
    }

    .global-nav .item {
        margin-bottom: 40px;
    }

    .global-nav .item-others {
        margin-bottom: 40px;
    }

    .item {
        display: inline-block;
        border-bottom: solid 2px #FEF9E5;
        font-size: 20px;
        font-weight: bold;
        font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .top-title {
        color: #E37511;
        text-align: center;
        margin: 160px auto 80px;
    }

    .link-btn {
        display: flex;
        justify-content: center;
        max-width: 80vw;
        gap: 25px;
        letter-spacing: .1em;
    }

    .page-btn a {
        color: #FEF9E5;
        background-color: #E37511;
        font-size: 4vw;
        display: block;
        width: 28vw;
        height: 12vw;
        margin: 0 auto;
        text-align: center;
        line-height: 12vw;
        letter-spacing: .1em;
        pointer-events: none;
    }

    .otherpage-btn a {
        color: #E37511;
        font-size: 4vw;
        display: block;
        width: 28vw;
        height: 12vw;
        margin: 0 auto;
        text-align: center;
        line-height: 12vw;
        letter-spacing: .1em;
        border: #E37511 solid 2px;
    }

    .otherpage-btn a:hover {
        color: #FEF9E5;
        background: #E37511;
        opacity: 0.5;
    }

    /*ここからworks*/
    .work-name {
        color: #C39E66;
        font-weight: bold;
        margin-top: 10px;
        font-size: 14px;
        font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        letter-spacing: .1em;
    }

    .wrap {
        display: flex;
        margin-top: 5px;
        margin-bottom: 40px;
    }

    .work-type {
        color: #333;
        font-size: 12px;
        font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        letter-spacing: .1em;
    }

    .work-type-right {
        color: #333;
        font-size: 12px;
        letter-spacing: .1em;
    }

    .line {
        margin: 0 1rem;
        width: 0.5px;
        height: 10px;
        background-color: #333;
        margin: auto 10px;
    }

    .work-items {
        display: block;
    }

    .work-img {
        width: 100%;
    }

    /*ここからup-btn*/
    .up-btn {
        height: 150px;
    }

    .visual-animation {
        right: -30px;
        bottom: -30px;
        width: 140px;
        height: 140px;
    }

    .visual-animation span::before {
        width: 80px;
        height: 80px;
        background-image: url(../../img/arrow.png);
    }

    /*ここからfooter*/
    footer {
        background-color: #E37511;
        width: 100vw;
        height: auto;
    }

    .copyright {
        color: #FEF9E5;
        font-size: 1.5vw !important;
        font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        padding: 60px 20px;
        text-align: center;
    }
}