/*
Theme Name: studiopal2
Description: 長崎県の映像制作・ロゴ制作会社
Author: Miyu Okuda
Version: 0.1
*/

body {
    font-family: heisei-kaku-gothic-std, sans-serif;
 font-style: normal;
  font-weight: 300;
    line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background: url(images/background3.png);
  background-size: cover;
}




*{
    box-sizing: border-box;
}


a {
    text-decoration: none;
    color: #fff;
}

html{
    scroll-behavior: smooth;
}

img{
    width: 100%;
    height: auto;
  max-width: 100%;
}



/* 共通 */
.pc{
    display: block;
}
.sp{
    display: none;
}
.mt10{
    margin-top: 10px ;
}
.mt20{
    margin-top: 20px ;
}
.mt30{
    margin-top: 30px ;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}
img {
    width: 100%;
    height: auto;
}
a{
    text-decoration: none;
}
.main{
    position: relative;
}
@media (max-width: 768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .mt30{
        margin-top: 20px ;
    }
    .mt40{
        margin-top: 30px;
    }
    .mt50{
        margin-top: 40px ;
    }
}

/* ヘッダー */
header {
    width: 100%;
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_wrap{
    /*margin: auto;*/
}
.header_top{
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_container{
    /*display: flex;
    align-items: center;
    width: 50%;*/
}
/*.logo{
    width: 200px;
    margin-right: 30px;
}*/
.logo_dis {
    font-size: 12px;
    color: #999;
    font-weight: 300;
}
.sns_container{
    width: 120px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.sns_container li{
    width: 29%;
    margin-left: 10px;
}

@media (max-width: 1200px){
    .header_wrap{
        width: 95%;
    }
}
@media (max-width: 768px) {
    header {
        position: fixed;
        top: 0;
        z-index: 100;
        background-color: #ffffff;
        padding: 5px 0 0;
        box-shadow: 0px 4px 4px -4px #999;
    }
    .header_wrap{
        width: 100%;
        padding: 0 2.5%;
        box-sizing: border-box;
    }
    .logo{
        width: 150px;
        margin-right: 20px;
    }
    .logo_dis {
        font-size: 12px;
    }
    .sns_container{
        width: 190px;
        align-items: center;
        
    }
    .sns_container li{
        width: 14%;
        margin-left: 9px;
        cursor: pointer;
    }
}

/* グローバルメニュー */
.gnav{
    /*width: 100%;*/
    margin-top: 30px;
}
.pc_nav_wrap{
    max-width: 1100px;
    margin: auto;
    padding-bottom: 20px;
}
.pc_nav_container li {
    display: inline-block;
    margin-right: 30px;
}
.pc_nav_container li a {
    display: inline-block;
    font-size: 22px;
    text-decoration: none;
}
@media (max-width: 1200px){
    .pc_nav_wrap{
        width: 95%;
    }
}
@media (max-width: 768px) {
    .gnav{
        margin-top: 0;
    }
    .pc_nav_wrap{
        width: 100%;
        padding: 0 2.5%;
        box-sizing: border-box;
    }
    .pc_nav_container{
        position: fixed;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        padding-top: 20%;
    }
    .pc_nav_container li{
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        border-bottom: #333 1px solid;
        display: block;
    }
    .pc_nav_container li{
        border-left: none;
    }
    .pc_nav_container li a{
        display: block;
        padding: 25px 0;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: normal;
        color: #333;
        text-decoration: none;
    }
    .pc_nav_container li:last-child{
        border-right: none;
    }
    .menu-btn{
        color: #333;
        cursor: pointer;
        z-index: 100;
        width: 17% !important;
    }
    .menu-btn i{
        display: block;
        font-size: 24px;
        text-align: center;
        padding-top: 10px;
    }
    .menu-btn span{
        display: block;
        padding: 0 0 10px 0;
        font-size: 10px;
        text-align: center;
    }
    .open{
        transition: all .5s;
        visibility: visible;
        opacity: 1;
        z-index: 10;
    }
    .menu-btn span::after{
        content: attr(data-txt-menu);
    }
    .open span::after{
        content: attr(data-txt-close);
    }
}

/* トップページ */
.main_post{
    width: 100%;
    padding: 30px 0;
}
.main_post_wrap{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.post_links {
    text-decoration: none;
    color: #yellow;
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #E8E8E8;
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
}
.post_links img{
    display: block;
    height: 180px;
    object-fit: cover;
}
.post_thumb{
    width: 247px;
}
.post_thumb img{
    object-fit: cover;
}
.post_txt{
    width: 527px;
    padding: 3% 0 0 5%;
    box-sizing: border-box;
}
.post_meta{
    display: flex;
}
.post_time{
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
}
.post_cat{
    font-size: 10px;
    font-weight: 400;
    border: solid 1px #fff;
    padding: 2px;
    box-sizing: border-box;
}
.post_ttl {
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1.5;
}
@media (max-width: 1200px){
    .main_post_wrap{
        width: 95%;
    }
}
@media (max-width: 768px){
    .main_post{
        margin-top: 64px;
    }
    .main_post_wrap{
        flex-direction: column;
        width: 100%;
    }
    .main_post_container{
        width: 95%;
        margin: auto;
    }
    .post_links {
        margin-bottom: 20px;
        padding: 15px 5px;
    }
    .post_links img{
        height: auto;
    }
    .post_thumb{
        width: 38%;
    }
    .post_txt{
        width: 62%;
        padding: 5px 0 0 10px;
    }
    .post_meta{
        flex-direction: column;
    }
    .post_time{
        font-size: 12px;
        margin-right: 0;
    }
    .post_cat{
        width: fit-content;
        margin-top: 10px;
    }
    .post_ttl {
        font-size: 16px;
        margin-top: 10px;
    }
}
@media (max-width: 480px) {
    .post_cat{
        margin-top: 5px;
    }
    .post_ttl {
        font-size: 10px;
        margin-top: 5px;
    }
}

/* サイドバー */

.widget {
    width: auto;
    border: 1px solid #E8E8E8;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.widget_ttl {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
.widget ul {
    list-style: none;
}
.widget ul li a{
    color: #7B7B7B;
    text-decoration: none;
}
@media (max-width: 768px){
    #sidebar {
        width: 95%;
        margin: auto;
    }
    .widget {
        margin-bottom: 20px;
    }
    .widget_ttl {
        font-size: 16px;
    }
    .widget ul li{
        font-size: 13px;
    }
}

/* シングルページ */
.single_post_container{
    /*width: 70%;*/
    padding: 60px 40px;
    box-sizing: border-box;
}
.single_ttl{
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
}
@media (max-width: 768px){
    .single_post_container{
        width: auto;
        margin-bottom: 20px;
        padding: 60px 2.5%;
    }
    .single_ttl{
        font-size: 18px;
    }
}

/* アーカイブタイトル */
.info_ttl{
    max-width: 1100px;
    margin: auto;
    font-size: 20px;
    margin-bottom: 30px;
}
@media (max-width: 1200px){
    .info_ttl{
        width: 95%;
    }
}
@media (max-width: 768px){
    .info_ttl{
        font-size: 16px;
        margin-bottom: 20px;
    }
}
/* フッター */
.copy a{
    color: #333;
}

.page-numbers {
    text-align: center;
    justify-content: space-between;
    list-style-position: inside;
    list-style-type: none;
    padding: 0;
}
.pagination {
    display: flex;
    justify-content: space-between;
    list-style-position: inside;
    list-style-type: none;
    padding: 0;
}
.pagination li, .page-numbers li {
    display: inline-block;
}
.pagination a, .page-numbers a {
    display: inline-block;
    padding: .5rem;
    margin: 0 .2rem .2rem 0;
    background: #fff;
    border: 1px solid #ccc;
}
.page-numbers span {
    display: inline-block;
    padding: .5rem;
    margin: .2rem;
    border: 1px solid #ccc;
}
footer {
    font-size: small;
    text-align: center;
    padding: 3rem 1rem;
}
footer .copy {
    padding: 1rem 0;
}


/* トップバナー3 */

.topbanner3_header{
    width: calc(100% - 176px);
    margin: auto;
    padding: 33px 0;
    box-sizing: border-box;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbanner3_header h1{
    width: 292px;
}
.topbanner3_header h1 a{
    display: block;
    text-decoration: none;
}
.topbanner3_header h1 a img{
    width: 100%;
    height: auto;
}
.topbanner3_header nav{
    width: auto;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}
.topbanner3_header nav a{
    display: block;
    margin-left: 40px;
    color: #000000;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
.topbanner3_header nav a::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000000;
    transition: all 0.3s ease 0s;
}
.topbanner3_header nav a:hover{
    cursor: pointer;
}
.topbanner3_header nav a:hover::after{
    width: 100%;
}
@media (max-width: 1020px){
    .topbanner3_header{
        width: 90%;
        margin: auto;
        padding: 33px 0;
        box-sizing: border-box;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (max-width: 767px){
    .topbanner3_header{
        display: none;
    }
}

/* ドロワーメニュー */
#drawer{
    display: none;
    width: 90%;
    height: 70px;
    position: relative;
    margin: auto;
    box-sizing: border-box;
}
#drawer h1{
    width: 35%;
}
#drawer h1 a{
    text-decoration: none;
}
#drawer h1 a img{
    width: 100%;
}

@media screen and (max-width: 767px){
    #drawer{
        display: flex;
        align-items: center;
    }
}

/* メイン画像 */
/*.topbanner3_photo{
    max-width: 1100px;
    margin: 30px auto 0;
}
.topbanner3_photo img{
    width: 100%;
    height: auto;
}
@media (max-width: 767px){
    .topbanner3_photo{
        width: 100%;
        margin: auto;
    }
    .topbanner3_photo img{
        height: 70vh;
        object-fit: cover;
    }
}*/

/* CONCEPT */
/*#contents22{
    width: 100%;
    padding: 110px 0;
}
.contents22_wrap{
    width: 900px;
    margin: auto;
}
.contents22_wrap h2{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.25em;
    font-family: 'Lato', sans-serif;
}
.contents22_wrap p{
    width: 70%;
    margin: 40px auto 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 3;
    text-align: center;
}
@media (max-width: 1020px){
    .contents22_wrap{
        width: 100%;
    }
}
@media (max-width: 767px){
    #contents22{
        width: 100%;
        padding: 60px 0;
    }
    .contents22_wrap{
        width: auto;
        padding: 0 30px;
    }
    .contents22_wrap h2{
        font-size: 17px;
        letter-spacing: 0.25em;
    }
    .contents22_wrap p{
        width: 100%;
        margin: 20px auto 0;
        line-height: 2.4;
        font-size: 12px;
    }
}*/

/* MY SKILL */
/*#contents7{
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
#contents7 h2{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
.contents7_container{
    width: 1000px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: space-between;
}
.contents7_box{
    width: 230px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px #000000 solid;
}
.contents7_number{
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    background-color: #ffffff;
    width: 56px;
    height: 56px;
    border-radius: 150%;
    border: solid 2px #000000;
    line-height: 56px;
}
.contents7_icon{
    width: 56px;
    height: 56px;
    margin: 25px auto 0 auto;
    text-align: center;
}
.contents7_icon i{
    font-size: 48px;
    color: #000;
}
.contents7_box h3{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.contents7_box h3 i{
    display: none;
}
.contents7_box_txt{
    width: 70%;
    margin: 40px auto;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}
#contents7 a{
    width: 280px;
    height: 40px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    margin: 90px auto 0 auto;
    color: #000000;
    background-color: #ffffff;
    border: solid 2px #000000;
    border-radius: 25px;
    transition: all 0.3s ease 0s;
}
#contents7 a:hover{
    background: #000000;
    color: #fff;
}
@media (max-width: 1020px){
    .contents7_container{
        width: 90%;
    }
    .contents7_box{
        width: 23%;
    }
}
@media (max-width: 768px){
    #contents7{
        padding: 0;
    }
    #contents7 h2{
        font-size: 18px;
    }
    .contents7_container{
        width: 95%;
        margin: 40px auto 0 auto;
        flex-direction: column;
    }
    .contents7_box{
        width: 100%;
        display: flex;
        margin-bottom: 10px;
        padding: 35px 30px 40px 80px;
        position: relative;
    }
    .contents7_number{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        margin: auto;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .contents7_res{
        width: 95%;
    }
    .contents7_icon{
        display: none;
    }
    .contents7_box h3 {
        text-align: left;
    }
    .contents7_box h3 i{
        display: initial;
    }
    .contents7_box_txt{
        width: 100%;
        margin: 20px 0 0 0;
        font-size: 14px;
    }
    #contents7 a{
        width: 280px;
        height: 40px;
        display: block;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        margin: 40px auto 0 auto;
        color: #000000;
        background-color: #ffffff;
        border: solid 2px #000000;
        border-radius: 25px;
        transition: all 0.3s ease 0s;
    }
}
*/

header{
    height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

li{
    list-style: none;
}

video{
  max-width: 100%;
  height: fit-content;
}

nav{
  text-transform: capitalize;  
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

br.none{
  display: none;
}

.wrap-all{
  background: url(../img/background3.png) no-repeat;
  background-size: cover;
}









.title.open{
    display: none;
}



.logo{
     max-width: 325px;
   height: 48px;
   min-width: 80px;

   margin-left: 83px;

}

.smartphone{
  display: none;
}










button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button:hover {
  cursor: pointer;
}

.btn.js-btn:hover {
  border: solid 1px #fff;
}

/**************** 以下、ハンバーガーボタンのスタイリング ****************/
.btn {
  /* ボタンの配置位置  */
  position: fixed;
  top: 16px;
  right: 16px;
  /* ボタンの大きさ  */
  width: 58px;
  height: 48px;
  /* バーガーの線をボタン範囲の中心に配置 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 最前面に */
  z-index: 10;

  display: none;
}

/***** 真ん中のバーガー線 *****/
.btn-line {
  /* 線の長さと高さ */
  width: 100%;
  height: 4px;
  /* バーガー線の色 */
  background-color: #fff;
  /* バーガー線の位置基準として設定 */
  position: relative;
  transition: .2s;
}

/***** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
  /* 基準線と同じ大きさと色 */
  position: absolute;
  transition: .5s;
}


.btn-line::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 上の線の位置 */
  transform: translateY(-16px);
}


.btn-line::after {
  content: "menu";
  /* 下の線の位置 */
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(8px);
  color: #fff;
}

/***** メニューオープン時 *****/
.btn-line.open {
  transition: .5s;
}

.btn-line.open::before {
  content: "";
  transform: translateY(0);
}

.btn-line.open::after {
  content: "close";
  color: #fff;
}
/* ここまでボタンアニメーション */

/**************** ここまで、ハンバーガーボタンのスタイリング ****************/

/**************** 以下、メニューのスタイリング ****************/
header ul.menu {
  max-width: 719px;
  display: flex;
  justify-content: flex-end;
  margin-right: 45px;
  font-size: 22px;
}

header ul li.menu-list {
  width: 100%;
  padding: 20px;
  margin-left: 1vw;
  text-align: center;
}

.menu-list:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  transition: .3s;
  cursor: pointer;
}

/***** メニューオープン時位置0にして画面内に *****/
header ul.menu.open {
  transform: translateX(0%);
  background-color: rgba(204, 204, 204, 0.5);
  max-width: 300px;
  /*transform: translateY(0%);*/
  position: fixed;
  top: 70px;
  right: 0;
  margin-right: 0;
  z-index: 99;

  display: flex;
  flex-direction: column;
  align-items: flex-end;

}

header ul.menu.open li {
    margin-left: 0;
    padding: 20px;
    width: 100%;
}

header ul li.menu-list.open{
    display: block;
}


/* 600px以上はハンバーガーボタン非表示、ヘッダー固定 */



/**************** ここまで、メニューのスタイリング ****************/

/*中心から外に線が伸びる（下部）===================================*/

.gnavi li a{
    /*線の基点とするためrelativeを指定*/
  position: relative;
  padding-bottom: 5px;
}

.gnavi li.current a,
.gnavi li a:hover{
  color:#f1f850;
}

.gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0%;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background:#f1f850;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}






.ScrollTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  
  
  opacity: 0;
  transition: all 0.65s;
}

