/* #### 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;
    padding-top: 0px;
}

.fv-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-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    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;
    gap: 60px;
    margin: 60px auto;
    position: fixed;
    right: 5.5vw;
    letter-spacing: .1em;
}

.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;
}

.item a:hover {
    text-decoration: underline;
}

.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;
}

/*ここからheaderのドロップダウン*/
.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;
}

/*ここからmain*/
.fv-img {
    width: 350px;
    height: 450px;
    margin: 140px auto 0;
    text-align: center;
}

.main-title {
    font-size: 2.5vw;
    letter-spacing: .2em;
    margin-bottom: 120px;
}

.main-subtitle {
    color: #E37511;
    font-size: 1.5vw;
    font-weight: lighter;
    font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center;
    letter-spacing: .35em;
}


/*ここからworks*/

/* 中央以外のスライド */
.work-item {
    height: auto;
    opacity: 1;
    transform: scale(.8);
    transition: opacity .5s, transform .5s;
}

/* 中央のスライド */
.slider .work-item.slick-center {
    opacity: 1;
    transform: scale(1);
}

.slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-arrow {
    width: 30px !important;
    height: 30px !important;
    z-index: 2 !important;
}

.slick-track {
    margin-bottom: 20px;
}

.slick-next {
    right: -10px !important;
}

.slick-prev {
    left: -10px !important;
}

.work-name {
    color: #C39E66;
    font-size: 16px;
    font-weight: bold;
    font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin-top: 20px;
}

.wrap {
    display: flex;
    margin-top: 5px;
}

