﻿@charset utf8;

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/

@media screen and (min-width: 769px) {
    img {
        max-width: 100%;
    }
    body {
        font-family: "Times New Roman", "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, sans-serif;
        background-color: #1c0019;
        margin: 0;
        padding: 0;
    }
    a {
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -ms-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        border: none;
    }
    ul {
        margin: 0;
    }
    li {
        list-style: none;
    }
    h2 {
        padding: 35px 0 35px 0;
        font-size: 32px;
        text-align: center;
    }
    .bold {
        font-weight: bold;
    }
    .colorful {
        color: #ba0088;
    }
    .big {
        font-size: 160%;
        line-height: 1.6;
    }
    /* ナビセクション */
    #navi {
        width: 100%;
        /* height: 70px; */
        z-index: 999;
        position: fixed;
        background: #1c0019;
        color: #fff;
        margin: 0;
        padding: 0;
        opacity: 0.9;
    }
    #navi .logo {
        height: 22px;
        padding: 0 0 0 30px;
        font-size: 14px;
    }
    /* menu box */
    .menu {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    .menu li {
        width: 20%;
        float: left;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .menu li a {
        width: auto;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 0;
        text-decoration: none;
        display: block;
        background: #66006d;
        text-shadow: 0 -1px 0px #d221bc, 1px 1px 0px #d221bc;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px rgba(0, 0, 0, 0.1);
    }
    .menu li a:hover {
        background: #d221bc;
    }
    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    /* 先頭のセクション */
    #header {
        text-align: center;
        width: 100%;
        background-position: center center;
        background-size: cover;
        color: #fff;
        text-shadow: 0 3px 1px #000;
        font-weight: bold;
        padding-top: 80px;
        /* max-height: 460px; */
    }
    #header.h-top{
        background-image: url(/img/desk2.jpg);
    }
    #header.h-about{
        background-image: url(/img/about.jpg);
    }
    #header.h-service{
        background-image: url(/img/service.jpg);
    }
    #header.h-works{
        background-image: url(/img/works.jpg);
    }
    
    #header h2 {
        font-size: 36px;
        padding: 10px 2% 10px 2%;
    }
    .h-desc {
        padding: 0 10% 10% 10%;
        position: relative;
        line-height: 1.75;
    }
    #header .pages {
        font-size: 16px;
        text-align: center;
    }
    .h-top::after, .h-about::after, .h-service::after, .h-works::after {
        content: "";
        position: absolute;
        top: 600px;
        height: 30px; 
        width: 30px; 
        left: 48%;
        /* サポートしてないブラウザ向け */
        left: calc(50% - 16.2px);
        border-top: 3px solid #fff; 
        border-right: 3px solid #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #header ul {
        margin: 0 0 30px 0;
        line-height: 2;
    }
    #header p {
        font-size: 20px;
        line-height: 32px;
        margin: 2%;
        text-align: left;
    }
    #wrapper {
        width: 100%;
    }
    /* 見出し前の記号 */
    .grass {
        position: relative;
        padding-left: 40px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .grass_ring:before {
        position: absolute;
        content: "▼";
        color: #66006d;
        left: -25px;
        top: -15px;
        font-size: 50px;
    }
    .grass_ring:after {
        position: absolute;
        content: "▽";
        color: #66006d;
        left: -5px;
        top: 0;
        font-size: 40px;
    }
    .grass_block:before {
        position: absolute;
        content: "□";
        left: -18px;
        top: -18px;
        font-size: 50px;
    }
    .grass_block:after {
        position: absolute;
        content: "□";
        color: #66006d;
        left: -5px;
        top: -5px;
        font-size: 50px;
    }
    .grass_selector:before {
        position: absolute;
        content: "◆";
        left: -4px;
        top: -4px;
        font-size: 35px;
    }
    .grass_selector:after {
        position: absolute;
        content: "◇";
        left: -20px;
        top: 1px;
        font-size: 35px;
    }
    .grass_heart:before {
        position: absolute;
        content: "♡";
        left: -4px;
        top: -4px;
        font-size: 35px;
    }
    .grass_heart:after {
        position: absolute;
        content: "❤";
        left: -20px;
        top: 1px;
        font-size: 35px;
    }

    /* 臨時のメニュー */

    .work-menu {
       padding: 0 100px;
       display: flex;
    }

    .work-menu-text {
        width:50%;
        padding-right: 50px;
    }

    .work-menu-img {
        width: 47%;
        padding-left: 40px;
    }
    /* 外部リンクのアレ */
    .blog-list a[target="_blank"],
    .caption a[target="_blank"] {
        padding-right: 15px;
        background: url(/icon/external-g.png) no-repeat right center;
        text-decoration: none;
        color: #111;
    }
    .blog-list a[target="_blank"]:hover,
    .caption a[target="_blank"]:hover {
        background: url(/icon/external-r.png) no-repeat right center;
        color: #d221bc;
    }
    /* マウスオンで画像動くやつ */
    .scale a:hover {
        opacity: 0.6;
    }
    /* ボタンです */
    .c_btn {
        text-align: center;
        display: block;
        padding: 20px 0;
        font-size: 20px;
    }
    .c_btn .blog-list {
        margin: 10px 0 0 0;
        text-align: right;
    }
    .c_btn a {
        border: none;
        border-radius: 5px;
        background: #66006d;
        color: #fff;
        -webkit-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        opacity: 1;
        width: 30%;
        padding: 12px 40px;
        text-decoration: none;
    }
    .c_btn a:hover {
        background: #d221bc;
        color: #FFF;
        text-decoration: none;
    }
    /* 背景が暗いセクション */
    .sec_dark {
        background-image: url(/img/service01.jpg);
        background-position: center center;
        background-size: cover;
        color: #fff;
        text-shadow: 1px 1px 5px #1c0019;
    }
    .sec_dark .colorful,
    .head_dark .colorful h2,
    #header .colorful,
    .about_sec .colorful {
        color: #f2e8ff;
        text-shadow: 2px 2px 5px #d221bc;
    }
    /* 背景を明るくするセクション */
    .sec_bright {
        background-color: #fff;
    }
    /* main box */
    .tb {
        width: 100%;
        margin: 3% 0 5px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-box;
        display: -o-box;
        display: flex;
        display: box;
        -webkit-box-align: center;
        -moz-box-align: center;
        align-items: center;
    }
    .tb-fu {
        width: 100%;
        margin: 0 0 2% 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-box;
        display: -o-box;
        display: flex;
        display: box;
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        align-items: flex-start;
    }
    .tb h3 {
        margin: 15px 0;
        font-size: 24px;
        text-align: center;
    }
    .tb p {
        font-size: 20px;
        line-height: 1.5;
        margin: 40px 4%;
    }
    .tb .ex1 {
        width: 40%;
        text-align: center;
    }
    .tb .ex2 {
        width: 60%;
    }
    .tb .ex3 {
        width: 40%;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
    }
    .tb .ex4 {
        width: 60%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -webkit-order: -1;
        order: -1;
    }
    .tb .caption {
        margin: 20px 8%;
        font-size: 16px;
    }
    /* 担当パート */
    .c-part li {
        color: #d221bc;
        display: inline-block;
        border: 1px dotted #d221bc;
        padding: 2px 7px;
        margin: 0 5px 5px 0;
    }
    /* 吹き出し処理 */
    .voice_l p {
    position: relative;
	padding: .5em .75em;
	background-color: #f2e8ff;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
    }
    .voice_l p::after {
	position: absolute;
	top: 100%;
	left: 10%;
	content: '';
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #f2e8ff;
    border-left: 15px solid #f2e8ff;
    }
    .voice_r p {
    position: relative;
	padding: .5em .75em;
	background-color: #f2e8ff;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
    }
    .voice_r p::after {
	position: absolute;
	top: 100%;
	left: 90%;
	content: '';
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #f2e8ff;
    border-right: 15px solid #f2e8ff;
    }
    
    /* メインセクション */
    .track_sec {
        margin: 5% 0 4% 0;
        padding-bottom: 5%;
        background: #FBF8EF;
    }

    .full_box {
	width: 80%;
        margin: 0 auto;
    }
    .full_box .grass_image img {
        padding: 15px 0;
    }
    .top_dark {
        background-color: #10000f;
        color: #fff;
        text-shadow: 1px 1px 5px #000;
    }

    /* h2の装飾 */
    .head_bright h2 {
        position: relative;
        padding-bottom: 0;
    }
    .head_bright h2::before {
        content: "";
        border-bottom: 2px solid #1c0019;
        position: absolute;
        display: block;
        width: 150px;
        top: 110px;
        left: 42%; /* サポートしてないブラウザ向け */
        left: calc(50% - 75px);
    }
    .head_bright h2::after {
        content: "";
        border-bottom: 2px solid #1c0019;
        position: absolute;
        display: block;
        width: 75px;
        top: 125px;
        left: 45%; /* サポートしてないブラウザ向け */
        left: calc(50% - 37.5px);
    }
    .head_dark h2 {
        background: #1c0019;
        color: #fff;
        background: #1c0019;
        position: relative;
        border: none;
        width: 100%;
        padding: 0 0 35px 0;
        margin: 0 0 80px 0;
    }
    .head_dark h2::after {
        content: '';
        position: absolute;
        top: 100%;
        margin: auto 0;
        left: 46%;
        /* サポートしてないブラウザ向け */
        left: calc(50% - 50px);
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 48px solid #1c0019;
        border-bottom: none;
    }
    /* aboutセクション */
    .about_sec {
        background-image: url(/img/about.jpg);
        background-position: center center;
        background-size: cover;
        color: #fff;
        text-shadow: 1px 1px 5px #000;
    }
    /* サービスメニューセクション */
    .s_menu {
        width: 25%;
        overflow: hidden;
        margin: 0 0 30px 0;
        padding: 30px 0 0 0;
        float: left;
    }
    .s_menu h3 {
        text-align: center;
    }
    .s_menu_c {
        width: 95%;
        height: 150px;
        margin: 0 auto;
    }
    .s_menu_im1, .s_menu_im2, .s_menu_im3, .s_menu_im4 {
        width: 95%;
        height: 200px;
        margin: 0 auto;
    }
    .s_menu_im1 {
        background-image: url(/service/img/webdir_s.jpg);
        background-position: center center;
    }
    .s_menu_im2 {
        background-image: url(/service/img/text_s.jpg);
        background-position: center center;
    }
    .s_menu_im3 {
        background-image: url(/service/img/catch_s.jpg);
        background-position: center center;
    }
    .s_menu_im4 {
        background-image: url(/service/img/edius_s.jpg);
        background-position: center center;
    }
    /* 50%の並列ボックス */
    .sec_box {
        float: left;
        width: 50%;
        margin: 10px 0;
        padding: 0 0 20px 0;
    }
    .sec_box h3 {
        font-size: 22px;
        text-align: center;
    }
    .sec_box p {
        margin: 20px 5%;
        font-size: 18px;
        line-height: 28px;
    }
    .right_reset {
        margin-right: 0;
    }
    .sec_box .caption {
        margin: 10px 5%;
        font-size: 18px;
    }
    .top_box2 .caption {
        margin: 20px 5%;
        font-size: 16px;
    }
    .sec_box .grass_image {
        text-align: center;
    }
    .sec_box ul {
        list-style: none;
        padding: 0;
        font-size: 20px;
        line-height: 1.5;
        margin: 10px 5%;
    }
    .sec_box li {
        margin-bottom: 10px;
    }
    .grass_image {
        text-align: center;
    }
    /* ブログ記事取得 */
    #post {
        background-color: #f2e8ff;
        font-size: 16px;
        text-align: left;
        color: #FFF;
        width: 75%;
        margin: 0 auto;
        padding: 25px;
        border-radius: 15px;
    }
    #post ul {
        padding: 0;
    }
    #post li {
        padding: 10px 0;
    }
    #post li a {
        color: #111;
        text-decoration: none;
    }
    #post li a:hover {
        color: #d221bc;
    }
    .blog-list {
        margin: 20px 0 0 0;
        text-align: right;
    }
    /* お問い合わせセクション */
    .grass_sec {
        background-image: url(/img/grass.jpg);
        padding: 30px 0 50px 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        clear: both;
    }
    .grass_sec h2 {
        color: #fff;
        text-shadow: 1px 1px 10px #1c0019;
        padding: 35px 0 50px 0;
        font-size: 32px;
        text-align: center;
    }
    .grass_sec h2::before, .grass_sec h2::after {
        border-color: #66006d;
    }
    /* 簡易版・お問い合わせセクション */
    .grass_sec_m {
        background-image: url(/img/grass.jpg);
        padding: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        clear: both;
    }
    .grass_sec_md {
        text-align: center;
        padding: 4% 10%;
        font-size: 24px;
    }
    
    /* その変形 */
    .grass_sec_about {
        text-align: center;
        padding: 4% 10% 0 10%;
        font-size: 18px;
    }
    .grass_sec_about h3 {
        font-size: 24px;
    }
    .grass_sec_about .cap {
        font-size: 18px;
        padding: 0 13%;
    }
    /* clearfix class */
    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    /* footer */
    #footer {
        padding: 0 0 15px 0;
        text-align: center;
        border-top: solid 1px #C0C0C0;
        width: 100%;
    }
    #footer p {
        font-size: 16px;
        line-height: 19px;
    }
    /* トップに戻すボタン */
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 77%;
    }
    #page-top a {
        background: #66006d;
        text-decoration: none;
        color: #fff;
        width: 100px;
        padding: 30px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
        opacity: 0.6;
    }
    #page-top a:hover {
        text-decoration: none;
        background: #d221bc;
    }
    
    /* フェードで表示 */
    .panel {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }
    
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    } 
    
    /* スキルグラフ */
    .graph-cont{
      width: calc(100% - 40px);
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
        color: white;
    }
    .bar{
      height: 30px;
      max-width: 800px;
      margin: 0 auto 10px auto;
      line-height: 30px;
      font-size: 16px;
      color: white;
      padding: 0 0 0 10px;
      position: relative;
    }
    .bar::before{
      content: '';
      width: 100%;
      position: absolute;
      left: 0;
      height: 30px;
      top: 0;
      z-index: -2;
      background: #ecf0f1;
    }
    .bar::after{
      content: '';
      background: #21d237;
      height: 30px;
      transition: 0.7s;
      display: block;
      width: 100%;
      -webkit-animation: bar-before 1 1.8s;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
    .bar1::after{
      max-width: 30%;
    }
    .bar2::after{
      max-width: 50%;
    }
    .bar3::after{
      max-width: 70%;
    }
    .bar4::after{
      max-width: 90%;
    }
    @-webkit-keyframes bar-before{
      0%{
        width: 0px;
      }
      100%{
        width: 100%;
      }
    }

    .how-cont{
      width: calc(100% - 40px);
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
    }
    code {
      padding: 5px;
      background: #ecf0f1;
      display: block;
    }
    pre{
      padding: 0;
      margin: 0;
    }
    
    /* 実績のボックス */
    .w_thumb_1, .w_thumb_2, .w_thumb_3, .w_thumb_4, .w_thumb_5, .w_thumb_6 {
        width: 32%;
        overflow: hidden;
        margin: 0;
        padding: 30px 0 0 1%;
        float: left;
        text-align: center;
    }
    .w_list img:hover {
        opacity: 0.5;
        cursor: pointer;
    }
    .r_list .tb {
        margin: 0;
        padding: 0;
    }
    .r_list .caption a[target="_blank"] {
        color: #fff;
    }
    .r_list .caption a[target="_blank"]:hover {
        background: url(/icon/external-r.png) no-repeat right center;
        color: #d221bc;
    }
    .w_results_1, .w_results_2, .w_results_3, .w_results_4, .w_results_5, .w_results_6 {
        display: none;
        background: #1c0019;
        color: #fff;
    }
}