.ScrollTop.isActive {
  opacity: 1;
  transition: all 0.65s;
}






h1 img.main{
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: 45px 0px;
}

div.main-visual video{
  display: none;
}





#about,#member,#portfolio,.contact-wrap,#blog{
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 200px;
}

#works{
  max-width: 1290px;
  margin: 0 auto;
  margin-top: 200px;
  margin-bottom: 200px;
}

.contact-wrap2{
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 200px;
}

#about p{
  line-height: 1.3;
}



.first-h2{
  font-size: 5vw;
  padding: 100px 0px 50px 0px;
  font-weight: bold;
  font-family: 'Gotu', 'Noto Sans JP',sans-serif;
  margin-bottom: 30px;
}

.under-line{
  border-bottom: solid 2px #fff;
}

.about-h{
  font-size: 1.3vw;
  line-height: 2;
  padding-bottom: 73px;
}

.about-button{
  border: solid 2px #fff;
  padding: 10px;
  font-size: 30px;
  display: inline-block;
}

.about-button:hover{
  background: rgba(255, 255, 255, 0.4);
}


.t-tra{
  text-transform: uppercase;
}



.h2-wrap{
  max-width: 408px;
  border-bottom: 2px solid #fff;
}



.h2-b{
  font-size: 80px;
  text-transform: capitalize;
  display: inline-block;
}







