/*
Theme Name: TAKESHI ABE
Theme URI: NA
Author: NA
Author URI: NA
Description: NA
Version: 1.0.0
*/

@charset "utf-8";

/*-------------------------
    全体
-------------------------*/


html {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue",
            Arial,
            "Hiragino Kaku Gothic ProN",
            "Hiragino Sans",
            Meiryo,
            sans-serif;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    color: #292d33;
}

h2,h3,h4 {
    font-weight: bold !important;
}

/*-------------------------
    共通パーツ
-------------------------*/


/* ナビ
-------------------------*/

#header .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.2rem;
}

#nav .cls-10 {
    fill: #292d33;
}

#nav a {
    color: #292d33;
    letter-spacing: 1px;
    transition: .24s ease-in-out;
    font-weight: bold;
}


#nav .nav_list li {
    margin-left: 1.2rem;
}

#nav .nav_list li:hover {
    opacity: .72;
}

#nav .nav_contact {
    background: #eb6100;
}

#nav .nav_contact:before {
    font-family: "dashicons";
    content: "\f465";
    color: #fff;
    font-size: 24px;
    margin-top: 2px;
}

#nav .nav_contact a {
    display: block;
    color: #fff;
    line-height: 24px;
}

.top_visual_btn_1 {
    margin-top: 6rem;
}

.top_visual_btn_1 {
    margin-top: 6rem;
    margin-right: 2rem;
}

.top_visual_btn_1 a {
    position: relative;
    background: #eb6100;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 1.2rem 1.2rem 1.0rem 1.2rem;
    text-decoration: none;
    border-radius: .4rem;
}

.top_visual_btn_1 a:hover, .top_visual_btn_2 a:hover {
    opacity: .75;
}

.top_visual_btn_1 .dashicons, .top_visual_btn_2 .dashicons {
    font-weight: bold;
    font-size: 30px;
    margin: 0.2rem 1.4rem 0 0;
}

.first_txt {
    font-size: 32px;
    margin-bottom: 1.2rem;
}

.first_txt .dot {
    position: relative;
}

.first_txt .dot:before {
    position: absolute;
    content: "・";
    color: #4BA5E5;
    top: -1.68rem;
    left: 50%;
    transform: translateX(-50%);
}

.top_visual_btn_1 a:before {
    position: absolute;
    padding: .2rem .6rem;
    top: -14px;
    left: 0;
    right: 0;
    width: 180px;
    margin: 0 auto;
    content: "SEOの専門家が疑問を解決！";
    font-size: 12px;
    font-weight: bold;
    color: #eb6100;
    border-radius: 50rem;
    border: #eb6100 1px solid;
    background: #fff;
}

.top_visual_btn_2 {
    margin-top: 6rem;
}

.top_visual_btn_2 a {
    position: relative;
    background: #fff;
    color: #eb6100;
    border: 1px solid #eb6100;
    font-weight: bold;
    font-size: 24px;
    padding: 1.2rem 1.2rem 1.0rem 1.2rem;
    text-decoration: none;
    border-radius: .4rem;
}

.top_visual_btn_2 a:before {
    position: absolute;
    padding: .2rem .6rem;
    top: -14px;
    left: 0;
    right: 0;
    width: 180px;
    margin: 0 auto;
    content: "非公開実績も多数あります！";
    font-size: 12px;
    font-weight: bold;
    color: #eb6100;
    border-radius: 50rem;
    border: #eb6100 1px solid;
    background: #fff;
}

.top_visual_profile {
    width: 520px;
    border: #efefef 1px solid;
    border-radius: 8px;
    background: #fff;
    padding: 1.8rem 1.2rem;
}
.top_visual_profile p {
    padding: 0 0 0 1.2rem ;
}

/* セクション
-------------------------*/

.section {
    padding: 68px 0 0 0;
}

/*-------------------------
    トップページ
-------------------------*/


/* トップ
-------------------------*/

#top {
    padding-top: 60px;
}

#top .top_visual {
    width: 100vw;
    height: calc(100vh - 78px);
    background-color:aliceblue;
}

#top .top_visual_inner {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

#top .top_visual_left {
    position: relative;
    padding: 6rem 0  6rem;
    max-width: 853px;
}

#top .top_visual_left:after {
    display: block;
    content: "";
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 777px;
    background: url("/wp-content/themes/takeshi/image/top-mv-icon.webp") no-repeat;
    background-size: contain;
    width: 520px;
    height: 440px;
}

#top .top_visual_title {
    font-size: 64px;
    position: relative;
    margin-bottom: .4em;
}

#top .top_visual_title span {
}

@-webkit-keyframes hello {
    0% {
        stroke-dashoffset: 2000;
        fill: transparent;
    }

    40% {
        stroke-dashoffset: 2000;
        fill: transparent;
    }

    50% {
        fill: transparent;
    }

    100% {
        stroke-dashoffset: 0;
        fill: #292d33;
    }
}

