@charset "UTF-8";

/* 共通事項 */


/* イメージ画像と概要部分 */
/* 全Works共通部分 */

.main_image {
    margin: 0 auto;
    display: block;
    margin-top: 2%;
}

.work_img h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

.sub_title, .url {
    text-align: center;

}

.work_img_text {
    margin-top: 10%;
}

.sub_title {
    margin-top: 1%;
}

.url {
    margin-top: 7%;
}

.wrapper h2 {
    font-family: '游ゴシック';

}


/* 詳細記載部分 */
/* 全Works共通部分 */

.wrapper {
    width: 75%;
    margin: 0 auto;
}

span {
    color: red;
}



.summary_block {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15%;

}

.summary_title {
    display: flex;
    width: 17rem;

}

.summary_title p {
    color: #AEAEAE;
}

.summary_block .summary_title h2 {
    font-size: 2.2rem;
    height: 2rem;
    margin-right: 1rem;
    border-bottom: 7px solid #F6FF02;
}

.summary_block_img .summary_title h2 {
    font-size: 2.2rem;
    height: 2rem;
    margin-right: 1rem;
    border-bottom: 7px solid #F6FF02;
}

.summary_text {
    width: 60%;
}

.design_img {
    display: flex;
    justify-content: space-around;
    margin: 5% 2% 10% 2%;
}

.design_img .pc_img {
    width: 53%;
    margin-left: 5%;
}

.design_img .sp_img {
    width: 20%;
    margin-right: 5%;
}

.summary_block_img .summary_title {
    margin-left: 6.3%;
}


.work_img .work_img_text a {
    display: block;
    text-align: center;
    margin-top: 4%;
    color: #AEAEAE;
}

.work_img .work_img_text a:hover {
    opacity: 0.5;
    transition: all 0.4s;
}

/* iframe */

.iframe_wrapper {
    width: 60%;
}

.summary_block .iframe_wrapper p a {
    color: #184E8C;
}

.summary_block .iframe_wrapper p a:hover {
    transition: all 0.4s;
    opacity: 0.5;
}

.iframe_wrapper p {
    margin-top: 5%;
}


/* ↓各Works作品別の適応部分↓ */


/* 美容院サイト */

.design_img .sp_img.salon {
    width: 29%;
}

.main_image.site {
    margin-top: -10rem;
}

.summary_block .summary_text .korea_site {
    color: #184E8C;
}

.summary_block .summary_text .korea_site:hover {
    transition: all 0.4s;
    opacity: 0.5;
}


/* Instagram運用 */

.summary_text_ig img {
    width: 35rem;
    height: 43.8rem;
}

.summary_text_ig {
    display: flex;
    justify-content: space-around;
    margin: 0 5%;
    margin-bottom: 9%;
}

.summary_text_ig p {
    width: 50%;
}

.design_img_box_left {
    margin-left: 8%;
}


.design_img .design_img_box_left .pc_img.ig {
    width: 80%;
}

.design_img .design_img_box_right .sp_img.ig {
    width: 80%;
}

.design_img .design_img_box_left p {
    margin-left: 5%;
}

/* 動画編集 */

.work_img iframe {
    margin: 0 auto;
    margin-top: 3%;
    display: block;
    width: 70rem;
    height: 40rem;
}

.inner {
    padding: 0 5%;
}

.test__container {
    margin-top: 5%;
}

/* YouTube運用 */

.design_img_box_left p, .design_img_box_right p {
    margin-top: 5%;
}


/* portforioサイト */

.design_img.pf .sp_img {
    width: 35%;
}

.design_img.pf .pc_img {
    width: 44%;
}







/* slick */

/* 動画編集 */

.test__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .test-slick {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
  }
  @media screen and (max-width: 800px) {
    .test-slick {
      margin: 5% auto;
    }
  }
  
  .test-slick__item {
    margin-right: 5px;
    margin-left: 5px;
  }
  
  .test-slick__item img {
    height: auto;
    width: 100%;
  }
  



  /* メディアクエリー */


  /* タブレットサイズ1024pxまで */
 @media screen and (max-width:1024px) {

    /* 動画編集系ページ */
    .work_img iframe {
        width: 54rem;
        height: 30rem;
    }



    .summary_text_ig {
        display: block;
    }

    .summary_text_ig p {
        width: 100%;
    }

    .summary_text_ig img {
        width: auto;
        height: auto;
    }

    .summary_text {
        width: 100%;
    }

    .design_img {
        display: block;
    }

    .summary_block {
        display: block;
    }

    .design_img .design_img_box_right .sp_img.ig {
        width: auto;
        height: auto;
    }

    .design_img_box_left {
        margin-bottom: 10%;
    }

    .main_image.site {
        margin-top: -5rem;
    }


 }


/* iphoneサイズ599pxまで */
  @media screen and (max-width:599px) {
    
    /* 詳細記載部分 */
    /* 全Works共通部分 */

    .work_img h1 {
        font-size: 1.6rem;
    }

    .summary_block {
        display: block;
        margin: 20% 0;
    }

    .summary_title {
        width: 100%;
    }


    .summary_block .summary_title h2 {
        font-size: 2rem;
    }

    .summary_block_img .summary_title h2 {
        font-size: 2rem;
    }

    .iframe_wrapper {
        width: 100%;
        margin: 0 auto;
    }


    .work_img .work_img_text a {
        font-size: 1rem;
    }

    .work_img iframe {
        width: 30rem;
        height: 23rem;
    }

    .main_image {
        width: 90%;
    }
    
  }