.h2-under{
  font-size: 40px;
  text-align: start !important;
  font-family: 'Noto Sans JP',sans-serif;
  margin-bottom: 60px;
  padding: 10px 40px 10px 40px;
  border-top: solid 3px #000;
  max-width: fit-content;
}









.p-button{
    text-align: center;
    margin: 40px 0px;
    border: solid 2px #000;
    padding: 20px;
    border-radius: 100px;
    max-width: 300px;
    margin: 0 auto;
}

.p-button:hover{
    background-color: rgba(204, 204, 204, 0.3);
}



.portfolio-list{
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
  flex-wrap: wrap;
  max-width: 90vw;
  margin: 0 auto;
}

.portfolio-list img{
    max-width: 300px;
}

.portfolio-list li{
  margin: 20px 0px;
}





.works-contents{
  /*font-family: 'Noto Sans JP',sans-serif;*/
}

#works video{
  margin-top: 70px;
  max-width: 790px;
}

.works-contents li{
  margin: 0 auto;
  padding: 10px 0px;
}

.w-con img{
  max-width: 750px;
}

.w-con{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 100px;
}

.protest{
  flex-direction: row-reverse;
}

.works-h{
    font-size: 5vw;
  border-bottom: solid 2px #fff;
  display: inline-block;
  text-transform: uppercase;
}