.work-type {
    color: #333;
    font-size: 14px;
    font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.line {
    background-color: #333;
    width: 0.5px;
    height: 10px;
    margin: auto 10px;
}

.work-type-right {
    color: #333;
    font-size: 14px;
}

/*ここからabout*/
.about-name {
    font-size: 1.25vw;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 5px;
    letter-spacing: .1em !important;
}

.about-name-eg {
    color: #333;
    font-size: 3vw;
    position: relative;
    margin-bottom: 60px;
    line-height: 100%;
    letter-spacing: .1em;
}

.about-text {
    margin-bottom: 80px;
    text-align: justify;
    line-height: 2.2em;
    letter-spacing: .1em;
}

.about-img-sp {
    display: none;
}

.PW-button a {
    color: #333;
    text-decoration: underline !important;
}


.link-btn a {
    color: #FEF9E5;
    background-color: #E37511;
    font-size: 1.1vw;
    width: 18vw;
    height: 5vw;
    display: block;
    margin: 80px auto 100px;
    text-align: center;
    line-height: 5vw;
    letter-spacing: .1em;
}

/*ここからskills*/
.skill-items {
    display: flex;
    justify-content: space-around;
    margin: 100px auto;
    gap: 40px;
}

.skill-item {
    flex: 1
}

.skill-img {
    text-align: center;
    margin-bottom: 20px !important;
    width: 100% !important;
}

.skill-item img {
    width: 120px;
    height: auto;
}

/*ここからcontact*/
.contact-text {
    margin: 60px auto;
    text-align: center;
    letter-spacing: .1em;
}

.contact-items {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-bottom: 40px;
}

.contact-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

.contact-item-text {
    color: #E37511;
    font-size: 14px;
}

.contact-item p {
    font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*ここからup-btn*/
.up-btn {
    position: relative;
    overflow: hidden;
}

.visual-animation {
    position: absolute;
    right: -40px;
    bottom: -40px;
    display: block;
    width: 200px;
    height: 200px;
    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 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    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;
    width: 100vw;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
        width: 30px;
        height: 30px;
        position: fixed;
        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;
        z-index: 4;
    }

    .global-nav {
        display: flex;
        flex-direction: column;
        margin: 30% 10%;
        gap: 0;
        position: absolute;
        right: auto;
        z-index: 3;
    }

    .global-nav .item {
        margin-bottom: 40px;
    }

    .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 a:hover {
        text-decoration: underline;
    }

    /*ここからmain*/
    .fv-img {
        width: 300px;
        height: 400px;
        margin: 160px auto 0;
        text-align: center;
    }

    /*ここからskills*/
    .skill-items {
        display: flex;
        justify-content: space-around;
        margin: 100px auto;
        gap: 40px;
    }

    .skill-item {
        flex: 1
    }

    .skill-text {
        width: auto;
        text-align: justify;
    }

    /*ここからabout*/
    .about-name {
        margin-top: 40px;
    }

    .about-name-eg {
        margin-bottom: 20px;
    }

    .about-img-sp {
        display: none;
    }

    /*ここからcontact*/
    .contact-text {
        margin-bottom: 40px;
    }

    .contact-item-text {
        color: #E37511;
        font-size: 12px;
    }

    /*ここからup-btn*/
    .visual-animation {
        position: absolute;
        right: -40px;
        bottom: -40px;
        display: block;
        width: 180px;
        height: 180px;
        cursor: pointer;
    }

    /*ここから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 screen and (max-width:767px) {
    .container {
        width: 80vw;
        margin: auto;
        padding-top: 0;
    }

    .Logo {
        width: 50px;
        height: 50px;
        position: fixed;
        top: 30px;
        left: 5%;
        z-index: 4;
    }

    h1 {
        color: #E37511;
        font-size: 35px;
        font-weight: bold;
        font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: center;
        letter-spacing: .1em;
    }

    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);
    }

    #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 {
        display: flex;
        flex-direction: column;
        margin: 50% 10%;
        gap: 0;
        position: absolute;
        right: auto;
    }

    .global-nav .item {
        margin-bottom: 40px;
    }

    .item a {
        color: #FEF9E5;
        font-size: 20px;
        font-weight: bold;
        font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        letter-spacing: 0.1em;
    }

    .item a:hover {
        text-decoration: underline;
    }

    #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;
    }

    .Logo {
        width: 50px;
        height: 50px;
        position: fixed;
        top: 30px;
        left: 5%;
        z-index: 4;
    }

    .main-img {
        text-align: center;
        margin: 100px auto 0;
    }

    .fv-img {
        width: 50%;
        height: auto;
        margin: 160px auto 0;
    }

    .main-title {
        font-size: 6.4vw;
        letter-spacing: .2em;
    }

    .main-subtitle {
        color: #E37511;
        font-size: 4vw !important;
        font-weight: lighter;
        font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin-bottom: 0px;
        text-align: center;
        letter-spacing: .35em;
    }

    /*ここからworks*/
    .slider {
        max-width: 767px;
        width: 80%;
        margin: 30px auto 0;
    }

    /* 中央以外のスライド */
    .work-item {
        width: 100%;
        height: auto;
        opacity: 1;
        transform: scale(.7);
        transition: opacity .5s, transform .5s;
    }

    /* 中央のスライド */
    .slider .work-item.slick-center {
        opacity: 1;
        transform: scale(1);
    }

    .slick-dots {
        display: block;
        width: 100%;
        margin: 0 auto 40px;
        padding: 0;
        position: absolute;
        bottom: -25px;
        list-style: none;
        text-align: center;
    }

    .slick-arrow {
        width: 30px !important;
        height: 30px !important;
        z-index: 2 !important;
    }

    .slick-next {
        right: -20px !important;
    }

    .slick-slide {
        margin-bottom: 20px;
    }

    .slick-prev {
        left: -20px !important;
    }

    .work-name {
        color: #C39E66;
        font-weight: bold;
        font-size: 14px;
        font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        margin-top: 10px;
        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 {
        width: 0.5px;
        height: 10px;
        background-color: #333;
        margin: auto 10px;
    }

    .work-items {
        display: block;
    }

    .work-img {
        width: 100%;
    }

    /*ここからabout*/
    .about-title {
        font-size: 6.4vw;
        letter-spacing: .1em;
        margin-bottom: 60px;
    }

    .about-subtitle {
        font-size: 2.4vw;
        letter-spacing: .1em;
    }

    .about-name-eg {
        font-size: 6.4vw;
        margin-bottom: 40px;
        letter-spacing: .1em;
    }

    .about-name {
        font-size: 3vw;
        margin-top: 40px;
        margin-bottom: 5px;
        letter-spacing: .1em;
    }

    .about-text p {
        text-align: justify;
        letter-spacing: .1em !important;
    }

    .about-text {
        margin-bottom: auto;
        line-height: 1.8;
    }

    .about-img {
        display: none;
    }

    .about-img-sp {
        display: block;
        text-align: center;
        width: 100%;
    }

    .link-btn a {
        font-size: 3.2vw;
        font-weight: bold;
        display: block;
        width: 100%;
        height: auto;
        margin-top: 60px;
        margin-bottom: 100px;
        margin-left: 0;
        line-height: 18.5vw;
        letter-spacing: .1em;
    }

    .link-btn {
        margin-top: 60px;
        margin-bottom: 80px;
    }

    /*ここからskills*/
    .skills-title {
        font-size: 6.4vw;
        margin-bottom: 40px;
        letter-spacing: .1em;
    }

    .skills-subtitle {
        font-size: 2.4vw;
        letter-spacing: .1em;
    }

    .skill-items {
        display: block;
        margin: auto;
    }

    .skill-item {
        margin-bottom: 60px;
    }

    .skill-img {
        width: 70%;
        margin: 0;
    }

    .skill-name {
        font-size: 24px;
        text-align: left;
        font-weight: bold;
        font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin-bottom: 10px;
    }

    .skill-text {
        font-size: 2.9vw;
        width: 100%;
        margin-bottom: 40px;
        letter-spacing: .1em;
        line-height: 2.5em;
    }

    /*ここからcontact*/
    .contact-title {
        font-size: 6.4vw;
        margin-bottom: 60px;
        letter-spacing: .1em;
    }

    .contact-subtitle {
        font-size: 2.4vw;
        letter-spacing: .1em;
    }

    .contact-text {
        margin: 60px auto;
        text-align: center;
        font-size: 14px;
        line-height: 2.5em;
        letter-spacing: .1em;
    }

    .contact-items {
        display: block;
        text-align: center;
    }

    .contact-img {
        width: 80px;
        height: auto;
        margin: 0 auto;
    }

    .contact-img img {
        width: 100%;
    }

    .contact-item-text {
        color: #E37511;
        font-size: 10px;
        margin-bottom: 60px;
    }

    .contact-item p {
        font-family: "Reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    /*ここから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;
    }
}