#top .top_visual_sub {
    width: 36%;
    height: auto;
}

/* スクロールダウン */

#top .scroll_box {
    margin-top: 8rem;
    height: 50px;
    position: relative;
}

/*Scrollテキストの描写*/
#top .scroll_content span {
    /*描画位置*/
    position: relative;
    /*テキストの形状*/
    color: #292d33;
    font-size: 1rem;
    letter-spacing: 0.2em;
}

/* 線の描写 */
#top .scroll_content::after {
    content: "";
    /*描画位置*/
    position: absolute;
    margin-top: 22px;
    top: 0;
    left: 50%;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #292d33;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 45px;
        opacity: 0;
    }
}

/* 共通見出し
-------------------------*/

.content_head {
    margin-bottom: 4rem;
}

.content_head h2 {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 4px;
    margin-bottom: .1rem;
}


/* プロフィール
-------------------------*/

#skill {
    background: #f7f7f7;
}

#profile .profile_header {
    margin-bottom: 4rem;
}

.profile {
    padding-bottom: 68px;
}

#skill .skill_content_col h3{
    margin-top: 0.8rem;
    font-weight: 400;
    font-size: 22px;
}

/* 制作物
-------------------------*/

#work .work_content .work_content_col a {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: .24s ease-in-out;
}

#work .work_content .work_content_col a:hover {
    opacity: .75;
}

#work .work_content .work_content_col a img {
    width: 100%;
    height: auto;
}

#work .work_content .work_content_col h3 {
    font-size: 18px;
    margin: 0.8rem 0 0.4rem 0;
    letter-spacing: 2px;
}

#work .work_content .work_content_col span {
    font-size: 14px;
    color: #989898;
    letter-spacing: 1px;
}

/* お問い合わせ
-------------------------*/

#contact {
    background: #F1F8FB;
}

#contact form {
    text-align: center;
}

#contact label {
    text-align: left;
}

#contact label .required::after {
    display: inline-block;
    content: "必須";
    font-size: 12px;
    background: #E13134;
    margin-left: .4rem;
    color: #fff;
    padding: 0 .1rem;
    border-radius: 2px;
}

#contact input,#contact textarea {
    width: 100%;
    padding: .6rem .8rem;
    margin: .6rem 0 0 0;
    border: none;
    border-radius: 4px;
}

#contact [type="submit"] {
    width: auto;
}

#contact .has-spinner {
    background: #4BA5E5;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    padding: .8rem 2.4rem;
    border-radius: 4px;
    transition: .24s ease-in-out;
}

#contact .has-spinner:hover {
    opacity: .75;
}

#contact .scroll_up {
    position: relative;
    font-size: 50px;
    color: #292d33;
    text-decoration: none;
    font-weight: 200;
    margin-right: 90px;
}

#contact .scroll_up::before {
    position: absolute;
    display: inline-block;
    top: -38px;
    right: -54px;
    content: "";
    background-image: url("/wp-content/themes/takeshi/svg/scroll-text.svg");
    display: block;
    width: 148px;
    height: 148px;
    animation: rotate 15s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/*-------------------------
    詳細ページ
-------------------------*/

#single .single_inner {
    padding-top: 78px;
    margin-top: 20px;
}

#work {
    margin-top: 20px;
}

/* 共通パーツ
-------------------------*/

#single .single_head {
    text-align: center;
}

#single .single_head_title {
    font-size: 40px;
    letter-spacing: 4px;
    margin-bottom: .1rem;
}


#single .single_head {
    text-align: center;
}

.single_detail_title {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

#single .single_detail_image {
    text-align: center;
}

#single .single_detail_image img {
    width: 100%;
    height: auto;
}

/* コンテンツ
-------------------------*/

#single .single_content table th,
#single .single_content table td{
    border: 0;
}

#single .single_content table {
    width: 100%;
}

#single .single_content table th {
    white-space: nowrap;
    width: 100px;
    padding: 1.6rem 0;;
}

#single .single_content_capture {
    max-width: 600px !important;
    margin: 4rem auto;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

#single .single_content_capture img {
    max-width: 600px !important;
    width: 100%;
    height: auto;
}

/*-------------------------
    フッター
-------------------------*/

#fotter {
    position: relative;
    background: #368ACD;
    color: #fff;
}

@media screen and (max-width: 576px) {
    .content_head h2 {
        font-size: 48px;
        letter-spacing: 2px;
        margin-bottom: .1rem;
    }

    .section {
        padding: 3.6em 0;
    }

    #nav .nav_contact {
        background: transparent;
        margin: 0 !important;
        padding: 0 !important;
    }

    #nav .nav_contact a {
        display: block;
        color: #4BA5E5 !important;
        line-height: 24px;
        padding-left: 0;
        padding-right: 0;
    }
}