.charge1,.charge2,.charge3{
  font-size: 20px;
}

.w-con-text.left{
  /*padding-left: 20px;*/
  /*max-width: 490px;*/
}

.w-con-text.right{
  /*padding-right: 20px;*/
}


.w-con-text h4{
  padding-top: 30px;
  font-weight: 400;
}

.s-button{
  display: none;
}


.button-wrap{
  max-width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.button-wrap img{
  max-width: 120px;
}

/*ボタン装飾*/
.button-wrap a{
    position: relative;
    padding: 20px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    margin: 0px;
    transition: 1s;
    text-decoration: none;
    overflow: hidden;

}

.button-wrap p{
  text-align: center;
  display: inline-block;
}

.button-wrap a:hover{
    background: var(--clr);
    box-shadow: 0 0 10px var(--clr),
    0 0 30px var(--clr),
    0 0 60px var(--clr),
    0 0 100px var(--clr);
}
.button-wrap a::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 500px;
    background: var(--clr);
    transition: 1s;
    animation: animate 3s linear infinite;
    animation-delay: calc(0.33s * var(--i))
}
.button-wrap a:hover::before{
    width: 120%;
}
@keyframes animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.button-wrap a::after{
    content: '';
    position: absolute;
    inset: 3px;
    background: #0e1538;
    transition: 0.5s;
}
.button-wrap a:hover::after{
    background: var(--clr);
}
.button-wrap a span{
    position: relative;
    z-index: 1;
    font-size: 2em;
    color: #fff;
    /*opacity: 0.5;*/
    text-transform: uppercase;
    /*letter-spacing: 4px;*/
    font-family: monospace;
}
/*ボタン装飾ここまで*/








.w-h3-2{
  padding-bottom: 30px;
}

.h2-works{
  margin-bottom: 0px;
}

.w-button{
    text-align: center;
    /*margin: 40px 0px;*/
    /*border: solid 2px #000;*/
    padding-bottom: 30px;
    border-radius: 100px;
  font-size: 25px;
}

/*.w-button:hover{
    background-color: rgba(204, 204, 204, 0.3);
}*/






.member-contents{
    display: flex;
    justify-content: space-between;

}

.member-contents:after{
    content: "";
    width: 350px;
}

.m-con p:last-of-type{
    text-align: center;
}

.size{
    font-size: 3em;
    margin: 20px;
}

.hover:hover {
    background: rgba(204, 204, 204, 0.8);
}

.icon{
    display: flex;
    justify-content: center;
}














#contact{
  text-align: center;
  font-size: 25px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}

#contact h2{
    padding-top: 100px;
    margin-bottom: 85px;
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
}

.contact-wrap p:first-of-type {
  font-size: 20px;
}

.contact-wrap2 p:first-of-type {
  font-size: 20px;
}

div.con-text span.tell{
  font-size: 40px;
  font-family: sans-serif;
}



.con-text{
  margin: 60px 0px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.con-text p{
  padding: 45px 0px;
}

.con-text img{
  max-width: 40px;
  margin-right: 10px;
}

div.con-text span.time2{
  font-family: sans-serif;
}


















#formWrap {
  line-height:120%;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 120px;
}

table{
  text-align: start;
}

input{
  width: 50vw;
  height: 55px;
}

textarea{
  width: 50vw;
  height: 380px;
}

th.top{
  vertical-align: top;
}

.hissu{
  font-size: 18px;
  background: #faec52;
  color: #000;
  margin-left: 10px;
}

table.formTable{
  width:100%;
  margin:0 auto;
  border-collapse:collapse;
}
table.formTable td,table.formTable th{
  /*border:1px solid #505050;*/
  padding:20px;
  color: #fff;
}
table.formTable th{
  width:fit-content;
  font-weight:normal;
  text-align: right;
  /*background:#505050;*/
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

#formWrap p{
  padding: 10px 0px;
  color: #fff;
}

th{
  vertical-align: middle;
}

p.center{
  display: flex;
  justify-content: flex-end;

}

p.center input{
  width: 143px;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
  width:95%;
  margin:0 auto;
  padding-bottom: 100px;
}





table.formTable th, table.formTable td {
  width:auto;
  display:block;
  padding-top: 0;
}
table.formTable th {
  margin-top:5px;
  border-bottom:0;
  width: fit-content;
  padding: 0;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 18px;
}



form input[type="text"], form textarea {
  width:100%;
  padding:5px;
  font-size:110%;
  display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
  display:block;
  width:100%;
  height:40px;
}

input{
  height: 30px;
}

textarea{
  height: 90px;
}
}




h4.line-h4{
  font-size: 40px;
}




.line{
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 96px;
}

.line-none{
  display: none;
}

img.line-button{
  width: 300px;
}


img.line-icon{
  max-width: 90px;
  margin-right: 30px;
}

.line button{
  font-size: 30px;
  color: #fff;
  background: #86FF86;
  padding: 30px 15px;
  margin-left: 30px;
}

.follow h4{
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
  /*font: italic normal bold 25px/30px Josefin Sans;*/
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
}

.follow{
  /*padding: 100px 0px;*/
  background: url(images/pink-line.png) no-repeat;
  /*background-size: contain;*/
  background-position: bottom;
}

.icon{
  display: flex;
  justify-content: center;
}

.icon i{
  font-size: 60px;
  margin: 60px;
}



.insta:hover{
  color:rgba(255,24,216,0.5);
}

.twitter:hover{
  color: rgba(67,186,255,0.8);
}

.youtube:hover{
  color: rgba(255,6,31,0.8);
}

footer{
  background: #242424;
  text-align: center;
}

footer h3 img{
  max-width: 280px;
}

footer ul.menu{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 22px;
}

footer ul.menu li{
  padding: 20px;
}

/*.row{
  display: flex;
  justify-content: center;
}

.contact-wrap{
  margin-bottom: 0px;
  padding-bottom: 120px;
}*/

.c-con-wrap{
  max-width: fit-content;
  margin: 0 auto;
}

.contact-p{
  margin-bottom: 30px;
}

.c-con{
  padding: 3vw;
}

.c-con h3{
  margin-bottom: 50px;
  /*text-align: center;*/
}

.c-con-p{
  padding: 10px 0px;
  letter-spacing: 0.09em;
}

small{
  text-align: center;
  display: block;
  padding: 15px 0px;
  background: #020b35;
}











@media screen and (max-width: 1300px){

  section#about{
    margin: 0 auto;
    max-width: fit-content;
  }
}





@media screen and (max-width: 1150px){

  header ul.menu{
    display: none;
  }

  .btn{
  display: flex;
 }

 .logo{
  margin-left: 5px;
 }

 header{
  height: 80px;
 }

 h1 img.main{
  padding: 10vw;
 }

}

@media screen and (max-width: 1100px){



  .none{
    display: none;
  }
}

@media screen and (max-width: 990px){

  

 

  #about, #works, #member, #portfolio, .contact-wrap{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .contact-wrap2{
    margin-top: 100px;
    margin-bottom: 100px;
  }

}

  @media screen and (max-width: 815px){

  .c-con-wrap{
    flex-direction: column-reverse;
  }

  .h2-b{
    font-size: 25px;
    padding: 3px;
    margin-left: 15px;
  }

  /*.h2-under{
    font-size: 25px;
    margin-left: 15px;
  }*/

  .about-h{
    font-size: 4vw;
    line-height: 1.3;
  }

  .c-con{
    text-align: center;
  }
}


@media screen and (max-width: 750px){

  


  .w-con img{
    padding-top: 40px;
  }

  .w-con video{
    height: auto;
  }

  .w-con p:last-child{
    /*padding: 20px;*/
  }

  .scrolldown4{
    display: none;
  }
}

@media screen and (max-width: 655px){
  footer ul.menu{
    font-size: 13px;
  }
}



@media screen and (max-width: 520px){

  .blog-list{
    flex-direction: column;
    padding: 10px;
  }

  .about-h{
    font-size: 10px;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0;
  }

  .works-h{
    padding: 5px 0px;
  }

  .s-b-wrap,.s-button{
    display: none;
  }

  .s-button{
  border: solid 1px #fff;
  margin: 15px 20px 5px 20px;
  padding: 3px !important;
}

  .w-button{
    margin: 0;
  }

  .works-contents li{
    padding: 0;
  }

  .works-contents{
    max-width: 100vw;
  }

  .w-con{
    width: 100vw;
    max-width: 100%;
  }

  .line{
    margin-top: 10px;
    padding: 20px;
  }

  .follow{
  background-position: bottom;
  padding: 0;
  background-size: 140%;
}

.icon i{
    margin: 20px;
    font-size: 43px;
    padding-top: 20px;
  }

  footer{
    padding-top: 10px;
  }

footer h3 img{
  max-width: 130px;
}

footer ul.menu li{
  padding: 8px;
}

footer ul.menu{
  margin: 10px 0px;
}

.c-con h3{
  margin-bottom: 10px;
}

.c-con h3{
  margin-bottom: 10px;
}

  
}

@media screen and (max-width: 428px){
  .wrap-all{
    background: url(images/background-smartphone2.png) no-repeat;
    background-size: cover;
  }

  header{
    height: 65px;
  }

  h1 img.main{
    display: none;
    padding: 0;
  }

 

  h1{
    width: 100%;
    padding: 0;
    margin: 0;
  }

  div.main-visual{
    line-height: 100%;
  }

  

  div.main-visual  h1 video{
    display: block;
    margin: 0;
    padding: 0;

    height: 700px;

  }



  

  .logo{
    display: none;
  }

  .smartphone{
    display: block;
    max-width: 80px;
    padding-left: 10px;

    position: fixed;
    top: 14px;
    left: 0;
    z-index: 98;
  }

  .first-h2,.about-h{
    display: none;
  }

  div.w-con video,.w-con img{
    display: none;
  }

  .about-button{
    margin-top: 10px;
    margin-right: 10px;
    font-size: inherit;
  }

  section#about{
    margin: 0 0 0 auto;
    margin-top: 0;
  }

  section#works{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  section#works h2,div.h2-wrap{
    display: none;
  }

  div.w-con{
    padding-bottom: 65px;
  }

  h3.works-h{
    border-bottom: none;
    font-size: 40px;
  }

  div.w-con-text h4{
    font-size: 10px;
    padding-top: 0;
    /*max-width: 253px;*/
  }

  .text1,.text2,.text3{
    padding-bottom: 10px;
  }

  .w-con-text.left{
    padding-right: 20px;
  }

  .w-con-text.right{
    max-width: 300px;
    padding-left: 30px;
  }

  h3.works-h span.charge1{
    display: none;
  }

  h3.works-h span.charge2{
    display: none;
  }

  h3.works-h span.charge3{
    display: none;
  }

  .s-b-wrap,.s-button{
    display: inline;
  }

  .charge1,.charge2,.charge3{
    margin-top: 15px;
  }

  

  p.center input{
    width: 50vw;
  }

  .button-wrap a span{
    font-size: 1.5em;
  }

  .button-wrap a{
    padding: 10px 30px;
    margin: 0;
  }

  #contact h2{
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
  }

  .contact-wrap p:first-of-type{
    font-size: 12px;
  }

  .contact-wrap2 p:first-of-type{
    font-size: 12px;
  }

  br.none{
    display: block;
  }

  div.con-text span.tell{
    font-size: 18px;
  }

  .con-text img{
    max-width: 18px;
    margin-right: 0;
  }

  section#contact div.contact-wrap2 h2{
    padding-top: 40px;
  }

  .contact-wrap2{
    margin-top: 30px;
  }

  .line-button{
    display: none;
  }

  .line-none{
    display: block;
    height: 58px;
  }

  .c-con-p{
    font-size: 13px;
  }

  h4.line-h4{
    font-size: 28px;
  }

  .follow h4{
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
  }

  img.line-icon{
    max-width: 70px;
  }

  
  
}

input#s{
    width: fit-content;
    height: auto;
}
input#searchsubmit{
    width: auto;
    height: auto;
}
table.wp-calendar-table td{
    padding: 3px;
}